Git Product home page Git Product logo

Comments (3)

MikkelSchubert avatar MikkelSchubert commented on July 21, 2024

Hi Alexander,
I was actually thinking about something like --file1 fileX_R1 --file1 fileY_R1 --file1 fileZ_R1 --file2 fileX_R2 --file2 fileY_R2 --file2 fileZ_R2. But I think that your solution is not only neater, but should also be easier to add based on my existing argument-parser code, so I'll go with what you suggest.

I hope to be able to work on this next week.

Cheers,
Mikkel

from adapterremoval.

apeltzer avatar apeltzer commented on July 21, 2024

Sounds good - no worries about the timing though!

from adapterremoval.

MikkelSchubert avatar MikkelSchubert commented on July 21, 2024

Support for multiple input files is now part of AdapterRemoval v2.2.1.

Based on your suggestion, the files are simply specified one after each other following the --file1 or --file2 option:

$ AdapterRemoval --file1 reads_1a.fq reads_1b.fq reads_1c.fq
$ AdapterRemoval --file1 reads_1a.fq reads_1b.fq reads_1c.fq --file2 reads_2a.fq reads_2b.fq reads_2c.fq

It should work entirely transparently (regardless of compression or lack thereof), but just let me know if you run into any issues.

Cheers,
Mikkel

from adapterremoval.

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.