We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf37e48 commit 11e89d3Copy full SHA for 11e89d3
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java
@@ -187,9 +187,6 @@ else if (header.getReadGroups().size() > 1)
187
paragraphArgs.add(threads.toString());
188
}
189
190
- paragraphArgs.add("--logfile");
191
- paragraphArgs.add(new File("/work/paragraph.log").getPath());
192
-
193
dockerWrapper.executeWithDocker(paragraphArgs, ctx.getWorkingDirectory(), ctx.getFileManager());
194
195
File genotypes = new File(ctx.getWorkingDirectory(), "genotypes.vcf.gz");
0 commit comments