minibwa/minibwa_map

alignment
minibwa
BWA
BWA-MEM
mapping
Hi-C
bisulfite
long-read

Description

Align reads to a reference genome using minibwa, the successor to bwa-mem.
Combines BWA-MEM-style variable-length seeding with minimap2-style chaining
and SIMD alignment. Can handle short reads, long reads, Hi-C
proximity-ligation reads, and directional bisulfite (BS-seq) reads.

Type

bash_script

License

GPL-2.0-or-later

Keywords

alignment
minibwa
BWA
BWA-MEM
mapping
Hi-C
bisulfite
long-read

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.sam"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/biobox.git \  
  -revision v0.5.0 \  
  -main-script target/nextflow/minibwa/minibwa_map/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--index
file
required
--reads1
file
required
--reads2
file

Output

Name
Type & Properties
--output
-o
file
output

Common Options

Name
Type & Properties
--paf_output
-f
boolean_true
--short_read_threshold
-l
integer
--read_group
-R
string
--base_tag
-b
string
--hic
boolean_true
--meth
boolean_true

Mapping Options

Name
Type & Properties
--min_seed_length
-k
integer
--max_seed_occurrences
-c
integer
--max_gap_size
-g
integer
--bandwidth
-w
integer
--long_bandwidth
-W
integer
--min_chaining_score
-m
integer
--secondary_ratio
-p
double
--max_secondary
-N
integer
--chain_only
boolean_true
--mode
-x
string

Alignment Options

Name
Type & Properties
--match_score
-A
integer
--mismatch_penalty
-B
integer
--gap_open_penalty
-O
string
--gap_extend_penalty
-E
string
--min_score
-s
integer

Paired-end Options

Name
Type & Properties
--skip_pairing
-P
boolean_true
--rescue
integer

Input/Output Options

Name
Type & Properties
--no_unmapped
-u
boolean_true
--secondary_output_limit
--outn
integer
--xa_max_hits
--xa
integer
--copy_comments
-y
boolean_true
--soft_clipping
-Y
boolean_true
--header
-H
string
--primary_5prime
-5
boolean_true
--batch_size
-K
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.