Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gpcr
    Member
    • May 2010
    • 18

    #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

    • ACTGangster
      Junior Member
      • Sep 2009
      • 8

      #17
      ImportError: No module named multiprocessing

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

      Comment

      • gpcr
        Member
        • May 2010
        • 18

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

        Comment

        • ACTGangster
          Junior Member
          • Sep 2009
          • 8

          #19
          You need python 2.6 or greater.

          Comment

          • gpcr
            Member
            • May 2010
            • 18

            #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

            • ACTGangster
              Junior Member
              • Sep 2009
              • 8

              #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

              • gpcr
                Member
                • May 2010
                • 18

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

                Comment

                • ACTGangster
                  Junior Member
                  • Sep 2009
                  • 8

                  #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

                  • jstjohn
                    Member
                    • Jun 2010
                    • 35

                    #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

                    • christophe
                      Junior Member
                      • May 2010
                      • 7

                      #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

                      • luc
                        Senior Member
                        • Dec 2010
                        • 469

                        #26
                        Thanks!

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

                        Comment

                        Latest Articles

                        Collapse

                        • SEQadmin2
                          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                          by SEQadmin2



                          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                          ...
                          07-09-2026, 11:10 AM
                        • SEQadmin2
                          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                          by SEQadmin2



                          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                          07-08-2026, 05:17 AM
                        • GATTACAT
                          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                          by GATTACAT
                          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                          07-01-2026, 11:43 AM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by SEQadmin2, 07-13-2026, 10:26 AM
                        0 responses
                        28 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-09-2026, 10:04 AM
                        0 responses
                        37 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-08-2026, 10:08 AM
                        0 responses
                        25 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-07-2026, 11:05 AM
                        0 responses
                        35 views
                        0 reactions
                        Last Post SEQadmin2  
                        Working...