Skip to content

Commit f4f86e2

Browse files
author
Dries Schaumont
committed
Remove unused cellranger mkfastq import from cellranger_mapping pipeline.
1 parent a287263 commit f4f86e2

File tree

1 file changed

+0
-1
lines changed
  • workflows/ingestion/cellranger_mapping

1 file changed

+0
-1
lines changed

workflows/ingestion/cellranger_mapping/main.nf

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nextflow.enable.dsl=2
33
workflowDir = params.rootDir + "/workflows"
44
targetDir = params.rootDir + "/target/nextflow"
55

6-
include { cellranger_mkfastq } from targetDir + "/demux/cellranger_mkfastq/main.nf"
76
include { cellranger_count } from targetDir + "/mapping/cellranger_count/main.nf"
87
include { cellranger_count_split } from targetDir + "/mapping/cellranger_count_split/main.nf"
98
include { from_10xh5_to_h5mu } from targetDir + "/convert/from_10xh5_to_h5mu/main.nf"

0 commit comments

Comments
 (0)