Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    stitch error

    Iam trying to use stitch but got below error : Any suggestions?

    $ stitch
    Traceback (most recent call last):
    File "/usr/bin/stitch", line 7, in ?
    sys.exit(
    File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 318, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 2221, in load_entry_point
    return ep.load()
    File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
    File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1, in ?
    #
    File "build/bdist.linux-x86_64/egg/stitch/stitch.py", line 13, in ?
    ImportError: No module named multiprocessing

    Comment


    • #17
      ImportError: No module named multiprocessing

      What version of python are you using? What operating system?

      Comment


      • #18
        @ACTGangster
        using python2.4 on centos5.5

        Comment


        • #19
          You need python 2.6 or greater.

          Comment


          • #20
            another error with python2.7
            $ sudo python2.7 setup.py install
            Traceback (most recent call last):
            File "setup.py", line 9, in <module>
            setup(
            NameError: name 'setup' is not defined

            Comment


            • #21
              Running 2.7 and this doesn't happen. Do you have setuptools installed?

              Try typing import setuptools in the python console.

              If not, download setup_tools and install it using python2.7

              Comment


              • #22
                Thanks a tonn.
                It worked after importing setuptools.

                Comment


                • #23
                  no problem. email me if you need anything else: adavisr at ufl dot edu.

                  Also, please cite the website if it works. https://github.com/audy/stitch

                  Comment


                  • #24
                    I have a working draft C program to do adapter stripping/ paired-end merging similar to stitch and SHERA for large gzipped datasets. It looks like it processes somewhere around 20M 100x2 pairs per hour. Its available here if anyone is interested:

                    Tool for stripping adaptors and/or merging paired reads with overlap into single reads. - jstjohn/SeqPrep


                    I don't have correctness statistics available, but the program can copy a subset of the merged reads into a human-readable aligned format so you can sanity check the settings.

                    Comment


                    • #25
                      Overlapping and non-Overlapping pair-end reads with Tophat

                      Originally posted by Cole Trapnell View Post
                      As of TopHat 1.0.13, you should be able to specify a negative inner distance of -30. TopHat does map the reads independently, and has a different algorithm from Bowtie for handling the ends. The coverage.wig file display depth of read coverage, not depth of physical coverage, so those bases will be double counted, as you suggest. However, Cufflinks operates at the fragment level, not the read level, and so should do the right thing here.
                      Hi Cole,
                      First, According to the quote above, we may use negative inner distance. If I set it up at -30 and the stddev at 10, this mean tophat will look for overlapping of size 20 to 40.
                      Am I correct?


                      Second
                      if I have a mix of pair-ended reads such as some read pairs are overlapping some are not;
                      ---> May I set up the inner distance to 10 and then the std deviation for the inner distance at 50 for example?
                      ---> In that case, will Tophat look for inner distance from -40 to +60? (-40 meaning an overlap of 40)

                      Thanks a lot in advance for your help.
                      Chris***
                      Last edited by christophe; 03-30-2011, 07:06 PM. Reason: title modification

                      Comment


                      • #26
                        Thanks!

                        I just wanted to say thanks for both "Stitch" and "SeqPrep". They seem to be very useful !!

                        Comment

                        Latest Articles

                        Collapse

                        • seqadmin
                          Current Approaches to Protein Sequencing
                          by seqadmin


                          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                          04-04-2024, 04:25 PM
                        • seqadmin
                          Strategies for Sequencing Challenging Samples
                          by seqadmin


                          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                          03-22-2024, 06:39 AM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, 04-11-2024, 12:08 PM
                        0 responses
                        25 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 10:19 PM
                        0 responses
                        28 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 09:21 AM
                        0 responses
                        24 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-04-2024, 09:00 AM
                        0 responses
                        52 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X