# HG changeset patch
# User iuc
# Date 1663972523 0
# Node ID ce04c239454b5d420f41301ba0792429d449a977
# Parent ef712a5e983489229e9850004957e0e42cb0dc4f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit fbe24c1f66f23448d48a61c84a93cb73e0dbc779
diff -r ef712a5e9834 -r ce04c239454b macros.xml
--- a/macros.xml Mon Sep 19 12:30:10 2022 +0000
+++ b/macros.xml Fri Sep 23 22:35:23 2022 +0000
@@ -1,3 +1,3 @@
- 0.2
+ 0.3
diff -r ef712a5e9834 -r ce04c239454b miniprot.xml
--- a/miniprot.xml Mon Sep 19 12:30:10 2022 +0000
+++ b/miniprot.xml Fri Sep 23 22:35:23 2022 +0000
@@ -26,6 +26,11 @@
-C $adv.alignment.non_canonical_splice
-F $adv.alignment.frameshift
-B $adv.alignment.end_bonus
+ #if str($adv.output.prefix) != 'MP'
+ -P '$adv.output.prefix'
+ #end if
+ $adv.output.print_unmapped_proteins
+ --outn=$adv.output.outputs_per_query
#end if
#if str($db.dbtype) == 'fasta'
'$db.genomic_fasta'
@@ -73,21 +78,35 @@
+
+
-
-
+
+
+
@@ -111,7 +130,7 @@
@@ -151,7 +170,25 @@
miniprot_ rapidly aligns a protein sequence against a genome with affine gap penalty, splicing and frameshift.
It is primarily intended for annotating protein-coding genes in a new species using known genes from other species.
- **NOTE:** miniprot is in the early stages of development and should be considered experimental at this stage.
+ While an index of the genome to be mapped to can be built "on the fly", the Miniprot index tool can pre-index a genome
+ and will result in faster performance if the genome index is reused multiple times.
+
+ For details of the algorithm and some insight into how parameters can be tuned see this overview_.
+
.. _miniprot: https://github.com/lh3/miniprot
+ .. _overview: https://github.com/lh3/miniprot#algorithm-overview
]]>
+
+
+