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:
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.1 \
-main-script target/nextflow/workflows/ingestion/bd_rhapsody/main.nf \
-params-file params.yaml 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 |
Name | Type & Properties |
|---|---|
--output_raw | file required output |
--output_h5mu | file required output |
Name | Type & Properties |
|---|---|
--putative_cell_call | string |
--exact_cell_count | integer |
--disable_putative_calling | boolean_true |
Name | Type & Properties |
|---|---|
--subsample | double |
--subsample_seed | integer |
Name | Type & Properties |
|---|---|
--sample_tags_version | string |
--tag_names | string multiple |
Name | Type & Properties |
|---|---|
--vdj_version | string |
Name | Type & Properties |
|---|---|
--parallel | boolean |
--timestamps | boolean_true |
--dryrun | boolean_true |