We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e89d3 commit 3962332Copy full SHA for 3962332
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java
@@ -157,8 +157,6 @@ else if (header.getReadGroups().size() > 1)
157
List<String> paragraphArgs = new ArrayList<>();
158
paragraphArgs.add("/opt/paragraph/bin/multigrmpy.py");
159
160
- paragraphArgs.add("--verbose");
161
-
162
File paragraphOut = new File(ctx.getWorkingDirectory(), FileUtil.getBaseName(so.getFile()) + ".paragraph.txt");
163
paragraphArgs.add("-o");
164
paragraphArgs.add("/work/" + paragraphOut.getName());
0 commit comments