bowtie2/bowtie2_build

Alignment
Indexing

Description

Build Bowtie2 index files from reference sequences.

The Bowtie2 index is based on the FM Index of Ferragina and Manzini, which in turn
is based on the Burrows-Wheeler Transform. The algorithm used to build the index is
based on the blockwise algorithm of Karkkainen.

Type

bash_script

License

GPL-3.0

Keywords

Alignment
Indexing

Contributors

Run this component

Run the following command to execute this component with Nextflow:

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

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

Inputs

Name
Type & Properties
--input
file
required

Outputs

Name
Type & Properties
--output
file
required
output
--index_name
string

Index Construction Options

Name
Type & Properties
--large_index
boolean_true
--noauto
boolean_true
--packed
boolean_true
--bmax
integer
--bmaxdivn
integer
--dcv
integer
--nodc
boolean_true
--noref
boolean_true
--justref
boolean_true
--offrate
integer
--ftabchars
integer
--seed
integer
--quiet
boolean_true
--verbose
boolean_true
--debug
boolean_true
--sanitized
boolean_true

Input Format Options

Name
Type & Properties
--fasta
boolean_true
--cmdline
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.