Previous changeset 3:d2b7013db351 (2019-05-02) Next changeset 5:2739c99b076e (2019-05-02) |
Commit message:
Uploaded |
modified:
mafft.xml |
b |
diff -r d2b7013db351 -r 0d1ed813f843 mafft.xml --- a/mafft.xml Thu May 02 06:01:21 2019 -0400 +++ b/mafft.xml Thu May 02 06:04:47 2019 -0400 |
b |
@@ -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}"> |