diff macros.xml @ 11:5bec47dfe99a draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_egapx commit 544ef29cd524d03b10fdc60769d5d0f2a93d3a67
author richard-burhans
date Thu, 14 Nov 2024 15:28:04 +0000
parents 7fa335454224
children 9ec3ffd77b6b
line wrap: on
line diff
--- a/macros.xml	Mon Oct 14 19:01:46 2024 +0000
+++ b/macros.xml	Thu Nov 14 15:28:04 2024 +0000
@@ -1,11 +1,11 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <container type="docker">quay.io/richard-burhans/egapx:@TOOL_VERSION@</container>
+            <container type="docker">quay.io/galaxy/egapx:@TOOL_VERSION@</container>
         </requirements>
     </xml>
-    <token name="@TOOL_VERSION@">0.2-alpha</token>
-    <token name="@VERSION_SUFFIX@">4</token>
+    <token name="@TOOL_VERSION@">0.3.0-alpha</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">22.05</token>
     <xml name="edam_ontology">
         <edam_operations>
@@ -14,7 +14,22 @@
     </xml>
     <xml name="citations">
         <citations>
-            <citation type="doi">10.1093/bioinformatics/bts573</citation>
+            <citation type="bibtex">
+                @misc{githubegapx,
+                    author = {NCBI},
+                    year = "2024",
+                    title = {Eukaryotic Genome Annotation Pipeline - External (EGAPx)},
+                    publisher = {GitHub},
+                    journal = {GitHub repository},
+                    url = {https://github.com/ncbi/egapxm
+                }
+            </citation>
         </citations>
     </xml>
+    <xml name="creators">
+        <creator>
+            <person givenName="Ross" familyName="Lazarus" url="https://orcid.org/0000-0003-3939-1961"/>
+            <person givenName="Richard" familyName="Burhans" url="https://science.psu.edu/bmb/people/rcb112"/>
+        </creator>
+    </xml>
 </macros>