Skip to content

Commit 9ae7f10

Browse files
committed
Fix typo
1 parent 52fa80c commit 9ae7f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public File runVelocytoFor10x(File localBam, File gtf, File outputFolder, @Nulla
178178
if (samtoolsMem != null)
179179
{
180180
// velocyto expects this in Mb
181-
args.add("--samtools_memory");
181+
args.add("--samtools-memory");
182182
args.add(String.valueOf(samtoolsMem * 1000));
183183
}
184184

0 commit comments

Comments
 (0)