diff sc3-macros.xml @ 0:b3c3cf813a49 draft default tip

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 9bf9a6e46a330890be932f60d1d996dd166426c4
author ebi-gxa
date Wed, 03 Apr 2019 11:27:08 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sc3-macros.xml	Wed Apr 03 11:27:08 2019 -0400
@@ -0,0 +1,31 @@
+<macros>
+  <token name="@TOOL_VERSION@">1.8.0</token>
+  <token name="@HELP@">Documentation can be found at http://bioconductor.org/packages/release/bioc/vignettes/SC3/inst/doc/SC3.html</token>
+  <xml name="requirements">
+    <requirements>
+      <requirement type="package" version="0.0.4">sc3-scripts</requirement>
+      <yield/>
+    </requirements>
+  </xml>
+  <token name="@VERSION_HISTORY@"><![CDATA[
+**Version history**
+
+1.8.0+galaxy0: Initial contribution. Ni Huang and Carlos Talavera-Lopez, Expression Atlas team https://www.ebi.ac.uk/gxa/home  at
+EMBL-EBI https://www.ebi.ac.uk/ and Teichmann Lab at Wellcome Sanger Institute.
+    ]]></token>
+  <xml name="citations">
+    <citations>
+      <citation type="doi">10.1038/nmeth.4236</citation>
+      <citation type="bibtex">
+        @misc{githubbioconductor-sc3-scripts.git,
+        author = {Jonathan Manning, Ni Huang, Jean Chang, Carlos Talavera-López, EBI Gene Expression Team},
+        year = {2018},
+        title = {SC3-scripts: command line interface for SC3},
+        publisher = {GitHub},
+        journal = {GitHub repository},
+        url = {https://github.com/ebi-gene-expression-group/bioconductor-sc3-scripts.git},
+      }</citation>
+      <yield />
+    </citations>
+  </xml>
+</macros>