Mercurial > repos > iuc > orthofinder_onlygroups
annotate orthofinder_only_groups.xml @ 1:918d141a166b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
author | iuc |
---|---|
date | Sun, 03 Dec 2017 04:30:59 -0500 |
parents | bfb20dbe1309 |
children | 649b98adce77 |
rev | line source |
---|---|
0
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
1 <tool name="OrthoFinder OnlyGroups" id="orthofinder_onlygroups" version="1.1.4"> |
1
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
2 <description>finds orthogroups in a set of proteomes</description> |
0
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
3 <requirements> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="1.1.4">orthofinder</requirement> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
5 </requirements> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
6 <command> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
7 <![CDATA[ |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
8 ## prepare inputs |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
9 #if $init.start=="fasta": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
10 #set $infiles = "" |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
11 #for $input in $init.input_fasta |
1
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
12 ln -s '$input' '${input.element_identifier}.fasta' && |
0
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
13 #set $infiles = $infiles + str($input.element_identifier) + "," |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
14 #end for |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
15 #set $infiles = $infiles[:-1] |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
16 #elif $init.start=="blast": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
17 #set $infilesbl = "" |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
18 #for $input in $init.input_blast_out |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
19 ln -s '$input' '$input.element_identifier' && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
20 #set $infilesbl = $infilesbl + str($input.element_identifier) + "," |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
21 #end for |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
22 #set $infilesbl = $infilesbl[:-1] |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
23 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
24 #set $infilesfa = "" |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
25 #for $input in $init.input_blast_fa |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
26 ln -s '$input' '$input.element_identifier' && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
27 #set $infilesfa = $infilesfa + str($input.element_identifier) + "," |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
28 #end for |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
29 #set $infilesfa = $infilesfa[:-1] |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
30 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
31 ln -s $init.specIDs $init.specIDs.element_identifier && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
32 ln -s $init.seqIDs $init.seqIDs.element_identifier && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
33 #end if |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
34 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
35 ## start Orthofinder |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
36 orthofinder |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
37 #if $init.start=="fasta": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
38 -f . |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
39 #elif $init.start=="blast": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
40 -b . |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
41 #end if |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
42 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
43 -I $I -og -t \${GALAXY_SLOTS:-1} -a \${GALAXY_SLOTS:-1} && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
44 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
45 #if $init.start=="fasta": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
46 mv Results_* results |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
47 #if $init.keepblastout=="yes": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
48 && mkdir -p results/WorkingDirectory/blast results/WorkingDirectory/fa && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
49 mv results/WorkingDirectory/Blast* results/WorkingDirectory/blast/ && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
50 mv results/WorkingDirectory/*.fa results/WorkingDirectory/fa/ |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
51 #end if |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
52 #elif $init.start=="blast": |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
53 mkdir results && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
54 mv *.csv results/ && |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
55 mv Orthogroups.txt results/ |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
56 #end if |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
57 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
58 ]]> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
59 </command> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
60 <inputs> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
61 <!-- Control where Orthofinder starts --> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
62 <conditional name="init"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
63 <param name="start" type="select" label="Orthofinder starting point" help="OrthoFinder_OnlyGroups works in 2 steps. Choose 'From fasta proteomes' to run OrthoFinder_OnlyGroups from scratch and 'From blast results' if you have all the blast results from a previous OrthoFinder_OnlyGroups run."> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
64 <option value="fasta" selected="true">From fasta proteomes</option> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
65 <option value="blast">From blast results</option> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
66 </param> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
67 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
68 <when value="fasta"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
69 <param name="input_fasta" type="data" format="fasta" multiple="true" label="Select input fasta proteomes" help="One fasta file per species; species and sequences names in the results will remain the same than in the input files."/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
70 <param name="keepblastout" type="boolean" checked="true" truevalue="yes" falsevalue="no" label="Do you want to get the blast results ?" help="Used to re-run OrthoFinder_OnlyGroups from pre-computed blast results"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
71 </when> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
72 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
73 <when value="blast"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
74 <param name="input_blast_out" type="data_collection" collection_type="list" format="txt" label="Select the pre-computed blast files" help="blastX_Y.txt files from the blast output files of a previous OrthoFinder_OnlyGroups run." /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
75 <param name="input_blast_fa" type="data_collection" collection_type="list" format="fasta" label="Select the fasta files" help="= SpeciesX.fa files from the blast output files of a previous OrthoFinder_OnlyGroups run." /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
76 <param name="specIDs" type="data" format="txt" label="Select the SpeciesIds file" help="SpeciesIDs.txt file from the blast output files of a previous OrthoFinder_OnlyGroups run."/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
77 <param name="seqIDs" type="data" format="txt" label="Select the SequencesIds file" help="SequencesIDs.txt file from the blast output files of a previous OrthoFinder_OnlyGroups run."/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
78 </when> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
79 </conditional> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
80 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
81 <param argument="-I" type="float" value="1.5" label="Inflation parameter" help="Modify inflation parameter for MCL. Not recommended." /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
82 </inputs> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
83 <outputs> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
84 <!-- Orthogroups results --> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
85 <data format="txt" name="orthogroups1" label="Orthogroups.txt" from_work_dir="results/Orthogroups.txt" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
86 <data format="csv" name="orthogroups2" label="Orthogroups.csv" from_work_dir="results/Orthogroups.csv" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
87 <data format="csv" name="specs_overlap" label="Orthogroups_SpeciesOverlaps.csv" from_work_dir="results/Orthogroups_SpeciesOverlaps.csv" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
88 <data format="csv" name="unassigned_genes" label="Orthogroups_UnassignedGenes.csv" from_work_dir="results/Orthogroups_UnassignedGenes.csv" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
89 <data format="csv" name="stat_overall" label="Statistics_Overall.csv" from_work_dir="results/Statistics_Overall.csv" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
90 <data format="csv" name="stat_specs" label="Statistics_PerSpecies.csv" from_work_dir="results/Statistics_PerSpecies.csv" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
91 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
92 <!-- working directory : blast outputs--> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
93 <collection name="wdblast" type="list" label="Blast_outputs"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
94 <discover_datasets pattern="__name_and_ext__" directory="results/WorkingDirectory/blast/" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
95 <filter>init['start']=="fasta" and init['keepblastout']</filter> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
96 </collection> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
97 <collection name="wdfasta" type="list" label="Fasta_from_blast" > |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
98 <discover_datasets pattern="__name_and_ext__" directory="results/WorkingDirectory/fa/" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
99 <filter>init['start']=="fasta" and init['keepblastout']</filter> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
100 </collection> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
101 <data format="txt" name="SpeciesIDs" label="SpeciesIDs.txt" from_work_dir="results/WorkingDirectory/SpeciesIDs.txt" > |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
102 <filter>init['start']=="fasta" and init['keepblastout']</filter> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
103 </data> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
104 <data format="txt" name="SequenceIDs" label="SequencesIDs.txt" from_work_dir="results/WorkingDirectory/SequenceIDs.txt" > |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
105 <filter>init['start']=="fasta" and init['keepblastout']</filter> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
106 </data> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
107 </outputs> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
108 <tests> |
1
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
109 <!-- test orthofinder -f . -og when input files has no extension fasta/faa/fa ... --> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
110 <test> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
111 <conditional name="init"> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
112 <param name="start" value="fasta" /> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
113 <param name="input_fasta" ftype="fasta" value="inputs/no_fa_ext/AcAcaud_trinity,inputs/no_fa_ext/AmAmphi_trinity,inputs/no_fa_ext/ApApomp_trinity,inputs/no_fa_ext/AsAsp1_trinity" /> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
114 <param name="keepblastout" value="no" /> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
115 </conditional> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
116 <param name="inflation" value="1.5" /> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
117 <output name="specs_overlap"> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
118 <assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
119 <has_text text="AcAcaud_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
120 <has_text text="AmAmphi_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
121 <has_text text="ApApomp_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
122 <has_text text="AsAsp1_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
123 <has_n_columns n="5"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
124 </assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
125 </output> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
126 <output name="unassigned_genes"> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
127 <assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
128 <has_text text="AcAcaud_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
129 <has_text text="AmAmphi_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
130 <has_text text="ApApomp_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
131 <has_text text="AsAsp1_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
132 <has_n_columns n="5"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
133 </assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
134 </output> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
135 <output name="stat_overall"> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
136 <assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
137 <has_text text="Number of genes in orthogroups"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
138 <has_text text="Number of unassigned genes"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
139 <has_text text="Percentage of orthogroups"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
140 <has_text text="Number of orthogroups"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
141 <has_text text="Number of genes"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
142 <has_text text="G50 (assigned genes)"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
143 <has_text text="G50 (all genes)"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
144 <has_text text="O50 (assigned genes)"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
145 <has_text text="O50 (all genes)"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
146 </assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
147 </output> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
148 <output name="stat_specs"> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
149 <assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
150 <has_text text="AcAcaud_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
151 <has_text text="AmAmphi_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
152 <has_text text="ApApomp_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
153 <has_text text="AsAsp1_trinity"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
154 <has_text text="Number of genes per-species in orthogroup"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
155 <has_text text="Percentage of orthogroups"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
156 <has_text text="Number of orthogroups"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
157 <has_text text="Number of genes"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
158 <has_n_columns n="5"/> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
159 </assert_contents> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
160 </output> |
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
161 </test> |
0
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
162 <!-- test orthofinder -f -og --> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
163 <test> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
164 <conditional name="init"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
165 <param name="start" value="fasta" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
166 <param name="input_fasta" ftype="fasta" value="inputs/proteomes/Mycoplasma_agalactiae.faa,inputs/proteomes/Mycoplasma_gallisepticum.faa,inputs/proteomes/Mycoplasma_genitalium.faa,inputs/proteomes/Mycoplasma_hyopneumoniae.faa" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
167 <param name="keepblastout" value="no" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
168 </conditional> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
169 <param name="inflation" value="1.5" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
170 <output name="specs_overlap"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
171 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
172 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
173 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
174 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
175 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
176 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
177 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
178 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
179 <output name="unassigned_genes"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
180 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
181 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
182 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
183 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
184 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
185 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
186 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
187 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
188 <output name="stat_overall"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
189 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
190 <has_text text="Number of genes in orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
191 <has_text text="Number of unassigned genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
192 <has_text text="Percentage of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
193 <has_text text="Number of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
194 <has_text text="Number of genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
195 <has_text text="G50 (assigned genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
196 <has_text text="G50 (all genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
197 <has_text text="O50 (assigned genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
198 <has_text text="O50 (all genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
199 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
200 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
201 <output name="stat_specs"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
202 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
203 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
204 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
205 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
206 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
207 <has_text text="Number of genes per-species in orthogroup"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
208 <has_text text="Percentage of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
209 <has_text text="Number of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
210 <has_text text="Number of genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
211 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
212 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
213 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
214 </test> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
215 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
216 <test> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
217 <conditional name="init"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
218 <param name="start" value="fasta" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
219 <param name="input_fasta" ftype="fasta" value="inputs/proteomes/Mycoplasma_agalactiae.faa,inputs/proteomes/Mycoplasma_gallisepticum.faa,inputs/proteomes/Mycoplasma_genitalium.faa,inputs/proteomes/Mycoplasma_hyopneumoniae.faa" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
220 <param name="keepblastout" value="yes" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
221 </conditional> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
222 <param name="inflation" value="1.5" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
223 <output name="specs_overlap"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
224 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
225 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
226 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
227 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
228 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
229 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
230 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
231 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
232 <output name="unassigned_genes"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
233 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
234 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
235 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
236 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
237 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
238 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
239 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
240 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
241 <output name="stat_overall"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
242 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
243 <has_text text="Number of genes in orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
244 <has_text text="Number of unassigned genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
245 <has_text text="Percentage of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
246 <has_text text="Number of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
247 <has_text text="Number of genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
248 <has_text text="G50 (assigned genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
249 <has_text text="G50 (all genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
250 <has_text text="O50 (assigned genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
251 <has_text text="O50 (all genes)"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
252 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
253 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
254 <output name="stat_specs"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
255 <assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
256 <has_text text="Mycoplasma_agalactiae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
257 <has_text text="Mycoplasma_gallisepticum"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
258 <has_text text="Mycoplasma_genitalium"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
259 <has_text text="Mycoplasma_hyopneumoniae"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
260 <has_text text="Number of genes per-species in orthogroup"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
261 <has_text text="Percentage of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
262 <has_text text="Number of orthogroups"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
263 <has_text text="Number of genes"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
264 <has_n_columns n="5"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
265 </assert_contents> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
266 </output> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
267 <output name="SequenceIDs" value="inputs/blastids/SequenceIDs.txt" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
268 <output_collection name="wdfasta" type="list" count="4"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
269 <output_collection name="wdblast" type="list" count="16"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
270 </test> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
271 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
272 <!-- test orthofinder -b -og --> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
273 <test> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
274 <conditional name="init"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
275 <param name="start" value="blast" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
276 <param name="input_blast_out"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
277 <collection type="list"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
278 <element name="Blast0_0.txt" value="inputs/blastout/Blast0_0.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
279 <element name="Blast0_1.txt" value="inputs/blastout/Blast0_1.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
280 <element name="Blast0_2.txt" value="inputs/blastout/Blast0_2.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
281 <element name="Blast0_3.txt" value="inputs/blastout/Blast0_3.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
282 <element name="Blast1_0.txt" value="inputs/blastout/Blast1_0.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
283 <element name="Blast1_1.txt" value="inputs/blastout/Blast1_1.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
284 <element name="Blast1_2.txt" value="inputs/blastout/Blast1_2.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
285 <element name="Blast1_3.txt" value="inputs/blastout/Blast1_3.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
286 <element name="Blast2_0.txt" value="inputs/blastout/Blast2_0.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
287 <element name="Blast2_1.txt" value="inputs/blastout/Blast2_1.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
288 <element name="Blast2_2.txt" value="inputs/blastout/Blast2_2.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
289 <element name="Blast2_3.txt" value="inputs/blastout/Blast2_3.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
290 <element name="Blast3_0.txt" value="inputs/blastout/Blast3_0.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
291 <element name="Blast3_1.txt" value="inputs/blastout/Blast3_1.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
292 <element name="Blast3_2.txt" value="inputs/blastout/Blast3_2.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
293 <element name="Blast3_3.txt" value="inputs/blastout/Blast3_3.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
294 </collection> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
295 </param> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
296 <param name="input_blast_fa"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
297 <collection type="list"> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
298 <element name="Species0.fa" value="inputs/blastfa/Species0.fa"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
299 <element name="Species1.fa" value="inputs/blastfa/Species1.fa"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
300 <element name="Species2.fa" value="inputs/blastfa/Species2.fa"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
301 <element name="Species3.fa" value="inputs/blastfa/Species3.fa"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
302 </collection> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
303 </param> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
304 <param name="specIDs" ftype="txt" value="inputs/blastids/SpeciesIDs.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
305 <param name="seqIDs" ftype="txt" value="inputs/blastids/SequenceIDs.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
306 </conditional> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
307 <param name="inflation" value="1.5" /> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
308 <output name="orthogroups1" value="results_fromblast/Orthogroups.txt"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
309 <output name="orthogroups2" value="results_fromblast/Orthogroups.csv"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
310 <output name="specs_overlap" value="results_fromblast/Orthogroups_SpeciesOverlaps.csv"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
311 <output name="unassigned_genes" value="results_fromblast/Orthogroups_UnassignedGenes.csv"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
312 <output name="stat_overall" value="results_fromblast/Statistics_Overall.csv" lines_diff="2"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
313 <output name="stat_specs" value="results_fromblast/Statistics_PerSpecies.csv"/> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
314 </test> |
1
918d141a166b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 649c01600172bcd42e740a0159cc91894d8e89ca
iuc
parents:
0
diff
changeset
|
315 </tests> |
0
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
316 <help> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
317 ====================== |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
318 OrthoFinder OnlyGroups |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
319 ====================== |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
320 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
321 Full readme at https://github.com/davidemms/OrthoFinder/blob/master/README.md |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
322 Summary sketch at https://github.com/davidemms/OrthoFinder/blob/master/OrthoFinder-options.pdf |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
323 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
324 OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics. It finds orthologues and orthogroups infers gene trees for all orthogroups and infers a rooted species tree for the species being analysed. OrthoFinder also provides comprehensive statistics for comparative genomic analyses. OrthoFinder is simple to use and all you need to run it is a set of protein sequence files (one per species) in FASTA format (Emms, D.M. and Kelly, S., 2015). |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
325 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
326 .. class:: infomark |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
327 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
328 This galaxy tool implements the first part of the Orthofinder program, e.g. the clustering of orthogroups of genes. |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
329 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
330 If you have already ran OrthoFinder, the tool allows to re-run the analysis from the pre-computed blast-results. |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
331 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
332 ----------- |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
333 Input files |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
334 ----------- |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
335 - When using "from fasta" option (e.g Orthofinder from scratch) : the input files are a set of proteomes in fasta format (on file per species). Choose this option if you have no OrthoFinder results yet. |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
336 - When using "from blast results" option : the input files are all the following files from of a previous OrthoFinder run (these files appear only if you have chosen to keep them while launching a previous run): |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
337 - A dataset collection / multiple datasets for the blast outputs |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
338 - A dataset collection / multiple datasets for .fa files |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
339 - The SpeciesIDs.txt file |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
340 - The SequencesIDs.txt file |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
341 |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
342 </help> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
343 <citations> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
344 <citation type="doi">10.1186/s13059-015-0721-2</citation> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
345 </citations> |
bfb20dbe1309
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/orthofinder commit 2da91121887cc148ff398ddc2f56142490a8e22f
iuc
parents:
diff
changeset
|
346 </tool> |