Description
Create a reference for STAR from a set of fasta files.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output./path/to/foo"
genomeSAindexNbases: [ 14 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.2 \
-main-script target/nextflow/reference/build_star_reference/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--genome_fasta --genomeFastaFiles | file required multiple |
--transcriptome_gtf --sjdbGTFfile | file |
--output --genomeDir | file required output |
Name | Type & Properties |
|---|---|
--genomeSAindexNbases | integer |