Skip to content

Commit 14219ac

Browse files
committed
Allow cellbender to run w/o needing a genome
1 parent 9aeb400 commit 14219ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ public boolean doSplitJobs()
4949
return true;
5050
}
5151

52+
@Override
53+
public boolean requiresGenome()
54+
{
55+
return false;
56+
}
57+
58+
@Override
59+
public boolean requiresSingleGenome()
60+
{
61+
return false;
62+
}
63+
5264
@Override
5365
public boolean canProcess(SequenceOutputFile o)
5466
{

0 commit comments

Comments
 (0)