workflows/ingestion/make_reference

Description

Build a transcriptomics reference into one of many formats.

Type

nextflow_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
star_genome_sa_index_nbases: [ 14 ]  
bdrhap_mitochondrial_contigs: [ "chrM", "chrMT", "M", "MT" ]  
target: [ "star" ]  
output_fasta: "$id.$key.output_fasta.gz"  
output_gtf: "$id.$key.output_gtf.gz"  
output_cellranger: "$id.$key.output_cellranger.gz"  
output_cellranger_arc: "$id.$key.output_cellranger_arc.gz"  
output_bd_rhapsody: "$id.$key.output_bd_rhapsody.gz"  
output_star: "$id.$key.output_star.gz"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v4.2.0 \  
  -main-script target/nextflow/workflows/ingestion/make_reference/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--id
string
required
--genome_fasta
file
required
--transcriptome_gtf
file
required
--ercc
file

STAR Settings

Name
Type & Properties
--star_genome_sa_index_nbases
integer

BD Rhapsody Settings

Name
Type & Properties
--bdrhap_mitochondrial_contigs
string
multiple
--bdrhap_filtering_off
boolean_true
--bdrhap_wta_only_index
boolean_true
--bdrhap_extra_star_params
string

Cellranger ARC options

Name
Type & Properties
--motifs_file
file
--non_nuclear_contigs
string
multiple

Outputs

Name
Type & Properties
--target
string
multiple
--output_fasta
file
output
--output_gtf
file
output
--output_cellranger
file
output
--output_cellranger_arc
file
output
--output_bd_rhapsody
file
output
--output_star
file
output

Arguments

Name
Type & Properties
--subset_regex
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.