Skip to content

Commit 11e89d3

Browse files
committed
Paragraph: log to stderr instead of separate file
1 parent bf37e48 commit 11e89d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ else if (header.getReadGroups().size() > 1)
187187
paragraphArgs.add(threads.toString());
188188
}
189189

190-
paragraphArgs.add("--logfile");
191-
paragraphArgs.add(new File("/work/paragraph.log").getPath());
192-
193190
dockerWrapper.executeWithDocker(paragraphArgs, ctx.getWorkingDirectory(), ctx.getFileManager());
194191

195192
File genotypes = new File(ctx.getWorkingDirectory(), "genotypes.vcf.gz");

0 commit comments

Comments
 (0)