Mercurial > repos > eric-rasche > apollo
comparison export.xml @ 0:6002cc0df04e draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4e5a5af7689f1713c34a6ad9a9594c205e762fdd
| author | eric-rasche |
|---|---|
| date | Tue, 03 May 2016 13:38:55 -0400 |
| parents | |
| children | d4ae83dedb14 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6002cc0df04e |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="edu.tamu.cpt2.webapollo.export" name="WA2: Retrieve/Export data" version="1.4"> | |
| 3 <description>from WebApollo into Galaxy</description> | |
| 4 <macros> | |
| 5 <import>macros.xml</import> | |
| 6 </macros> | |
| 7 <expand macro="requirements"/> | |
| 8 <command detect_errors="aggressive"><![CDATA[ | |
| 9 python $__tool_directory__/export.py | |
| 10 | |
| 11 @AUTH@ | |
| 12 | |
| 13 @CN_OR_GUESS@ | |
| 14 | |
| 15 --gff $gff_out | |
| 16 --fasta $fasta_out | |
| 17 | |
| 18 ]]></command> | |
| 19 <inputs> | |
| 20 <expand macro="cn_or_guess" /> | |
| 21 </inputs> | |
| 22 <outputs> | |
| 23 <data format="gff3" name="gff_out" /> | |
| 24 <data format="fasta" name="fasta_out"/> | |
| 25 </outputs> | |
| 26 <help><![CDATA[ | |
| 27 **What it does** | |
| 28 | |
| 29 Exports the GFF3/Fasta sequence from WebApollo. | |
| 30 | |
| 31 @REFERENCES@ | |
| 32 ]]></help> | |
| 33 </tool> |
