reference/build_bdrhap_reference

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

MIT

Contributors

Run this component

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/openpipeline.git \  
  -revision v3.0.0 \  
  -main-script target/nextflow/reference/build_bdrhap_reference/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--genome_fasta
file
required
multiple
--gtf
file
required
multiple
--extra_sequences
file
multiple

Outputs

Name
Type & Properties
--reference_archive
file
required
output

Arguments

Name
Type & Properties
--mitochondrial_contigs
string
multiple
--filtering_off
boolean_true
--wta_only_index
boolean_true
--extra_star_params
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.