Description
Build a Cell Ranger-arc and -atac compatible reference folder from user-supplied genome FASTA and gene GTF files. Creates a new folder named after the genome.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
non_nuclear_contigs: [ "chrM" ]
output: "$id.$key.output.cellranger_reference"
genome: [ "output" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.1 \
-main-script target/nextflow/reference/build_cellranger_arc_reference/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--genome_fasta | file required |
--annotation_gtf | file required |
--motifs_file | file |
--non_nuclear_contigs | string multiple |
--output | file required output |
--genome | string required |
--organism | string |
--subset_regex | string |