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
                          Best Practices for Single-Cell Sequencing Analysis
                          by seqadmin



                          While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
                          06-06-2024, 07:15 AM
                        • seqadmin
                          Latest Developments in Precision Medicine
                          by seqadmin



                          Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

                          Somatic Genomics
                          “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
                          05-24-2024, 01:16 PM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, 06-07-2024, 06:58 AM
                        0 responses
                        13 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 06-06-2024, 08:18 AM
                        0 responses
                        20 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 06-06-2024, 08:04 AM
                        0 responses
                        20 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 06-03-2024, 06:55 AM
                        0 responses
                        14 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X