Mercurial > repos > devteam > emboss_5
comparison emboss_polydot.xml @ 20:21a9fb508031 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author | iuc |
---|---|
date | Tue, 31 Aug 2021 08:05:39 +0000 |
parents | 27c43fb015f0 |
children |
comparison
equal
deleted
inserted
replaced
19:d0847fe9b443 | 20:21a9fb508031 |
---|---|
1 <tool id="EMBOSS: polydot77" name="polydot" version="@VERSION@.1"> | 1 <tool id="EMBOSS: polydot77" name="polydot" version="@VERSION@.1"> |
2 <!-- produces png file, not added functional tests --> | 2 <!-- produces png file, not added functional tests --> |
3 <description>Displays all-against-all dotplots of a set of sequences</description> | 3 <description>Displays all-against-all dotplots of a set of sequences</description> |
4 <expand macro="bio_tools" /> | |
4 <macros> | 5 <macros> |
5 <import>macros.xml</import> | 6 <import>macros.xml</import> |
6 </macros> | 7 </macros> |
7 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
8 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' polydot -sequence '$input1' -graph png -goutfile '$output2' -outfeat '$output1' -wordsize $wordsize -boxit $boxit -dumpfeat yes -gap | 9 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' polydot -sequence '$input1' -graph png -goutfile '$output2' -outfeat '$output1' -wordsize $wordsize -boxit $boxit -dumpfeat yes -gap |