Skip to content

Commit 71ca620

Browse files
committed
velocyto bugfix
1 parent 0ca0e1c commit 71ca620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/VelocytoAnalysisStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else if (!gtf.exists())
8282
}
8383
}
8484

85-
File loom = getWrapper().runVelocytoFor10x(inputBam, gtf, outputDir, mask);
85+
File loom = getWrapper().runVelocytoFor10x(inputBam, gtf, outputDir, mask, rs);
8686
output.addSequenceOutput(loom, rs.getName() + ": velocyto", "Velocyto Counts", rs.getReadsetId(), null, referenceGenome.getGenomeId(), null);
8787

8888
return output;

0 commit comments

Comments
 (0)