Skip to content
Snippets Groups Projects
Commit 164f4b11 authored by bow's avatar bow
Browse files

Fix error in ExtractAlignedFastq single-end mode where the input file is rewritten

parent 9133b3b4
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ object ExtractAlignedFastq extends ToolCommand {
case (None, None) => extractReads(memFunc,
new FastqReader(commandArgs.inputFastq1),
new BasicFastqWriter(commandArgs.inputFastq1))
new BasicFastqWriter(commandArgs.outputFastq1))
case (Some(i2), Some(o2)) => extractReads(memFunc,
new FastqReader(commandArgs.inputFastq1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment