We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2070e35 commit bdfcb01Copy full SHA for bdfcb01
rnaseq_pipeline/tasks.py
@@ -478,6 +478,7 @@ class AlignSingleCellSample(DynamicWrapperTask):
478
def run(self):
479
fastqs_dir, transcriptome_dir = self.input()
480
yield CellRangerCount(
481
+ id=self.sample_id,
482
transcriptome_dir=transcriptome_dir,
483
fastqs_dir=fastqs_dir,
484
output_dir=self.output().path,
0 commit comments