Description
Split sequencing reads by mapping them to multiple references simultaneously.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
index: "$id.$key.index.BBSplit_index"
fastq_1: "$id.$key.fastq_1.fastq"
fastq_2: "$id.$key.fastq_2.fastq"
sam2bam: "$id.$key.sam2bam.sh"
scafstats: "$id.$key.scafstats.txt"
refstats: "$id.$key.refstats.txt"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.1 \
-main-script target/nextflow/bbmap/bbmap_bbsplit/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string |
--paired | boolean_true |
--input | file multiple |
--ref | file multiple |
--only_build_index | boolean_true |
--build | file |
--qin | string |
--interleaved | boolean_true |
--maxindel | integer |
--minratio | double |
--minhits | integer |
--ambiguous | string |
--ambiguous2 | string |
--qtrim | string |
--untrim | boolean_true |
Name | Type & Properties |
|---|---|
--index | file output |
--fastq_1 | file output |
--fastq_2 | file output |
--sam2bam --bs | file output |
--scafstats | file output |
--refstats | file output |
--nzo | boolean_true |
--bbmap_args | string |