Skip to content

Commit 3962332

Browse files
committed
Paragraph: drop verbose
1 parent 11e89d3 commit 3962332

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ else if (header.getReadGroups().size() > 1)
157157
List<String> paragraphArgs = new ArrayList<>();
158158
paragraphArgs.add("/opt/paragraph/bin/multigrmpy.py");
159159

160-
paragraphArgs.add("--verbose");
161-
162160
File paragraphOut = new File(ctx.getWorkingDirectory(), FileUtil.getBaseName(so.getFile()) + ".paragraph.txt");
163161
paragraphArgs.add("-o");
164162
paragraphArgs.add("/work/" + paragraphOut.getName());

0 commit comments

Comments
 (0)