diff macros.xml @ 2:9dc36a1975e8 draft

planemo upload for repository https://github.com/veg/hivclustering/ commit b'a6d09759f16c40d4607d30f4bb28772e74c07021\n'-dirty
author rdvelazquez
date Thu, 19 Apr 2018 14:39:39 -0400
parents d975f8166fc8
children 8a6f3d2a2d23
line wrap: on
line diff
--- a/macros.xml	Mon Mar 05 10:57:10 2018 -0500
+++ b/macros.xml	Thu Apr 19 14:39:39 2018 -0400
@@ -1,9 +1,21 @@
-<?xml version="1.0"?>
-<macros>
-    <xml name="requirements">
-        <requirements>
-            <requirement type="package" version="@VERSION@">python-hivclustering</requirement>
-        </requirements>
-    </xml>
-    <token name="@VERSION@">1.3.0</token>
-</macros>
\ No newline at end of file
+<?xml version="1.0"?>
+<macros>
+  <xml name="requirements">
+    <requirements>
+      <requirement type="package" version="@VERSION@">python-hivclustering</requirement>
+    </requirements>
+  </xml>
+  <token name="@VERSION@">1.3.1</token>
+  <xml name="citations">
+    <citations>
+      <citation type="bibtex">
+                @UNPUBLISHED{spond,
+                    author = "Sergei Kosakovsky Pond",
+                    title = "HyPhy: Hypothesis Testing using Phylogenies",
+                    year = "2000",
+                    note = "http://hyphy.org/",
+                    url = "http://hyphy.org/"}
+            </citation>
+    </citations>
+  </xml>
+</macros>