comparison longORF.xml @ 2:4952f1ece60b draft

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 9251cc505b24610e89222729bb344b988ee13c1f-dirty
author mbernt
date Thu, 16 Aug 2018 06:59:45 -0400
parents ec898924d8c7
children 7701185ca677
comparison
equal deleted inserted replaced
1:1c4b24e9bb16 2:4952f1ece60b
1 <tool id="longORF" name="Obtain longest ORFs" version="0.1.0"> 1 <tool id="longORF" name="Obtain longest ORFs" version="0.2.0">
2 <description> in six-frame translations</description> 2 <description> in six-frame translations</description>
3 <command><![CDATA[ 3 <command><![CDATA[
4 python $__tool_directory__/getLongestORF.py $input $output_longestORF $output_ORFs 4 python $__tool_directory__/getLongestORF.py $input $output_longestORF $output_ORFs
5 ]]> 5 ]]>
6 </command> 6 </command>