Coder Social home page Coder Social logo

Comments (4)

msettles avatar msettles commented on July 20, 2024

bumping, Davis is this fixed and can be closed?

from htstream.

msettles avatar msettles commented on July 20, 2024

Bumping again

from htstream.

msettles avatar msettles commented on July 20, 2024

So this must be super-deduper as its the only app that makes sense with both an s an l parameter. Near as I can tell this is still and issue, when start and length are out of range

from htstream.

samhunter avatar samhunter commented on July 20, 2024

As David noted, it looks like hts_SuperDeduper does ignore (discard) reads for which the --start and --length (-s and -l) create a window outside of the read. I think this is expected behavior, or at least I can't imagine an alternative behavior that would be more appropriate.

Tests:

  1. when -s is set to a position outside the length of the reads, all reads are ignored
  2. when -s is set of a position inside the length of the reads, but too close to the end for a pattern to be obtained (read_length < s + l) all reads are ignored
  3. when -s is set as a negative value, an error is returned
  4. when -l is set to 0 an error is returned

My hope is that the default settings we have for -s and -l (based on pretty in-depth testing done previously in Petersen, K. R., Streett, D. A., Gerritsen, A. T., Hunter, S. S., & Settles, M. L. (2015, September). Super deduper, fast PCR duplicate detection in fastq files. In Proceedings of the 6th ACM Conference on Bioinformatics, Computational Biology and Health Informatics (pp. 491-492). ACM.) will be left alone. There are only a few reasons I can see for changing these settings: a) read quality is poor in this region due to sequencer issues etc, b) base call failure in this region due to sequencer "hickup"

I am closing this issue since it I think behavior is as expected.

@dstreett please comment if I've totally missed the point.

from htstream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.