Mercurial > repos > rnateam > mafft
diff mafft.xml @ 5:15974dd17515 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mafft commit fc3727b1b39cd5654a523d03e0df2b9ac87ddcda
author | rnateam |
---|---|
date | Tue, 20 Sep 2016 09:30:47 -0400 |
parents | f0606dfd5195 |
children | aaefa93c2dd2 |
line wrap: on
line diff
--- a/mafft.xml Tue Feb 23 07:28:36 2016 -0500 +++ b/mafft.xml Tue Sep 20 09:30:47 2016 -0400 @@ -16,7 +16,6 @@ <![CDATA[ #if $cond_flavour.flavourType != 'custom' $cond_flavour.flavourType - #elif $cond_flavour.flavourType == 'custom' ### full parameter options mafft @@ -24,10 +23,10 @@ --retree $cond_flavour.retree --maxiterate $cond_flavour.iterations #end if - + ## specify threads to use --thread \${GALAXY_SLOTS:-1} - + $datatype --ep $ep --op $op @@ -38,12 +37,12 @@ #elif $matrix_condition.matrix == "PAM" --jtt ${matrix_condition.PAM} #end if - + $reorder - $getTree + $getTree $outputFormat $inputSequences > $outputAlignment; - + #if $getTree == "--treeout" mv ${inputSequences}.tree $outputTree; #end if