bwa/bwa_aln

alignment
BWA
BWA-aln
mapping
short-reads

Description

BWA aln algorithm for aligning short sequence reads to a reference genome.

Type

bash_script

License

MIT

Keywords

alignment
BWA
BWA-aln
mapping
short-reads

Contributors

Run this component

Run the following command to execute this component with Nextflow:

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

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

Input

Name
Type & Properties
--index
file
required
--reads
file
required

Output

Name
Type & Properties
--output
-f
file
output

Algorithm Options

Name
Type & Properties
--max_diff
-n
string
--max_gap_opens
-o
integer
--max_gap_extensions
-e
integer
--indel_end_skip
-i
integer
--max_long_deletion_extensions
-d
integer
--seed_length
-l
integer
--max_seed_diff
-k
integer
--max_queue_entries
-m
integer

Scoring Options

Name
Type & Properties
--mismatch_penalty
-M
integer
--gap_open_penalty
-O
integer
--gap_extension_penalty
-E
integer
--stop_search_threshold
-R
integer
--quality_threshold
-q
integer

Input/Output Options

Name
Type & Properties
--barcode_length
-B
integer
--log_gap_penalty
-L
boolean_true
--non_iterative
-N
boolean_true
--illumina_13_format
-I
boolean_true
--input_bam
-b
boolean_true
--single_end_only
-0
boolean_true
--use_first_read
-1
boolean_true
--use_second_read
-2
boolean_true
--filter_casava
-Y
boolean_true

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.