Description
BD Rhapsody Sequence Analysis CWL pipeline v2.2.1
This pipeline performs analysis of single-cell multiomic sequence read (FASTQ) data. The supported
sequencing libraries are those generated by the BD Rhapsody assay kits, including: Whole Transcriptome
mRNA, Targeted mRNA, AbSeq Antibody-Oligonucleotides, Single-Cell Multiplexing, TCR/BCR, and
ATAC-Seq
The CWL pipeline file is obtained by cloning 'https://bitbucket.org/CRSwDev/cwl' and removing all objects with class 'DockerRequirement' from the YAML.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
output_raw: "$id.$key.output_raw.output_dir"
run_name: [ "sample" ]
generate_bam: [ false ]
parallel: [ true ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/workflows/ingestion/bd_rhapsody/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--reads | file multiple |
--reads_atac | file multiple |
Name | Type & Properties |
|---|---|
--reference_archive | file |
--targeted_reference | file multiple |
--abseq_reference | file multiple |
--supplemental_reference -s | file multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_raw -o | file required output |
Name | Type & Properties |
|---|---|
--cell_calling_data | string |
--cell_calling_bioproduct_algorithm | string |
--cell_calling_atac_algorithm | string |
--exact_cell_count | integer |
--expected_cell_count | integer |
Name | Type & Properties |
|---|---|
--exclude_intronic_reads | boolean |
Name | Type & Properties |
|---|---|
--sample_tags_version | string |
--tag_names | string multiple |
Name | Type & Properties |
|---|---|
--vdj_version | string |
Name | Type & Properties |
|---|---|
--predefined_atac_peaks | file |
Name | Type & Properties |
|---|---|
--run_name | string |
--generate_bam | boolean |
--long_reads | boolean |
Name | Type & Properties |
|---|---|
--custom_star_params | string |
--custom_bwa_mem2_params | string |
Name | Type & Properties |
|---|---|
--parallel | boolean |
--timestamps | boolean_true |
Name | Type & Properties |
|---|---|
--abseq_umi | integer |
--target_analysis | boolean |
--vdj_jgene_evalue | double |
--vdj_vgene_evalue | double |
--write_filtered_reads | boolean |