Description
The Reference Files Generator creates an archive containing Genome Index
and Transcriptome annotation files needed for the BD Rhapsody Sequencing
Analysis Pipeline. The app takes as input one or more FASTA and GTF files
and produces a compressed archive in the form of a tar.gz file. The
archive contains:
STAR index
Filtered GTF file
Type
python_script
License
Unknown
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
reference_archive: "$id.$key.reference_archive.gz"
mitochondrial_contigs: [ "chrM", "chrMT", "M", "MT" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/bd_rhapsody/bd_rhapsody_make_reference/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--genome_fasta | file required multiple |
--gtf | file required multiple |
--extra_sequences | file multiple |
Name | Type & Properties |
|---|---|
--reference_archive | file required output |
Name | Type & Properties |
|---|---|
--mitochondrial_contigs | string multiple |
--filtering_off | boolean_true |
--wta_only_index | boolean_true |
--extra_star_params | string |