annotate roary.xml @ 6:1c16f283f643 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
author iuc
date Mon, 29 Jun 2020 12:40:01 +0000
parents db84f9e43dcc
children 81a43ace0fbf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
1c16f283f643 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
iuc
parents: 5
diff changeset
1 <tool id="roary" name="Roary" version="3.13.0+galaxy0">
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
2 <description>the pangenome pipeline - Quickly generate a core gene alignment from gff3 files</description>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
3
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
4 <requirements>
5
db84f9e43dcc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 0d2c8359cf38498b417b395d081daad47d08ee40"
iuc
parents: 4
diff changeset
5 <requirement type="package" version="3.13.0">roary</requirement>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
6 </requirements>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
7
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
9 #set $filenames = list()
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
10 #for $gff in $gff_input.gffs
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
11 cp '$gff' '${gff.element_identifier}.gff' &&
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
12 #set $filename = str($gff.element_identifier) + '.gff'
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
13 $filenames.append(str($filename))
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
14 #end for
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
15
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
16 roary
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
17 -f out
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
18 -p \${GALAXY_SLOTS:-1}
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
19 -e
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
20 -n
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
21 -i '$percent_ident'
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
22 -cd '$core_diff'
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
23 -g '$advanced.maxclust'
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
24 $advanced.split_para
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
25 -t '$advanced.trans_tab'
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
26 -iv '$advanced.mcl'
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
27
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
28 #for $f in $filenames
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
29 '$f'
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
30 #end for
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
31
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
32 ]]></command>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
33
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
34 <inputs>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
35 <conditional name="gff_input">
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
36 <param name="gff_input_selector" type="select" label="Individual gff files or a dataset collection" help="Select between individual gff files or a collection of gff files">
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
37 <option value="individual">Individual</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
38 <option value="collection">Collection</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
39 </param>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
40 <when value="individual">
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
41 <param name="gffs" type="data" multiple="true" format="gff,gff3" label="select gff inputs to Roary" help="Select the files you wish to send to Roary, must be in gff3 format with the sequence data at the end of the file." />
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
42 </when>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
43 <when value='collection'>
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
44 <param name="gffs" type="data_collection" collection_type="list" format="gff,gff3" label="Dataset collection to submit to Roary" help="A dataset list collection of gff3 files to send to Roary for analysis." />
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
45 </when>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
46 </conditional>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
47 <param name="percent_ident" type="integer" label="minimum percentage identity for blastp" help="Sets the minimum percentage identity for protein matches" value="95"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
48 <param name="core_diff" type="float" label="percentage of isolates a gene must be in to be core" help="The total percentage of the isolates that must have the gene for it to be considered a core gene." value="99.0"/>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
49
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
50 <param name="outputs" type="select" multiple="true" display="checkboxes" label="Additional outputs" help="Summary statistics, core gene alignments and Gene Presence/Absence tables are always produced.">
1
70c9cb0e2791 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 0c61b60404e4e1dfb5be4fb2fd310f9f3606c7a6
iuc
parents: 0
diff changeset
51 <option value="abg_nw">Accessory binary genes in newick format</option>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
52 <option value="abg_fa">Accessory binary genes in fasta format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
53 <option value="accgraph">Accessory graph in dot format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
54 <option value="acchead_embl">Accessory header file in embl format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
55 <option value="acctab">Accessory gene table in tabular format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
56 <option value="blastfreq">Blast Identity Frequency Rtab file</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
57 <option value="clust">Clustered proteins file</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
58 <option value="coreaccgraph">Core Accessory Graph in dot format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
59 <option value="coreaccembl">Core Accessory table in embl format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
60 <option value="coreacctab">Core Accessory table in tabular format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
61 <option value="genepa_rtab">Gene Presence Absence file in Rtab format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
62 <option value="numcons_rtab">Number of Conserved Genes in Rtab format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
63 <option value="numpangene_rtab">Number of Genes in Pan Genome in Rtab format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
64 <option value="numnew_rtab">Number of New Genes in Rtab format</option>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
65 <option value="numuniq_rtab">Number of Unique Genes in Rtab format</option>
6
1c16f283f643 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
iuc
parents: 5
diff changeset
66 <option value="pangenomeref">FASTA file which contains a single representative nucleotide sequence from each of the clusters in the pan genome (core and accessory)</option>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
67 </param>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
68
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
69 <section name="advanced" title="Advanced options" expanded="false">
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
70 <param name="maxclust" type="integer" value="50000" label="Maximum number of clusters" help="The maximum number of clusters to assign proteins" />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
71 <param name="split_para" type="boolean" checked="False" truevalue="-s" falsevalue="" label="Don't split paralogs" help="Click yes so that paralogs aren't split."/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
72 <param name="trans_tab" type="integer" value="11" label="Translation table to use [1 or 4 or 11]" help="DNA -> RNA translation table to use. Roary is designed for prokaryotes and so tables 1, 4 or 11 will work, others could be problematic." />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
73 <param name="mcl" type="float" value="1.5" label="MCL inflation value" help="This is an advanced setting, change only if you know what you are doing and then at your own risk!" />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
74 </section>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
75
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
76 </inputs>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
77
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
78 <outputs>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
79 <data format="tabular" name="sumstats" label="${tool.name} on ${on_string} Summary statistics" from_work_dir="out/summary_statistics.txt" />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
80 <data format="fasta" name="core_gene_aln" label="${tool.name} on ${on_string} Core Gene Alignment" from_work_dir="out/core_gene_alignment.aln" />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
81 <data format="csv" name="gene_p_a" label="${tool.name} on ${on_string} Gene Presence Absence" from_work_dir="out/gene_presence_absence.csv" />
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
82 <data format="fasta" name="acc_bin" label="${tool.name} on ${on_string} Accessory Binary Genes" from_work_dir="out/accessory_binary_genes.fa" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
83 <filter>outputs and 'abg_fa' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
84 </data>
1
70c9cb0e2791 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 0c61b60404e4e1dfb5be4fb2fd310f9f3606c7a6
iuc
parents: 0
diff changeset
85 <data format="nhx" name="acc_bin_new" label="${tool.name} on ${on_string} Accessory Binary Genes (Newick)" from_work_dir="out/accessory_binary_genes.fa.newick" >
70c9cb0e2791 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 0c61b60404e4e1dfb5be4fb2fd310f9f3606c7a6
iuc
parents: 0
diff changeset
86 <filter>outputs and 'abg_nw' in outputs</filter>
70c9cb0e2791 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 0c61b60404e4e1dfb5be4fb2fd310f9f3606c7a6
iuc
parents: 0
diff changeset
87 </data>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
88 <data format="dot" name="acc_graph" label="${tool.name} on ${on_string} Acsessory Graph" from_work_dir="out/accessory_graph.dot">
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
89 <filter>outputs and 'accgraph' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
90 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
91 <data format="embl" name="acc_head_embl" label="${tool.name} on ${on_string} Accessory Header" from_work_dir="out/accessory.header.embl" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
92 <filter>outputs and 'acchead_embl' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
93 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
94 <data format="tabular" name="acc_tab" label="${tool.name} on ${on_string} Accessory Gene Table" from_work_dir="out/accessory.tab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
95 <filter>outputs and 'acctab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
96 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
97 <data format="txt" name="blast_freq" label="${tool.name} on ${on_string} Blast Identity Frequencies" from_work_dir="out/blast_identity_frequency.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
98 <filter>outputs and 'blastfreq' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
99 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
100 <data format="txt" name="clust_file" label="${tool.name} on ${on_string} Clustered Proteins" from_work_dir="out/clustered_proteins" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
101 <filter>outputs and 'clust' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
102 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
103 <data format="dot" name="core_acc_graph" label="${tool.name} on ${on_string} Core Accessory Graph" from_work_dir="out/core_accessory_graph.dot" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
104 <filter>outputs and 'coreaccgraph' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
105 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
106 <data format="embl" name="core_acc_embl" label="${tool.name} on ${on_string} Core Accessory EMBL" from_work_dir="out/core_accessory.header.embl" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
107 <filter>outputs and 'coreaccembl' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
108 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
109 <data format="tabular" name="core_acc_tab" label="${tool.name} on ${on_string} Core Accessory Table" from_work_dir="out/core_accessory.tab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
110 <filter>outputs and 'coreacctab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
111 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
112 <data format="txt" name="gene_p_a_rtab" label="${tool.name} on ${on_string} Gene Presence Absence Rtab" from_work_dir="out/gene_presence_absence.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
113 <filter>outputs and 'genepa_rtab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
114 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
115 <data format="txt" name="num_cons_rtab" label="${tool.name} on ${on_string} Number of Conserved Genes" from_work_dir="out/number_of_conserved_genes.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
116 <filter>outputs and 'numcons_rtab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
117 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
118 <data format="txt" name="num_pangene_rtab" label="${tool.name} on ${on_string} Number of Genes in Pan Geneome" from_work_dir="out/number_of_genes_in_pan_genome.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
119 <filter>outputs and 'numpangene_rtab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
120 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
121 <data format="txt" name="num_new_rtab" label="${tool.name} on ${on_string} Number of New Genes" from_work_dir="out/number_of_new_genes.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
122 <filter>outputs and 'numnew_rtab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
123 </data>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
124 <data format="txt" name="num_uniq_rtab" label="${tool.name} on ${on_string} Number of Unique Genes" from_work_dir="out/number_of_unique_genes.Rtab" >
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
125 <filter>outputs and 'numuniq_rtab' in outputs</filter>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
126 </data>
6
1c16f283f643 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
iuc
parents: 5
diff changeset
127 <data format="fasta" name="pan_genome_ref" label="${tool.name} on ${on_string} pan-genome reference" from_work_dir="out/pan_genome_reference.fa" >
1c16f283f643 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
iuc
parents: 5
diff changeset
128 <filter>outputs and 'pangenomeref' in outputs</filter>
1c16f283f643 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit b65bd3e275828e8f4729c0f8211bc2bf6da71689"
iuc
parents: 5
diff changeset
129 </data>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
130 </outputs>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
131
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
132 <tests>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
133 <test>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
134 <param name="gff_input_selector" value="individual"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
135 <param name="gffs" value="ex1.gff,ex2.gff" ftype="gff3"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
136 <output name="sumstats" file="out/summary_statistics.txt" ftype="tabular"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
137 </test>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
138 <test>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
139 <param name="gff_input_selector" value="individual"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
140 <param name="gffs" value="ex1.gff,ex2.gff" ftype="gff3"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
141 <param name="percent_ident" value="50"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
142 <param name="core_diff" value="50.0"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
143 <output name="sumstats" file="test2/summary_statistics.txt" ftype="tabular"/>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
144 </test>
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
145 </tests>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
146
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
147 <help><![CDATA[
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
148 **Roary**
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
149
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
150 Roary is a high speed stand alone pan genome pipeline, which takes annotated assemblies in GFF3 format (produced by Prokka) and calculates the pan genome. Using a standard desktop PC, it can analyse datasets with thousands of samples, something which is computationally infeasible with existing methods, without compromising the quality of the results. 128 samples can be analysed in under 1 hour using 1 GB of RAM and a single processor. To perform this analysis using existing methods would take weeks and hundreds of GB of RAM.
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
151
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
152 To use Roary, select two or more gff3 files OR a collection of gff3 files
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
153
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
154 **Options**:
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
155
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
156
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
157 - Minimum percentage identity for blastp - an integer, default is [95]
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
158
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
159
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
160 - Percentage of isolates a gene must be in to be core - a float, default is [99.0]
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
161
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
162
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
163 **Advanced Options**:
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
164
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
165 - Maximum number of clusters - integer, default is [50000]
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
166
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
167
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
168 - Don't split paralogs - check box
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
169
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
170
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
171 - Translation table - which translation table to use, an integer, default is [11]
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
172
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
173
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
174 - Change the MCL inflation value - a float, default is [1.5]
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
175
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
176
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
177 For further info see: http://sanger-pathogens.github.io/Roary/
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
178
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
179 ]]></help>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
180
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
181 <citations>
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
182 <citation type="doi">10.1093/bioinformatics/btv421</citation>
0
4a9dca0bbed3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 1fbe605d5ac8fd5d91fec6fb24fcfc51788c62b6
iuc
parents:
diff changeset
183 </citations>
4
fc19ad96e9bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit d2e1ee6304af1062175ca87aab59c4042ace3116"
iuc
parents: 3
diff changeset
184
3
38d47369d021 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/roary commit 9c9db9f5e815e6a9b55c4adf378c7aa6a76a58da"
iuc
parents: 2
diff changeset
185 </tool>