Giter Site home page Giter Site logo

Comments (1)

mattloose avatar mattloose commented on July 21, 2024

Good questions.

There are three actions that you can take on receiving signal in our code - unblock is obvious - it will reject the read. Stop receiving and proceed are slightly different. Stop receiving says you want no more information about a read and lets it carry on sequencing. Proceed says - send me another chunk of data so I can refine my view.

These options are then over ridden by the max chunks setting which, if a decision hasn't ben made - will unblock a read after a certain number of chunks anyway.

You are perhaps right that a multi-off might as well be unblocked. We were concerned about short spurious matches in repetitive regions that may be of interest later. I think that category could be switched to unblock without a negative consequence.

The proceed for no seq and no map is effectively saying give me some more data to see if I can work out what this read is. We find a lot of reads require more than one chunk (at 0.4s) of data to do something useful. There are all sorts of arguments here for the best course of action and I remain on the fence as to if its better to just throw reads away after one chunk or not. Ultimately this also gets over ridden by the max chunks option. So if a read hasn't provided any usable information after that it will be thrown away (depending on the settings in the code).

no_seq almost never happens now - this is a hangover from early testing of the code where we didn't always get a result back from guppy. After some troubleshooting we realised this was our error - not guppies - and were able to fix. So you shouldn't see no_seq ever.

from readfish.

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.