Mercurial > repos > iuc > hyphy_conv
diff hyphy_conv.xml @ 2:67edc6d534c3 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
| author | iuc |
|---|---|
| date | Tue, 27 Apr 2021 17:49:39 +0000 |
| parents | 5d89d7b76ca7 |
| children | a8d68d943b70 |
line wrap: on
line diff
--- a/hyphy_conv.xml Tue Apr 20 19:44:05 2021 +0000 +++ b/hyphy_conv.xml Tue Apr 27 17:49:39 2021 +0000 @@ -12,19 +12,14 @@ '$deletions' conv_input.fa aa.nex - > ./conv.log @ERRORS@ ]]></command> <inputs> <param name="input_file" type="data" format="fasta" label="Input codon alignment"/> - <param name="save_log" type="boolean" truevalue="Yes" falsevalue="No" checked="false" label="Save the conversion log to your history" /> <expand macro="gencode"/> <param name="deletions" type="boolean" truevalue="Keep Deletions" falsevalue="Skip Deletions" label="Keep deletions" help="If this is checked, deletions will be left in the output file"/> </inputs> <outputs> - <data name="conv_log" format="txt" from_work_dir="conv.log"> - <filter>save_log</filter> - </data> <data name="proteins" format="nex" from_work_dir="aa.nex" /> </outputs> <tests>
