Mercurial > repos > bebatut > graphlan
comparison graphlan.xml @ 1:5cdaa98d9376 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit f20ebff87883fc5639f540418257ca04ce8296fb-dirty
| author | bebatut |
|---|---|
| date | Fri, 01 Apr 2016 05:51:57 -0400 |
| parents | c5746c07ca5e |
| children | 64e69b47b4ec |
comparison
equal
deleted
inserted
replaced
| 0:c5746c07ca5e | 1:5cdaa98d9376 |
|---|---|
| 1 <tool id="graphlan" name="GraPhlAn" version="0.1.0"> | 1 <tool id="graphlan" name="GraPhlAn" version="1.0"> |
| 2 | 2 |
| 3 <description>to produce graphical output of an input tree</description> | 3 <description>to produce graphical output of an input tree</description> |
| 4 | 4 |
| 5 <requirements> | 5 <requirements> |
| 6 <requirement type="package" version="1.66">biopython</requirement> | 6 <requirement type="package" version="1.66">biopython</requirement> |
| 11 <stdio> | 11 <stdio> |
| 12 </stdio> | 12 </stdio> |
| 13 | 13 |
| 14 <version_command> | 14 <version_command> |
| 15 <![CDATA[ | 15 <![CDATA[ |
| 16 python \${GRAPHLAN_DIR}/graphlan.py -v | 16 graphlan.py -v |
| 17 ]]> | 17 ]]> |
| 18 </version_command> | 18 </version_command> |
| 19 | 19 |
| 20 <command> | 20 <command> |
| 21 <