Repository 'metaeuk_easy_predict'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/metaeuk_easy_predict

Changeset 1:f91548912113 (2021-07-18)
Previous changeset 0:5f6ebc3103ee (2020-08-04) Next changeset 2:be6bbdeafcb8 (2021-10-21)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 36466f52394655b92d07a3a26ec3259bd30b89a2"
modified:
metaeuk_easy_predict.xml
b
diff -r 5f6ebc3103ee -r f91548912113 metaeuk_easy_predict.xml
--- a/metaeuk_easy_predict.xml Tue Aug 04 15:43:31 2020 -0400
+++ b/metaeuk_easy_predict.xml Sun Jul 18 17:41:54 2021 +0000
b
@@ -1,7 +1,7 @@
 <tool id="metaeuk_easy_predict" name="MetaEuk Easy Predict" version="@TOOL_VERSION@+galaxy0">
     <description>High-throughput gene discovery and annotation for large-scale eukaryotic metagenomics</description>
     <macros>
-        <token name="@TOOL_VERSION@">2.ddf2742</token>
+        <token name="@TOOL_VERSION@">4.a0f584d</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">metaeuk</requirement>
@@ -22,7 +22,7 @@
             --max-intron '${adv.max_intron}'
             --min-intron '${adv.min_intron}'
         #end if
-        && mv output.fasta '$output'
+        && mv output.fasta.codon.fas '$output'
     ]]></command>
     <inputs>
         <param name="contigs" type="data" format="fasta" label="Contigs to search again" />