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
Contributors
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 Name | Type & Properties |
|---|---|
--reference -i --input | file required |
--query -q | file required |
Name | Type & Properties |
|---|---|
--preset -x | string |
Name | Type & Properties |
|---|---|
--bam | boolean_true |
--cigar_paf | boolean_true |
--cigar_bam | boolean_true |
--output -o | file required output |