Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions tools/minimap2/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<macros>
<token name="@TOOL_VERSION@">2.28</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@PROFILE@">24.0</token>
<token name="@TOOL_VERSION@">2.30</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">24.1</token>
<xml name="edam_ontology">
<edam_topics>
<edam_topic>topic_0102</edam_topic>
Expand All @@ -13,21 +13,20 @@
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">minimap2</requirement>
<requirement type="package" version="1.19.2">samtools</requirement>
<requirement type="package" version="1.22.1">samtools</requirement>
</requirements>
</xml>
<xml name="pe_anaylsis_fixed_selector">
<param name="analysis_type_selector" type="select"
label="Presets for PE reads alignment"
help="These are the minimap2 preset options for PE alignment of short reads. You can customize these and other settings in the indexing, mapping and alignment options sections below.">
<option value="sr">Short reads without splicing (-k21 -w11 --sr -F800 -A2 -B8 -O12,32 -E2,1 -r50 -p.5 -N20 -f1000,5000 -n2 -m20 -s40 -g200 -2K50m --heap-sort=yes --secondary=no) (sr)</option>
<option value="sr">Short reads without splicing (-k21 -w11 --sr --frag=yes -F800 -A2 -B8 -O12,32 -E2,1 -r100 -p.5 -N20 -f1000,5000 -n2 -m25 -s40 -g100 -2K50m --heap-sort=yes --secondary=no) (sr)</option>
</param>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1093/bioinformatics/btp324</citation>
<citation type="doi">10.1093/bioinformatics/btp698</citation>
<citation type="doi">10.1093/bioinformatics/bty191</citation>
<citation type="doi">10.1093/bioinformatics/btp352</citation>
</citations>
</xml>
</macros>
152 changes: 132 additions & 20 deletions tools/minimap2/minimap2.xml

Large diffs are not rendered by default.

Binary file modified tools/minimap2/test-data/minimap2-self-homology.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test-kmer_ocurrence.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test-mask_len.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test1-fasta.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test1-fasta.cram
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test1.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test_hifi-2-fasta.bam
Binary file not shown.
Binary file modified tools/minimap2/test-data/minimap2-test_hifi-fasta.bam
Binary file not shown.