Mercurial > repos > galaxy-australia > panaroo
annotate panaroo.xml @ 2:b05be6316263 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/panaroo commit 95eb601ee5e08ebcca551bd949b83e0b85718df8
| author | iuc |
|---|---|
| date | Tue, 20 Jan 2026 13:23:28 +0000 |
| parents | b6a78d286482 |
| children |
| rev | line source |
|---|---|
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
1 <tool id="panaroo" name="Panaroo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
2 <description>A Bacterial Pangenome Analysis Pipeline</description> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
3 <macros> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
5 </macros> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
6 <expand macro="edam_ontology"/> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
7 <expand macro="biotools"/> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
10 mkdir outdir && |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
11 #import re |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
12 #set input_directory = 'input_directory' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
13 mkdir $input_directory && |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
14 #for $gff in $gff_input_collection: |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
15 #set identifier = re.sub('[^\s\w\-\\.]','_',str($gff.element_identifier)) |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
16 ln -fs '$gff' '$input_directory/$identifier' && |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
17 #end for |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
18 |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
19 panaroo |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
20 --clean-mode '$mode' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
21 #if str($gen_code) != 'None': |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
22 --codon-table '$gen_code' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
23 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
24 #if str($advanced.adv_options_selector) == "set": |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
25 #if $advanced.remove_invalid_genes |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
26 $advanced.remove_invalid_genes |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
27 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
28 --threshold '$advanced.matching_option.threshold' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
29 --family_threshold '$advanced.matching_option.family_threshold' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
30 --len_dif_percent '$advanced.matching_option.len_dif_percent' |
|
2
b05be6316263
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/panaroo commit 95eb601ee5e08ebcca551bd949b83e0b85718df8
iuc
parents:
1
diff
changeset
|
31 --family_len_dif_percent '$advanced.matching_option.family_len_dif_percent' |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
32 $advanced.matching_option.merge_paralogs |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
33 --search_radius '$advanced.refind_option.search_radius' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
34 --refind_prop_match '$advanced.refind_option.refind_prop_match' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
35 --refind-mode '$advanced.refind_option.refind_mode' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
36 --min_trailing_support '$advanced.graph_correction_option.min_trailing_support' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
37 --trailing_recursive '$advanced.graph_correction_option.trailing_recursive' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
38 --edge_support_threshold '$advanced.graph_correction_option.edge_support_threshold' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
39 --remove_by_consensus '$advanced.graph_correction_option.remove_by_consensus' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
40 --high_var_flag '$advanced.graph_correction_option.high_var_flag' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
41 --min_edge_support_sv '$advanced.graph_correction_option.min_edge_support_sv' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
42 $advanced.graph_correction_option.all_seq_in_graph |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
43 $advanced.graph_correction_option.no_clean_edges |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
44 #if $advanced.gene_alignment_option.alignment != 'None' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
45 --alignment '$advanced.gene_alignment_option.alignment' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
46 --aligner '$advanced.gene_alignment_option.aligner' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
47 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
48 #if $advanced.gene_alignment_option.core_subset |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
49 --core_subset $advanced.gene_alignment_option.core_subset |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
50 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
51 #if $advanced.gene_alignment_option.core_entropy_filter |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
52 --core_entropy_filter $advanced.gene_alignment_option.core_entropy_filter |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
53 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
54 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
55 -i $input_directory/*.gff |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
56 -o outdir |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
57 -t \${GALAXY_SLOTS:-8} |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
58 #if $log_out |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
59 2>&1 | tee '$log' |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
60 #end if |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
61 && mv outdir/gene_presence_absence.Rtab outdir/gene_presence_absence_rtab.Rtab && |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
62 mv outdir/combined_protein_cdhit_out.txt outdir/combined_protein_cdhit_out.fa |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
63 ]]></command> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
64 <inputs> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
65 <param name="gff_input_collection" type="data_collection" format="gff" collection_type="list" label="GFF Input Collection" help="A collection of input GFF files"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
66 <param name="mode" type="select" label="The stringency mode for Panaroo to run" help="Each of these modes can be fine tuned using the additional parameters in the 'Graph correction' section."> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
67 <option value="strict">Strict</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
68 <option value="moderate">Moderate</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
69 <option value="sensitive">Sensitive</option> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
70 </param> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
71 <param name="gen_code" type="select" label="The Codon table used for translation" help="Default: 11.Bacteria and Archaea"> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
72 <expand macro="genetic_code"/> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
73 </param> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
74 <param name="log_out" type="boolean" label="Output log file?" truevalue="yes" falsevalue="no"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
75 <conditional name="advanced"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
76 <param name="adv_options_selector" type="select" label="Set Advanced Options?" help="Fine Tuning of Panaroo algorithmic parameters"> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
77 <option value="set">Set</option> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
78 <option value="do_not_set" selected="True">Do not set</option> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
79 </param> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
80 <when value="set"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
81 <param argument="--remove-invalid-genes" type="boolean" truevalue="--remove-invalid-genes" falsevalue="" label="Remove Invalid Genes" help="Removes annotations that do not conform to the expected Prokka format."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
82 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
83 <!--Options for Matching--> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
84 <section name="matching_option" title="Matching" expanded="false"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
85 <param argument="--threshold" type="float" value="0.98" label="Sequence identity threshold" help="default: 0.98"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
86 <param argument="--family_threshold" type="float" value="0.7" label="Protein family sequence identity threshold" help="default: 0.7"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
87 <param argument="--len_dif_percent" type="float" value="0.98" label="Length difference cutoff" help="default: 0.98"/> |
|
2
b05be6316263
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/panaroo commit 95eb601ee5e08ebcca551bd949b83e0b85718df8
iuc
parents:
1
diff
changeset
|
88 <param argument="--family_len_dif_percent" type="float" value="0.0" label="Length difference cutoff at the gene family level" help="default: 0.0"/> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
89 <param argument="--merge-paralogs" type="boolean" truevalue="--merge_paralogs" falsevalue="" label="Merge Paralogs"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
90 </section> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
91 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
92 <!--Options for Refind--> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
93 <section name="refind_option" title="Refind" expanded="false"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
94 <param argument="--search_radius" type="integer" value="5000" label="Refinding Search radius" help="The distance in nucleotides surronding the neighbour of an accessory gene in which to search for it"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
95 <param argument="--refind_prop_match" type="float" value="0.2" label="Refinding Proportion Match" help="he proportion of an accessory gene that must be found in order to consider it a match"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
96 <param argument="--refind_mode" type="select" label="Refind Mode" help="Set the stringency mode at which to re-find genes"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
97 <option value="default" selected="True">Default</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
98 <option value="strict">Strict</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
99 <option value="off">Off</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
100 </param> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
101 </section> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
102 |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
103 <!--Graph Correction--> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
104 <section name="graph_correction_option" title="Graph Correction" expanded="false"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
105 <param argument="--min_trailing_support" type="integer" value="2" label="Minimum trailing support" help="Minimum cluster size to keep a gene called at the end of a contig"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
106 <param argument="--trailing_recursive" type="integer" value="1" label="Trailing Recursive" help="Number of times to perform recursive trimming of low support nodes near the end of contigs"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
107 <param argument="--edge_support_threshold" type="float" value="1" label="Edge support threshold" help="Minimum support required to keep an edge that has been flagged as a possible mis-assembly."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
108 <param argument="--len_outlier_proportion" type="float" value="0.01" label="Length outlier support proportion" help="--length_outlier_support_proportion"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
109 <param argument="--remove_by_consensus" type="boolean" truevalue="True" falsevalue="False" label="Remove consensus" help="If a gene is called in the same region with similar sequence a minority of the time, remove it."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
110 <param argument="--high_var_flag" type="integer" value="5" label="Highly variable gene region" help="Minimum number of nested cycles to call a highly variable gene region."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
111 <param argument="--min_edge_support_sv" type="integer" value="2" label="Minimum edge support structural variants" help="Minimum edge support required to call structural variants in the presence/absence sv file"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
112 <param argument="--all_seq_in_graph" type="boolean" truevalue="--all_seq_in_graph" falsevalue="" label="Retains all DNA sequence" help="Retains all DNA sequence for each gene cluster in the graph output."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
113 <param argument="--no_clean_edges" type="boolean" truevalue="--no_clean_edges" falsevalue="" label="No Clean Edges" help="Turn off edge filtering in the final output graph."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
114 </section> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
115 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
116 <!--Gene Alignment--> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
117 <section name="gene_alignment_option" title="Gene Alignment" expanded="false"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
118 <param argument="--alignment" type="select" label="Output alignments of core genes or all genes."> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
119 <option value="None" selected="True">None</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
120 <option value="core">Core genome alignment</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
121 <option value="pan">Pan-genome alignment</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
122 </param> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
123 <param argument="--aligner" type="select" label="Specify an aligner" help="--aligner [mafft|prank|clustal][default: mafft]"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
124 <option value="mafft" selected="True">MAFFT</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
125 <option value="prank">PRANK</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
126 <option value="clustal">Clustal</option> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
127 </param> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
128 <param argument="--codons" type="boolean" label="Generate codon alignments by aligning sequences at the protein level" truevalue="--codons" falsevalue="" help="Generate codon alignments by aligning sequences at the protein level"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
129 <param argument="--core_threshold" type="float" value="0.95" label="Core Threshold" help="Core-genome sample threshold"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
130 <param argument="--core_subset" type="integer" optional="true" label="Subset of the core genome to these many genes" help="Randomly subset the core genome to these many genes. Default is all genes."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
131 <param argument="--core_entropy_filter" type="float" value="0.1" label="Core Entropy Filter" help="Manually set the Block Mapping and Gathering with Entropy (BMGE) filter. By default this is set using the Tukey outlier method."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
132 </section> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
133 </when> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
134 <when value="do_not_set"/> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
135 </conditional> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
136 </inputs> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
137 <outputs> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
138 <!--Panaroo default outputs --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
139 <collection name="output" type="list" label="${tool.name} on ${on_string}: Pangenome default output"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
140 <discover_datasets pattern="(?P<designation>.+)\.fasta$" directory="outdir" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
141 <discover_datasets pattern="(?P<designation>.+)\.fa$" directory="outdir" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
142 <discover_datasets pattern="(?P<designation>.+)\.txt$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
143 <discover_datasets pattern="(?P<designation>.+)\.clstr$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
144 <discover_datasets pattern="(?P<designation>.+)\.gml$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
145 <discover_datasets pattern="(?P<designation>.+)\.csv$" directory="outdir" format="csv" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
146 <discover_datasets pattern="(?P<designation>.+)\.Rtab$" directory="outdir" format="tabular" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
147 <filter>( advanced['adv_options_selector'] != 'set' ) or ( advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['alignment'] == 'None' )</filter> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
148 </collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
149 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
150 <!--Panaroo advance alignment outputs --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
151 <collection name="output_pangenome" type="list" label="${tool.name} on ${on_string}: Pangenome alignment output"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
152 <discover_datasets pattern="(?P<designation>.+)\.clstr$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
153 <discover_datasets pattern="(?P<designation>.+)\.txt$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
154 <discover_datasets pattern="(?P<designation>.+)\.gml$" directory="outdir" format="txt" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
155 <discover_datasets pattern="(?P<designation>.+)\.Rtab$" directory="outdir" format="tabular" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
156 <discover_datasets pattern="(?P<designation>.+)\.csv$" directory="outdir" format="csv" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
157 <discover_datasets pattern="(?P<designation>.+)\.fasta$" directory="outdir" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
158 <discover_datasets pattern="(?P<designation>.+)\.fa$" directory="outdir" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
159 <discover_datasets pattern="(?P<designation>.+)\.aln$" directory="outdir" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
160 <discover_datasets pattern="(?P<designation>.+)\.embl$" directory="outdir" format="embl" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
161 <filter>advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['alignment'] != 'None' </filter> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
162 </collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
163 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
164 <!--Pan Genome Aligned FASTA --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
165 <collection name="output_pangenome_fasta" type="list" label="${tool.name} on ${on_string}: Pangenome Alignment Gene Sequences"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
166 <discover_datasets pattern="(?P<designation>.+)\.fas$" directory="outdir/aligned_gene_sequences" format="fasta" visible="false"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
167 <filter>advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['alignment'] != 'None'</filter> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
168 </collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
169 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
170 <!--Panaroo log output --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
171 <data name="log" format="txt" label="${tool.name} on ${on_string}: Panaroo Log"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
172 <filter>log_out</filter> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
173 </data> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
174 </outputs> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
175 <tests> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
176 <!-- Test 1 : Testing Panaroo with default parameters --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
177 <test expect_num_outputs="2"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
178 <param name="mode" value="strict"/> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
179 <param name="gen_code" value="11"/> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
180 <param name="log_out" value="yes"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
181 <conditional name="advanced"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
182 <param name="adv_options_selector" value="do_not_set"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
183 </conditional> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
184 <param name="gff_input_collection"> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
185 <collection type="list"> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
186 <element name="10_small.gff" value="10_small.gff"/> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
187 <element name="11_small.gff" value="11_small.gff"/> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
188 </collection> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
189 </param> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
190 <output_collection name="output" count="13" type="list"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
191 <element name="combined_DNA_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
192 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
193 <has_n_lines n="18206"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
194 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
195 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
196 <element name="combined_protein_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
197 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
198 <has_n_lines n="7048"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
199 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
200 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
201 <element name="combined_protein_cdhit_out" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
202 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
203 <has_n_lines n="5119"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
204 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
205 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
206 <element name="pan_genome_reference" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
207 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
208 <has_n_lines n="5055"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
209 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
210 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
211 <element name="summary_statistics" ftype="txt"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
212 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
213 <has_line line="Core genes	(99% <= strains <= 100%)	251"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
214 <has_line line="Total genes	(0% <= strains <= 100%)	251"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
215 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
216 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
217 <element name="gene_data" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
218 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
219 <has_text text="KPLBOJCC_00001"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
220 <has_text text="NCFNLLIC_00549"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
221 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
222 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
223 <element name="gene_presence_absence" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
224 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
225 <has_text text="dcd"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
226 <has_text text="trmB"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
227 <has_text text="betI_1"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
228 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
229 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
230 <element name="gene_presence_absence_roary" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
231 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
232 <has_text text="kstR2_1"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
233 <has_text text="ybgJ"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
234 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
235 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
236 <element name="struct_presence_absence" ftype="tabular"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
237 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
238 <has_line_matching expression="Gene\s+10_small\s+11_small"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
239 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
240 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
241 </output_collection> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
242 <output name="log"> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
243 <assert_contents> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
244 <has_text text="total seq: 979"/> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
245 </assert_contents> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
246 </output> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
247 </test> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
248 |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
249 <!-- Test 2 : Testing Panaroo with Advanced filtering option along with Alignment turned off --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
250 <test expect_num_outputs="2"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
251 <param name="gen_code" value="11"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
252 <param name="mode" value="strict"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
253 <param name="log_out" value="yes"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
254 <conditional name="advanced"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
255 <param name="adv_options_selector" value="set"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
256 <section name="gene_alignment_option"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
257 <param name="alignment" value="None"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
258 </section> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
259 </conditional> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
260 <param name="gff_input_collection"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
261 <collection type="list"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
262 <element name="10_small.gff" value="10_small.gff"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
263 <element name="11_small.gff" value="11_small.gff"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
264 </collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
265 </param> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
266 <output_collection name="output" count="13" type="list"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
267 <element name="combined_DNA_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
268 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
269 <has_n_lines n="18206"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
270 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
271 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
272 <element name="combined_protein_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
273 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
274 <has_n_lines n="7048"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
275 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
276 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
277 <element name="combined_protein_cdhit_out" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
278 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
279 <has_n_lines n="5119"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
280 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
281 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
282 <element name="pan_genome_reference" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
283 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
284 <has_n_lines n="13120"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
285 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
286 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
287 <element name="summary_statistics" ftype="txt"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
288 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
289 <has_line line="Core genes	(99% <= strains <= 100%)	251"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
290 <has_line line="Shell genes	(15% <= strains < 95%)	475"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
291 <has_line line="Total genes	(0% <= strains <= 100%)	726"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
292 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
293 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
294 <element name="gene_data" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
295 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
296 <has_n_lines n="980"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
297 <has_n_columns sep="," n="8"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
298 <has_text text="KPLBOJCC_00003"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
299 <has_text text="NCFNLLIC_00003"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
300 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
301 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
302 <element name="gene_presence_absence" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
303 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
304 <has_text text="recB"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
305 <has_text text="recC"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
306 <has_text text="rpoB"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
307 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
308 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
309 <element name="gene_presence_absence_roary" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
310 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
311 <has_text text="ctpI_2"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
312 <has_text text="amiD_1"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
313 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
314 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
315 <element name="struct_presence_absence" ftype="tabular"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
316 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
317 <has_line_matching expression="Gene\s+10_small\s+11_small"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
318 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
319 </element> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
320 </output_collection> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
321 <output name="log"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
322 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
323 <has_text text="total seq: 979"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
324 </assert_contents> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
325 </output> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
326 </test> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
327 <!-- Test 3 : Testing Panaroo with Advanced Filtering options along with MAFFT core alignment --> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
328 <test expect_num_outputs="3"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
329 <param name="gen_code" value="11"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
330 <param name="mode" value="strict"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
331 <param name="log_out" value="yes"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
332 <conditional name="advanced"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
333 <param name="adv_options_selector" value="set"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
334 <section name="gene_alignment_option"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
335 <param name="alignment" value="core"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
336 <param name="aligner" value="mafft"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
337 </section> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
338 </conditional> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
339 <param name="gff_input_collection"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
340 <collection type="list"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
341 <element name="10_small.gff" value="10_small.gff"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
342 <element name="11_small.gff" value="11_small.gff"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
343 </collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
344 </param> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
345 <output_collection name="output_pangenome" count="18" type="list"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
346 <element name="summary_statistics" ftype="txt"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
347 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
348 <has_line line="Core genes	(99% <= strains <= 100%)	251"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
349 <has_line line="Shell genes	(15% <= strains < 95%)	475"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
350 <has_line line="Total genes	(0% <= strains <= 100%)	726"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
351 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
352 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
353 <element name="alignment_entropy" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
354 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
355 <has_text text="stf0.aln,0.0"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
356 <has_text text="bglB.aln,0.0"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
357 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
358 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
359 <element name="combined_DNA_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
360 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
361 <has_n_lines n="18206"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
362 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
363 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
364 <element name="combined_protein_cdhit_out" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
365 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
366 <has_n_lines n="5119"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
367 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
368 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
369 <element name="combined_protein_CDS" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
370 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
371 <has_n_lines n="7048"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
372 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
373 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
374 <element name="struct_presence_absence" ftype="tabular"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
375 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
376 <has_line_matching expression="Gene\s+10_small\s+11_small"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
377 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
378 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
379 <element name="gene_data" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
380 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
381 <has_n_lines n="980"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
382 <has_n_columns sep="," n="8"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
383 <has_text text="KPLBOJCC_00003"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
384 <has_text text="NCFNLLIC_00003"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
385 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
386 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
387 <element name="pan_genome_reference" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
388 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
389 <has_n_lines n="13120"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
390 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
391 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
392 <element name="gene_presence_absence" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
393 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
394 <has_text text="recB"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
395 <has_text text="recC"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
396 <has_text text="rpoB"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
397 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
398 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
399 <element name="gene_presence_absence_roary" ftype="csv"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
400 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
401 <has_text text="ctpI_2"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
402 <has_text text="amiD_1"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
403 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
404 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
405 <element name="core_gene_alignment_filtered" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
406 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
407 <has_size value="569962" delta="1000"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
408 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
409 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
410 <element name="core_gene_alignment" ftype="fasta"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
411 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
412 <has_size value="569962" delta="1000"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
413 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
414 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
415 <element name="core_alignment_header" ftype="embl"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
416 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
417 <has_text text="ID Genome standard; DNA; PRO; 1234 BP."/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
418 <has_text text="hisB_1.aln"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
419 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
420 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
421 <element name="core_alignment_filtered_header" ftype="embl"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
422 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
423 <has_n_lines n="760" delta="10"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
424 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
425 </element> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
426 </output_collection> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
427 <output_collection name="output_pangenome_fasta" count="251"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
428 <output name="log"> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
429 <assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
430 <has_text text="total seq: 979"/> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
431 </assert_contents> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
432 </output> |
|
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
433 </test> |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
434 </tests> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
435 <help><![CDATA[ |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
436 Panaroo_ is a pangenome analysis tool specifically designed to analyze bacterial genomes. Panaroo builds a full graphical representation of the pangenome, where nodes are clusters of orthologous genes (COGs) and two nodes are connected by an edge if they are adjacent on a contig in any sample from the population. Using this graphical representation, Panaroo corrects for errors introduced during annotation by collapsing diverse gene families, filtering contamination, merging fragmented gene segments and refinding missing genes. |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
437 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
438 **INPUTS** |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
439 |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
440 - A list of gff3 files (from Prokka) in a collection. |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
441 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
442 **OUTPUTS** |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
443 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
444 - combined_protein_cdhit_out.txt |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
445 - combined_protein_cdhit_out.txt.clstr |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
446 - pre_filt_graph.gml |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
447 - gene_data.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
448 - combined_protein_CDS.fasta |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
449 - combined_DNA_CDS.fasta |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
450 - gene_presence_absence_rtab.Rtab |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
451 - gene_presence_absence_roary.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
452 - gene_presence_absence.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
453 - summary_statistics.txt |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
454 - pan_genome_reference.fa |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
455 - struct_presence_absence.Rtab |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
456 - final_graph.gml |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
457 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
458 **OUTPUTS with Advance parameters** |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
459 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
460 - combined_protein_cdhit_out.txt |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
461 - combined_protein_cdhit_out.txt.clstr |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
462 - pre_filt_graph.gml |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
463 - gene_data.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
464 - combined_protein_CDS.fasta |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
465 - combined_DNA_CDS.fasta |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
466 - gene_presence_absence_rtab.Rtab |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
467 - gene_presence_absence_roary.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
468 - gene_presence_absence.csv |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
469 - summary_statistics.txt |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
470 - pan_genome_reference.fa |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
471 - struct_presence_absence.Rtab |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
472 - final_graph.gml |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
473 - core_gene_alignment |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
474 - core_gene_alignment_filtered |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
475 - core_alignment_filtered_header |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
476 - core_alignment_header |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
477 - a collection of Pangenome Aligned Fasta files |
|
0
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
478 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
479 .. _Panaroo: https://gthlab.au/panaroo/#/gettingstarted/quickstart |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
480 |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
481 ]]></help> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
482 <citations> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
483 <citation type="doi">10.1186/s13059-020-02090-4</citation> |
|
50483f852947
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff
changeset
|
484 </citations> |
|
1
b6a78d286482
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents:
0
diff
changeset
|
485 </tool> |
