Skip to content

Commit 2afeb16

Browse files
committed
Update nimble output filename
1 parent be6c0f2 commit 2afeb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ else if (!resultsGz.exists())
364364
if (alignmentOutputFile.exists())
365365
{
366366
SimpleScriptWrapper runner = new SimpleScriptWrapper(getPipelineCtx().getLogger());
367-
File alignmentOutputFile2 = new File(alignmentOutputFile.getParentFile(), alignmentOutputFile.getName().replace(".txt.gz", ".subset.txt.gz"));
367+
File alignmentOutputFile2 = new File(alignmentOutputFile.getParentFile(), alignmentOutputFile.getName().replace(".txt.gz", ".nimbleHits.txt.gz"));
368368
runner.execute(Arrays.asList("/bin/bash", "-c", "zcat '" + alignmentOutputFile.getPath() + "' | awk -F '\t' ' $1!=\"\" ' | gzip -c > " + alignmentOutputFile2.getPath()));
369369
}
370370
else

0 commit comments

Comments
 (0)