minimap2/minimap2_align

Alignment
Mapper
Minimap2

Description

A versatile pairwise aligner for genomic and spliced nucleotide sequences.
This component maps DNA or mRNA query sequences against a reference database (FASTA or .mmi index).
By default, it outputs mapping coordinates in PAF format. If the --bam flag is provided, it outputs a sorted and indexed BAM file.

Type

bash_script

License

MIT

Keywords

Alignment
Mapper
Minimap2

Contributors

Run this component

Run the following command to execute this component with Nextflow:

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

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

Inputs

Name
Type & Properties
--reference
-i
--input
file
required
--query
-q
file
required

Options

Name
Type & Properties
--preset
-x
string

Outputs

Name
Type & Properties
--bam
boolean_true
--cigar_paf
boolean_true
--cigar_bam
boolean_true
--output
-o
file
required
output

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.