Mercurial > repos > devteam > emboss_5
comparison emboss_shuffleseq.xml @ 10:d49956b87f7e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
author | iuc |
---|---|
date | Wed, 08 Feb 2017 12:42:22 -0500 |
parents | |
children | 8992d258e42f |
comparison
equal
deleted
inserted
replaced
9:511429456d3c | 10:d49956b87f7e |
---|---|
1 <tool id="EMBOSS: shuffleseq87" name="shuffleseq" version="5.0.0.1"> | |
2 <!-- produces random outputs each time --> | |
3 <description>Shuffles a set of sequences maintaining composition</description> | |
4 <macros> | |
5 <import>macros.xml</import> | |
6 </macros> | |
7 <expand macro="requirements" /> | |
8 <code file="emboss_format_corrector.py" /> | |
9 <command>shuffleseq -sequence '$input1' -outseq '$out_file1' -shuffle $shuffle -osformat2 $out_format1 -auto</command> | |
10 <inputs> | |
11 <param name="input1" type="data" format="fasta" label="Sequences" /> | |
12 <param name="shuffle" type="integer" value="1" label="Number of shuffles" /> | |
13 <param name="out_format1" type="select" label="Output sequence file format"> | |
14 <option value="fasta">FASTA (m)</option> | |
15 <option value="acedb">ACeDB (m)</option> | |
16 <option value="asn1">ASN.1 (m)</option> | |
17 <option value="clustal">Clustal (m)</option> | |
18 <option value="codata">CODATA (m)</option> | |
19 <option value="embl">EMBL (m)</option> | |
20 <option value="fitch">Fitch (m)</option> | |
21 <option value="gcg">Wisconsin Package GCG 9.x and 10.x (s)</option> | |
22 <option value="genbank">GENBANK (m)</option> | |
23 <option value="gff">GFF (m)</option> | |
24 <option value="hennig86">Hennig86 (m)</option> | |
25 <option value="ig">Intelligenetics (m)</option> | |
26 <option value="jackknifer">Jackknifer (m)</option> | |
27 <option value="jackknifernon">Jackknifernon (m)</option> | |
28 <option value="mega">Mega (m)</option> | |
29 <option value="meganon">Meganon (m)</option> | |
30 <option value="msf">Wisconsin Package GCG's MSF (m)</option> | |
31 <option value="pir">NBRF (PIR) (m)</option> | |
32 <option value="ncbi">NCBI style FASTA (m)</option> | |
33 <option value="nexus">Nexus/PAUP (m)</option> | |
34 <option value="nexusnon">Nexusnon/PAUPnon (m)</option> | |
35 <option value="phylip">PHYLIP interleaved (m)</option> | |
36 <option value="phylipnon">PHYLIP non-interleaved (m)</option> | |
37 <option value="selex">SELEX (m)</option> | |
38 <option value="staden">Staden (s)</option> | |
39 <option value="strider">DNA strider (m)</option> | |
40 <option value="swiss">SwisProt entry (m)</option> | |
41 <option value="text">Plain sequence (s)</option> | |
42 <option value="treecon">Treecon (m)</option> | |
43 </param> | |
44 </inputs> | |
45 <outputs> | |
46 <data name="out_file1" format="fasta" /> | |
47 </outputs> | |
48 <help> | |
49 .. class:: warningmark | |
50 | |
51 The input dataset needs to be sequences. | |
52 | |
53 ----- | |
54 | |
55 You can view the original documentation here_. | |
56 | |
57 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/shuffleseq.html | |
58 </help> | |
59 <expand macro="citations" /> | |
60 </tool> |