Skip to content

Commit

Permalink
Correct argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Mar 3, 2025
1 parent 6040cd6 commit e084086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlecell/src/org/labkey/singlecell/run/NimbleHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public static void write10xBarcodes(File bam, Logger log, Readset rs, ReferenceG
// Write barcodes:
DISCVRSeqRunner runner = new DISCVRSeqRunner(log);
List<String> barcodeArgs = new ArrayList<>(runner.getBaseArgs("Save10xBarcodes"));
barcodeArgs.add("--bam");
barcodeArgs.add("-I");
barcodeArgs.add(bam.getPath());

File cbOutput = new File(bam.getParentFile(), SequenceAnalysisService.get().getUnzippedBaseName(bam.getName()) + "cb.txt.gz");
Expand Down

0 comments on commit e084086

Please sign in to comment.