Mercurial > repos > gga > apollo_feat_from_gff3
view create_features_from_gff3.xml @ 12:d022c003c7a3 draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 6d9302680b01ce11a8f2ee744942296243d5d004"
author | gga |
---|---|
date | Fri, 24 Apr 2020 09:08:24 -0400 |
parents | 5d1cf95ade8a |
children | bb562d95b6cd |
line wrap: on
line source
<?xml version="1.0"?> <tool id="feat_from_gff3" name="GFF3 to Apollo Annotations" version="@WRAPPER_VERSION@"> <description></description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <code file="webapollo.py"/> <command detect_errors="aggressive"><![CDATA[ @AUTH@ python '$__tool_directory__/create_features_from_gff3.py' @ORG_OR_GUESS@ '$__user_email__' '$gff3_data' --source '${__app__.config.galaxy_infrastructure_url}/history/view/${__app__.security.encode_id($gff3_data.history_id)}' > '$output']]></command> <inputs> <expand macro="org_or_guess" /> <expand macro="gff3_input" /> </inputs> <outputs> <data format="tabular" name="output" label="Process and Error Log"> <discover_datasets pattern="(?P<designation>.+)\.txt" format="tabular" visible="true"/> </data> </outputs> <tests> <test> <conditional name="org_source"> <param name="source_select" value="direct"/> <param name="org_raw" value="Test org" /> </conditional> <param name="gff3_data" value="merlin.gff"/> <output name="output" file="load_gff3/output.tsv" compare="sim_size"/> </test> </tests> <help><![CDATA[ **NOTA BENE** This is **incredibly, highly experimental** DO NOT: - Run on gff3 referencing multiple reference sequences/contigs - Expect it to work well - Expect it to work at all @REFERENCES@ ]]></help> <expand macro="citations"/> </tool>