Mercurial > repos > earlhaminst > ensembl_get_feature_info
changeset 4:10dc420f725a draft
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/Ensembl-REST commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author | earlhaminst |
---|---|
date | Fri, 24 Mar 2017 11:57:22 -0400 |
parents | 3a78d1f0bfb6 |
children | 234d7babf34b |
files | get_feature_info.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/get_feature_info.xml Wed Feb 22 05:48:18 2017 -0500 +++ b/get_feature_info.xml Fri Mar 24 11:57:22 2017 -0400 @@ -4,14 +4,14 @@ <requirement type="package" version="2.12.4">requests</requirement> <requirement type="package" version="1.10.0">six</requirement> </requirements> - <command> + <command detect_errors="exit_code"> <![CDATA[ -python $__tool_directory__/get_feature_info.py +python '$__tool_directory__/get_feature_info.py' -e $expand -f $format_selector --i "$input" +-i '$input' -s $species_selector -> "$output" +> '$output' ]]> </command>