Skip to content

Commit 7da56ad

Browse files
committed
Retain TSV output for DepthOfCoverage
1 parent a228277 commit 7da56ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/DepthOfCoverageWrapper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ public void run(List<File> inputBams, String outputBaseName, File referenceFasta
3636
args.add("-I");
3737
args.add(f.getPath());
3838
}
39+
args.add("--output-format");
40+
args.add("TABLE");
41+
3942
args.add("-O");
4043
args.add(outputBaseName);
4144
if (options != null)

0 commit comments

Comments
 (0)