annotate panaroo.xml @ 1:b6a78d286482 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
author iuc
date Fri, 11 Apr 2025 11:23:50 +0000
parents 50483f852947
children b05be6316263
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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'
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
31 $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
32 --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
33 --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
34 --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
35 --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
36 --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
37 --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
38 --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
39 --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
40 --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
41 $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
42 $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
43 #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
44 --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
45 --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
46 #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
47 #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
48 --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
49 #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
50 #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
51 --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
52 #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
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 -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
55 -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
56 -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
57 #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
58 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
59 #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
60 && 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
61 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
62 ]]></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
63 <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
64 <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
65 <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
66 <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
67 <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
68 <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
69 </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
70 <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
71 <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
72 </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
73 <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
74 <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
75 <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
76 <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
77 <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
78 </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
79 <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
80 <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
81
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
82 <!--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
83 <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
84 <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
85 <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
86 <param argument="--len_dif_percent" type="float" value="0.98" label="Length difference cutoff" 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
87 <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
88 </section>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
89
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
90 <!--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
91 <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
92 <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
93 <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
94 <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
95 <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
96 <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
97 <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
98 </param>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
99 </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
100
1
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
101 <!--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
102 <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
103 <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
104 <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
105 <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
106 <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
107 <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
108 <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
109 <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
110 <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
111 <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
112 </section>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
113
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
114 <!--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
115 <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
116 <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
117 <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
118 <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
119 <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
120 </param>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
121 <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
122 <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
123 <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
124 <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
125 </param>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
126 <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
127 <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
128 <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
129 <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
130 </section>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
131 </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
132 <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
133 </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
134 </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
135 <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
136 <!--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
137 <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
138 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
139 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
140 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
141 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
142 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
143 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
144 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
145 <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
146 </collection>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
147
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
148 <!--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
149 <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
150 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
151 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
152 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
153 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
154 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
155 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
156 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
157 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
158 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
159 <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
160 </collection>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
161
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
162 <!--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
163 <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
164 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.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
165 <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
166 </collection>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
167
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
168 <!--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
169 <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
170 <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
171 </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
172 </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
173 <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
174 <!-- 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
175 <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
176 <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
177 <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
178 <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
179 <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
180 <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
181 </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
182 <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
183 <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
184 <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
185 <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
186 </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
187 </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
188 <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
189 <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
190 <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
191 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
194 <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
195 <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
196 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
199 <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
200 <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
201 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
204 <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
205 <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
206 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
209 <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
210 <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
211 <has_line line="Core genes&#009;(99% &#60;= strains &#60;= 100%)&#009;251"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
212 <has_line line="Total genes&#009;(0% &#60;= strains &#60;= 100%)&#009;251"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
213 </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
214 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
215 <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
216 <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
217 <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
218 <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
219 </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
220 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
221 <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
222 <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
223 <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
224 <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
225 <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
226 </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
227 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
228 <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
229 <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
230 <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
231 <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
232 </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
233 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
234 <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
235 <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
236 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
239 </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
240 <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
241 <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
242 <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
243 </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
244 </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
245 </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
246
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
247 <!-- 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
248 <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
249 <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
250 <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
251 <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
252 <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
253 <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
254 <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
255 <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
256 </section>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
257 </conditional>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
258 <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
259 <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
260 <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
261 <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
262 </collection>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
263 </param>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
264 <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
265 <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
266 <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
267 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
270 <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
271 <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
272 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
275 <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
276 <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
277 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
280 <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
281 <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
282 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
285 <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
286 <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
287 <has_line line="Core genes&#009;(99% &#60;= strains &#60;= 100%)&#009;251"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
288 <has_line line="Shell genes&#009;(15% &#60;= strains &#60; 95%)&#009;475"/>
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="Total genes&#009;(0% &#60;= strains &#60;= 100%)&#009;726"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
290 </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
291 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
292 <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
293 <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
294 <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
295 <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
296 <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
297 <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
298 </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
299 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
300 <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
301 <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
302 <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
303 <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
304 <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
305 </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
306 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
307 <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
308 <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
309 <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
310 <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
311 </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
312 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
313 <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
314 <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
315 <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
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 </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
318 </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
319 <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
320 <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
321 <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
322 </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
323 </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
324 </test>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
325 <!-- 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
326 <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
327 <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
328 <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
329 <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
330 <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
331 <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
332 <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
333 <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
334 <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
335 </section>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
336 </conditional>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
337 <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
338 <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
339 <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
340 <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
341 </collection>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
342 </param>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
343 <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
344 <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
345 <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
346 <has_line line="Core genes&#009;(99% &#60;= strains &#60;= 100%)&#009;251"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
347 <has_line line="Shell genes&#009;(15% &#60;= strains &#60; 95%)&#009;475"/>
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="Total genes&#009;(0% &#60;= strains &#60;= 100%)&#009;726"/>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
349 </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
350 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
351 <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
352 <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
353 <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
354 <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
355 </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
356 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
357 <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
358 <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
359 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
362 <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
363 <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
364 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
367 <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
368 <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
369 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
372 <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
373 <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
374 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
377 <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
378 <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
379 <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
380 <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
381 <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
382 <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
383 </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
384 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
385 <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
386 <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
387 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
390 <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
391 <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
392 <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
393 <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
394 <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
395 </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
396 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
397 <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
398 <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
399 <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
400 <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
401 </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
402 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
403 <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
404 <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
405 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
408 <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
409 <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
410 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
413 <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
414 <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
415 <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
416 <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
417 </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
418 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
419 <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
420 <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
421 <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
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 </element>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
424 </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
425 <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
426 <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
427 <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
428 <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
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 </output>
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
431 </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
432 </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
433 <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
434 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
435
50483f852947 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff changeset
436 **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
437
1
b6a78d286482 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 23afccfad9fc0d2a4b91fd391f4847062fd98042
iuc
parents: 0
diff changeset
438 - 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
439
50483f852947 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff changeset
440 **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
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 - 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
443 - 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
444 - 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
445 - 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
446 - 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
447 - 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
448 - 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
449 - 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
450 - 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
451 - 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
452 - 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
453 - 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
454 - 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
455
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 **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
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 - 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
459 - 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
460 - 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
461 - 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
462 - 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
463 - 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
464 - 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
465 - 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
466 - 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
467 - 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
468 - 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
469 - 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
470 - 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
471 - 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
472 - 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
473 - 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
474 - 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
475 - 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
476
50483f852947 planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/panaroo commit 0abf1ced6a6d8f85ed4fc244de2bc337f889aca2-dirty
galaxy-australia
parents:
diff changeset
477 .. _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
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 ]]></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
480 <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
481 <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
482 </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
483 </tool>