Giter Site home page Giter Site logo

Meaning of output in log file about readfish HOT 4 CLOSED

pwh124 avatar pwh124 commented on July 21, 2024
Meaning of output in log file

from readfish.

Comments (4)

pwh124 avatar pwh124 commented on July 21, 2024 1

Oh ok, yes this makes sense now. Thanks!

from readfish.

mattloose avatar mattloose commented on July 21, 2024

This is slightly complex because of the way that readfish works.
Signal is concatenated over time from each individual chunk from each read. So 303R means that 303 read starts were processed in 0.31916 seconds. Those read starts could consist of one or more chunks of read data depending on how many times the read has been seen before a decision has been made.

I hope that helps.

from readfish.

pwh124 avatar pwh124 commented on July 21, 2024

Ahhhh ok, I think I understand.

So if I am processing read 1 and read 2, the initial chunk of both of them would be shown as something like:
2R/0.01s

And then, lets say, a decision is made on read 1 with the initial chunk, but another chunk is needed for read 2. So read 2 would be reported as:
1R/0.02s

So the whole output would be:

2R/0.01s
1R/0.02s

Is that right?

from readfish.

mattloose avatar mattloose commented on July 21, 2024

No not quite.

The time measurement is the total time it has taken to process that number of read starts. But it isn't necessarily true that all read starts are just one chunk in length. Some may be longer than that if they have been seen before.

So you could have 10 reads that consisted of 2 chunks worth of data and then 25 reads that consisted of 1 chunks worth of data. Those 35 reads together took x seconds to process.

Is that clearer?

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.