Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demultiplexing large sequencing runs split amongst multiple output files (multiple R1/R2/R3 .fastq) #5

Open
JacobRPrice opened this issue Jul 25, 2017 · 1 comment

Comments

@JacobRPrice
Copy link

We have a couple of projects where the sequencing facility has given us our results in the form of 50-60 R1, R2, R3 .fastq files. Is there a way to apply idemp to multiple files, ensuring that the output of one set of files ("R1_001.fastq" and "R2_001.fastq") isn't overwritten by the following pair of read files ("R1_002.fastq" and "R2_002.fastq")?

@yhwu
Copy link
Owner

yhwu commented Jul 25, 2017

It only process one set of I1, R1, R2 files at a time. So, to your question, no, it doesn't manage multiple files. You could let it write outputs to different directories with the -o option to avoid files being overwritten. By the way, make sure one of R1, R2, R3 is index read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants