workflows/ingestion/bd_rhapsody

Description

A wrapper for the BD Rhapsody Analysis CWL v1.10.1 pipeline.

This pipeline can be used for a targeted analysis (with --mode targeted) or for a whole transcriptome analysis (with --mode wta).

  • If mode is "targeted", then either the --reference or --abseq_reference parameters must be defined.

  • If mode is "wta", then --reference and --transcriptome_annotation must be defined, --abseq_reference and --supplemental_reference is optional.

The reference_genome and transcriptome_annotation files can be generated with the make_reference pipeline.
Alternatively, BD also provides standard references which can be downloaded from these locations:

Type

nextflow_script

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
sample_prefix: [ "sample" ]  
output_raw: "$id.$key.output_raw.output_dir"  
output_h5mu: "$id.$key.output_h5mu.h5mu"  
parallel: [ true ]  
publish_dir: "output/"  
EOM

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

Inputs

Name
Type & Properties
--mode
string
required
--id
string
required
--input
-i
file
required
multiple
--reference
-r
--reference_genome
file
required
multiple
--transcriptome_annotation
-t
file
--abseq_reference
-a
file
multiple
--supplemental_reference
-s
file
multiple
--sample_prefix
string

Outputs

Name
Type & Properties
--output_raw
file
required
output
--output_h5mu
file
required
output

Putative cell calling settings

Name
Type & Properties
--putative_cell_call
string
--exact_cell_count
integer
--disable_putative_calling
boolean_true

Subsample arguments

Name
Type & Properties
--subsample
double
--subsample_seed
integer

Multiplex arguments

Name
Type & Properties
--sample_tags_version
string
--tag_names
string
multiple

VDJ arguments

Name
Type & Properties
--vdj_version
string

CWL-runner arguments

Name
Type & Properties
--parallel
boolean
--timestamps
boolean_true
--dryrun
boolean_true

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.