changeset 4:0d1ed813f843 draft

Uploaded
author p.lucas
date Thu, 02 May 2019 06:04:47 -0400
parents d2b7013db351
children 2739c99b076e
files mafft.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mafft.xml	Thu May 02 06:01:21 2019 -0400
+++ b/mafft.xml	Thu May 02 06:04:47 2019 -0400
@@ -20,6 +20,11 @@
     <inputs>
         <param name="seqtoadd" type="data" format="fasta" label="Sequences to add" help="Sequences to add in FASTA format."/>
         <param name="existingalignment" type="data" format="fasta" label="Alignment already done" help="Multi-alignment in FASTA format."/>
+        <param name="outputFormat" type="select" label="Output format" help="Either FASTA or ClustalW or Phylip">
+            <option value="" selected="true">FASTA</option>
+            <option value="--clustalout">ClustalW</option>
+            <option value="--phylipout">Phylip</option>
+        </param>
     </inputs>
     <outputs>
         <data format="fasta" name="outputAlignment" label="${tool.name} on ${on_string}">