Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miniprot Update version v0.10 to v0.12 #5317

Merged
merged 16 commits into from
Jul 13, 2023
2 changes: 1 addition & 1 deletion tools/miniprot/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.10</token>
<token name="@TOOL_VERSION@">0.11</token>
<xml name="citation">
<citations>
<citation type="doi">10.1093/bioinformatics/btad014</citation>
Expand Down
3 changes: 2 additions & 1 deletion tools/miniprot/miniprot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
--outn=$adv.output.outputs_per_query
--outc=$adv.output.output_fraction_query
--outs=$adv.output.output_score_least
--trans=$adv.output.output_translated_protein
rlibouba marked this conversation as resolved.
Show resolved Hide resolved
rlibouba marked this conversation as resolved.
Show resolved Hide resolved
$adv.output.output_residue_alignment
#end if
#if str($db.dbtype) == 'fasta'
Expand Down Expand Up @@ -137,6 +138,7 @@
<param argument="--outs" name="output_score_least" type="float" min="0" max="1" value="0.99"
label="For each protein, only output alignments with a score higher than 'best_score' multiplied by this value"/>
<param argument="--outc" name="output_fraction_query" type="float" value="0.1" label="Output if at least this fraction of query is aligned" />
<param argument="--trans" name="output_translated_protein" type="boolean" truevalue="--trans" falsevalue="" checked="false" label="Output translated protein sequences" help="Skipping frameshift" />
rlibouba marked this conversation as resolved.
Show resolved Hide resolved
</section>
<param argument="-K" name="query_batch_size" type="integer" min="1" value="2000000" label="Query batch size" />
</when>
Expand Down Expand Up @@ -217,7 +219,6 @@
</output>
</test>


</tests>
<help><![CDATA[
miniprot_ rapidly aligns a protein sequence against a genome with affine gap penalty, splicing and frameshift.
Expand Down