Mercurial > repos > devteam > count_gff_features
diff count_gff_features.xml @ 1:188392a0d0a8 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
author | devteam |
---|---|
date | Tue, 06 Jun 2017 18:37:53 -0400 |
parents | fabda887a71f |
children |
line wrap: on
line diff
--- a/count_gff_features.xml Mon Jul 28 11:56:10 2014 -0400 +++ b/count_gff_features.xml Tue Jun 06 18:37:53 2017 -0400 @@ -1,10 +1,12 @@ -<tool id="count_gff_features" name="Count GFF Features" version="0.1"> +<tool id="count_gff_features" name="Count GFF Features" version="0.2"> <description></description> <requirements> - <requirement type="package" version="0.7.1">bx-python</requirement> + <requirement type="package" version="1.1.0">galaxy-ops</requirement> </requirements> - <command interpreter="python"> - count_gff_features.py $input > $output + <command><![CDATA[ + python '$__tool_directory__/count_gff_features.py' + '$input' > '$output' + ]]> </command> <inputs> <param format="gff" name="input" type="data" label="GFF Dataset to Filter"/>