Mercurial > repos > gga > apollo_iframe
comparison macros.xml @ 9:b0714ffcf142 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 49fe23e3fb330234900946352fbc3a86deeeb639
author | gga |
---|---|
date | Mon, 29 Jul 2019 10:08:38 -0400 |
parents | a10003dc6c85 |
children | c6172b538caf |
comparison
equal
deleted
inserted
replaced
8:860ca63f4a59 | 9:b0714ffcf142 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@WRAPPER_VERSION@">4.0.0</token> | |
4 | |
3 <xml name="requirements"> | 5 <xml name="requirements"> |
4 <requirements> | 6 <requirements> |
5 <requirement type="package" version="2.7">python</requirement> | 7 <requirement type="package" version="2.7">python</requirement> |
6 <requirement type="package" version="1.65">biopython</requirement> | 8 <requirement type="package" version="1.65">biopython</requirement> |
7 <requirement type="package" version="0.6.2">bcbiogff</requirement> | 9 <requirement type="package" version="0.6.2">bcbiogff</requirement> |
97 </assert_stderr> | 99 </assert_stderr> |
98 </xml> | 100 </xml> |
99 | 101 |
100 <xml name="citations"> | 102 <xml name="citations"> |
101 <citations> | 103 <citations> |
104 <citation type="doi">10.1371/journal.pcbi.1006790</citation> | |
102 </citations> | 105 </citations> |
103 </xml> | 106 </xml> |
104 <xml name="gff3_input"> | 107 <xml name="gff3_input"> |
105 <param label="GFF3 Annotations" name="gff3_data" type="data" format="gff3"/> | 108 <param label="GFF3 Annotations" name="gff3_data" type="data" format="gff3"/> |
106 </xml> | 109 </xml> |
121 ------ | 124 ------ |
122 | 125 |
123 **Citation** | 126 **Citation** |
124 | 127 |
125 If you use this tool in Galaxy, please cite: | 128 If you use this tool in Galaxy, please cite: |
126 Eric Rasche (2016), `Galaxy Apollo Tools <https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo>`_ | 129 Helena Rasche, Anthony Bretaudeau, and Mateo Boudet (2019), `Galaxy Apollo Tools <https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo>`_ |
127 ]]> | 130 ]]> |
128 </token> | 131 </token> |
129 </macros> | 132 </macros> |