Mercurial > repos > eric-rasche > apollo
comparison export.xml @ 3:d4ae83dedb14 draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 4ac38d0b6dba1183f3e78eb5c224c7051064b4a5
| author | eric-rasche |
|---|---|
| date | Thu, 12 Jan 2017 11:52:28 -0500 |
| parents | 6002cc0df04e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:c8e16c8eff98 | 3:d4ae83dedb14 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="edu.tamu.cpt2.webapollo.export" name="WA2: Retrieve/Export data" version="1.4"> | 2 <tool id="edu.tamu.cpt2.webapollo.export" name="Retrieve Data" version="3.0"> |
| 3 <description>from WebApollo into Galaxy</description> | 3 <description>from Apollo into Galaxy</description> |
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <code file="webapollo.py"/> | |
| 7 <expand macro="requirements"/> | 8 <expand macro="requirements"/> |
| 8 <command detect_errors="aggressive"><![CDATA[ | 9 <command detect_errors="aggressive"><![CDATA[ |
| 9 python $__tool_directory__/export.py | 10 python $__tool_directory__/export.py |
| 10 | 11 |
| 11 @AUTH@ | 12 @ADMIN_AUTH@ |
| 12 | 13 |
| 13 @CN_OR_GUESS@ | 14 @ORG_CN_OR_GUESS@ |
| 14 | 15 |
| 15 --gff $gff_out | 16 --gff "$gff_out" |
| 16 --fasta $fasta_out | 17 --fasta "$fasta_out" |
| 18 --json "$json_out" | |
| 17 | 19 |
| 18 ]]></command> | 20 ]]></command> |
| 19 <inputs> | 21 <inputs> |
| 20 <expand macro="cn_or_guess" /> | 22 <expand macro="cn_or_guess" /> |
| 21 </inputs> | 23 </inputs> |
| 22 <outputs> | 24 <outputs> |
| 23 <data format="gff3" name="gff_out" /> | 25 <data format="gff3" name="gff_out" label="Annotations from Apollo"/> |
| 24 <data format="fasta" name="fasta_out"/> | 26 <data format="fasta" name="fasta_out" label="Sequence(s) from Apollo"/> |
| 27 <data format="json" name="json_out" label="Metadata from Apollo"/> | |
| 25 </outputs> | 28 </outputs> |
| 26 <help><![CDATA[ | 29 <help><![CDATA[ |
| 27 **What it does** | 30 **What it does** |
| 28 | 31 |
| 29 Exports the GFF3/Fasta sequence from WebApollo. | 32 Exports the sequence data and annotations from Apollo. |
| 33 | |
| 34 If you provide an Apollo JSON file as input to the Organism Common Name list, | |
| 35 this will enable extracting multiple organism's data at once from Apollo. | |
| 36 Beware that currently all gff3 and fasta responses are merged together. If you | |
| 37 have two separate organisms with identically named reference sequences, it will | |
| 38 not be possible to separate those out. | |
| 30 | 39 |
| 31 @REFERENCES@ | 40 @REFERENCES@ |
| 32 ]]></help> | 41 ]]></help> |
| 33 </tool> | 42 </tool> |
