Skip to content

Commit 305d443

Browse files
committed
Remove old code
1 parent 91b6f25 commit 305d443

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,6 @@ public AlignmentOutput performAlignment(Readset rs, List<File> inputFastqs1, @Nu
422422
return output;
423423
}
424424

425-
private File getRawGeneMatrix(File bam)
426-
{
427-
return new File(bam.getParentFile(), "raw_gene_bc_matrices_h5.h5");
428-
}
429-
430-
private File getFilteredGeneMatrix(File bam)
431-
{
432-
return new File(bam.getParentFile(), "filtered_gene_bc_matrices_h5.h5");
433-
}
434-
435425
@Override
436426
public boolean doAddReadGroups()
437427
{

0 commit comments

Comments
 (0)