Code Monkey home page Code Monkey logo

Comments (1)

fmalmeida avatar fmalmeida commented on June 2, 2024

Hi @tuannguyen8390,

Thank you for the feedback 😄

The suggestion you've given is totally something we also have in mind. We are just "postponing" it a little bit more because it would require to change how the pipeline reads the inputs.

For now, it reads the inputs of different techs in a total independent way, meaning they have no relation to each other and are analysed randomly since we load them with the nextflow's Channel.from() function. Which, for instance, would make it problematic to keep sure that the correct short reads are being used to correct it's related long reads when users load more than one sample at a time.

For this to work we would have to change how inputs are given to something more similar to a samplesheet in CSV/TSV so we are sure about which read to use to correct the long reads. We'd need something like that:

sample,ont,fastq_1,fastq_2
sample1,ont.fq.gz,reads_1.fq.gz,reads_2.fq.gz

Although these changes sound simple, they are a little bit trickier to implement. So yes, this is definitely on the list but it may take some time 😅. Also, we are very open to contributions, if you few comfortable with we'd very much welcome some help 👨🏼‍💻

from ngs-preprocess.

Related Issues (13)

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.