We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a287263 commit f4f86e2Copy full SHA for f4f86e2
workflows/ingestion/cellranger_mapping/main.nf
@@ -3,7 +3,6 @@ nextflow.enable.dsl=2
3
workflowDir = params.rootDir + "/workflows"
4
targetDir = params.rootDir + "/target/nextflow"
5
6
-include { cellranger_mkfastq } from targetDir + "/demux/cellranger_mkfastq/main.nf"
7
include { cellranger_count } from targetDir + "/mapping/cellranger_count/main.nf"
8
include { cellranger_count_split } from targetDir + "/mapping/cellranger_count_split/main.nf"
9
include { from_10xh5_to_h5mu } from targetDir + "/convert/from_10xh5_to_h5mu/main.nf"
0 commit comments