Description
Build a Cell Ranger-compatible reference folder from user-supplied genome FASTA and gene GTF files.
Type
bash_script
License
Proprietary
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.cellranger_reference"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/cellranger/cellranger_mkref/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--genome_fasta | file required |
--transcriptome_gtf | file required |
--reference_version | string |
--output | file required output |