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

Changeset 10:f29602ae449e (2021-07-09)
Previous changeset 9:44018dd6b447 (2020-11-23) Next changeset 11:4f2967b27e67 (2022-07-01)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotatemyids commit 341ee309143af2e0d639fd7eb20d6bc03596b28a"
modified:
annotateMyIDs.xml
b
diff -r 44018dd6b447 -r f29602ae449e annotateMyIDs.xml
--- a/annotateMyIDs.xml Mon Nov 23 01:03:37 2020 +0000
+++ b/annotateMyIDs.xml Fri Jul 09 14:20:02 2021 +0000
b
@@ -1,4 +1,4 @@
-<tool id="annotatemyids" name="annotateMyIDs" version="3.12.0">
+<tool id="annotatemyids" name="annotateMyIDs" version="3.12.0+galaxy1">
     <description>annotate a generic set of identifiers</description>
     <requirements>
         <requirement type="package" version="3.12.0">bioconductor-org.hs.eg.db</requirement>
@@ -102,8 +102,8 @@
         <param name="rscriptOpt" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="False" label="Output Rscript?" help="If this option is set to Yes, the Rscript used to annotate the IDs will be provided as a text file in the output. Default: No" />
     </inputs>
     <outputs>
-        <data name="out_tab" format="tabular" from_work_dir="*.tab" label="${tool.name} on ${on_string}: Annotated IDs" />
-        <data name="out_rscript" format="txt" from_work_dir="*.txt" label="${tool.name} on ${on_string}: Rscript">
+        <data name="out_tab" format="tabular" label="${tool.name} on ${on_string}: Annotated IDs" />
+        <data name="out_rscript" format="txt" label="${tool.name} on ${on_string}: Rscript">
             <filter>rscriptOpt is True</filter>
         </data>
     </outputs>