Mercurial > repos > gga > apollo_feat_from_gff3
view create_features_from_gff3.xml @ 10:5d1cf95ade8a draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
author | gga |
---|---|
date | Mon, 02 Dec 2019 05:51:05 -0500 |
parents | 09dacc7c6a21 |
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>