bbmap/bbmap_bbsplit

Description

Split sequencing reads by mapping them to multiple references simultaneously.

Type

bash_script

License

BBTools Copyright (c) 2014

Run this component

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  

Input

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

Output

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

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.