annotate recentrifuge.xml @ 3:b5407cc2bf51 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
author iuc
date Thu, 31 Aug 2023 04:46:52 +0000
parents fe733f05c2f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
2
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
3 <tool id="recentrifuge" name="Recentrifuge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
4 <description>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
5 Robust comparative analysis and contamination removal for metagenomics
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
6 </description>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
7 <macros>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
8 <import>macro.xml</import>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
9 </macros>
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
10 <expand macro='edam'/>
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
11 <expand macro='xrefs'/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
12 <expand macro="requirements" />
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
13 <expand macro="version_command" />
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
14 <command detect_errors="aggressive"><![CDATA[
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
15 #import re
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
16 #*======================================
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
17 Make a dir with all input files
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
18 ======================================*#
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
19 mkdir input_dir &&
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
20 #for $input in $input_file
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
21 #set input_identifier = re.sub('[^\s\w\-]', '_', str($input.element_identifier))
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
22 #if $file_type.filetype == "centrifuge"
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
23 ln -s '$input' 'input_dir/${input_identifier}.out' &&
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
24 #else if $file_type.filetype == "clark"
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
25 ln -s '$input' 'input_dir/${input_identifier}.csv' &&
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
26 #else if $file_type.filetype == "kraken"
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
27 ln -s '$input' 'input_dir/${input_identifier}.krk' &&
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
28 #else
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
29 ln -s '$input' 'input_dir/$input_identifier' &&
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
30 #end if
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
31 #end for
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
32 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
33 database input
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
34 ======================================*#
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
35 rcf
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
36 -n $database.database_name.fields.path
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
37 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
38 Recentrifuge input file
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
39 ======================================*#
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
40
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
41 #if $file_type.filetype == "centrifuge"
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
42 -f input_dir
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
43 #set $default_scoring = 'SHEL'
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
44 #else if $file_type.filetype == "kraken"
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
45 -k input_dir
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
46 #set $default_scoring = 'KRAKEN'
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
47 #else if $file_type.filetype == "clark"
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
48 -r input_dir
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
49 #set $default_scoring = 'SHEL'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
50 #else if $file_type.filetype == "lmat"
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
51 -l input_dir
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
52 #set $default_scoring = 'LMAT'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
53 #else if $file_type.filetype == "generic"
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
54 -g input_dir
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
55 --format '$file_type.format'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
56 #set $default_scoring = 'GENERIC'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
57 #end if
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
58
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
59 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
60 Output options
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
61 ======================================*#
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
62 -e $output_option.extra
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
63 -o output
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
64 $output_option.nohtml
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
65 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
66 Advanced options
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
67 ======================================*#
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
68 #if $advanced_option.controls
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
69 --controls '$advanced_option.controls'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
70 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
71 #if $advanced_option.scoring
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
72 --scoring '$advanced_option.scoring'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
73 #else
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
74 --scoring '$default_scoring'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
75 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
76 #if $advanced_option.minscore_value
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
77 --minscore '$advanced_option.minscore_value'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
78 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
79 #if $advanced_option.mintaxa
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
80 --mintaxa '$advanced_option.mintaxa'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
81 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
82 #if $advanced_option.exclude_taxa_name
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
83 --exclude '$advanced_option.exclude_taxa_name'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
84 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
85 #if $advanced_option.include_taxa_name
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
86 --include '$advanced_option.include_taxa_name'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
87 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
88 $advanced_option.avoidcross
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
89 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
90 More advanced options
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
91 ======================================*#
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
92 #if $more_advanced_option.ctrlminscore
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
93 --ctrlminscore '$more_advanced_option.ctrlminscore'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
94 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
95 #if $more_advanced_option.ctrlmintaxa
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
96 --ctrlmintaxa '$more_advanced_option.ctrlmintaxa'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
97 #end if
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
98 --summary $more_advanced_option.summary
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
99 $more_advanced_option.takeoutroot
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
100 $more_advanced_option.nokollapse
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
101 $more_advanced_option.strain
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
102 $more_advanced_option.sequential
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
103 #*======================================
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
104 Log file output
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
105 ======================================*#
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
106 | tee "$logfile"
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
107 ]]>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
108 </command>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
109 <inputs>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
110 <!-- INPUT FILES -->
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
111 <param name="input_file" type="data" format="tabular" multiple="true" optional="false" label="Select taxonomy file tabular formated"/>
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
112 <conditional name="file_type">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
113 <param name="filetype" type="select" display="radio" label="Type of input file (Centrifuge, CLARK, Generic, Kraken, LMAT)" help="(-f, -r, -g, -k, -l)">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
114 <option value="centrifuge">Centrifuge</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
115 <option value="clark">CLARK</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
116 <option value="generic">Generic</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
117 <option value="lmat" >LMAT</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
118 <option value="kraken" >Kraken</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
119 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
120 <when value="centrifuge"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
121 <when value="lmat"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
122 <when value="clark"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
123 <when value="kraken"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
124 <when value="generic">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
125 <param argument="--format" type="text" label="Format of the output files from a generic classifier"
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
126 help="string like 'TYP:csv,TID:1,LEN:3,SCO:6,UNC:0'
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
127 where valid file Types are csv/tsv/ssv, and the rest of fields indicate the number of column used (starting in 1)
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
128 for the TaxIDs assigned,the LENgth of the read, the SCOre given to the assignment">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
129 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
130 </when>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
131 </conditional>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
132 <!-- taxa databases -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
133 <section name="database" title="Database type" expanded="true">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
134 <param name="database_name" type="select" label="Cached database whith taxa ID">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
135 <options from_data_table="ncbi_taxonomy">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
136 <validator message="No NCBI database is available" type="no_options"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
137 </options>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
138 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
139 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
140 <!-- output name -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
141 <section name="output_option" title="Output options">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
142 <param argument="--extra" type="select" label="Type of extra output to be generated (default on CSV)" help="Default : CSV">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
143 <option value="CSV" selected="true" >CSV</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
144 <option value="DYNOMICS">DYNOMICS</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
145 <option value="FULL">FULL</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
146 <option value="TSV" >TSV</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
147 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
148 <param argument="--nohtml" type="boolean" truevalue="--nohtml" falsevalue="" label="Suppress saving the HTML output file" help="remove html output"/>
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
149 <param name="no_logfile" type="boolean" truevalue="True" falsevalue="False" label="Remove the log file"/>
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
150 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
151 <!-- ADVANCED OPTIONS -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
152 <section name="advanced_option" title="Coarse tuning of algorithm parameters">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
153 <param name="controls" type="integer" optional="true" value="0" label="Number of first samples will be treated as negative controls" help="Add control samples (default is 0)"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
154 <param name="scoring" type="select" optional="true" label="Type of scoring to be applied" help="Scoring algorithm, depending of the input files, see the help section of the tools">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
155 <option value="SHEL">SHEL</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
156 <option value="LENGTH">LENGTH</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
157 <option value="LOGLENGTH">LOGLENGTH</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
158 <option value="NORMA">NORMA</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
159 <option value="LMAT">LMAT (only for LMAT input)</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
160 <option value="CLARK_C">CLARK_C (only for Clark input)</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
161 <option value="CLARK_G">CLARK_G (only for Clark input)</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
162 <option value="KRAKEN">KRAKEN (only for kraken input)</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
163 <option value="GENERIC">GENERIC (only for generic input)</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
164 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
165 <param name="minscore_value" type="integer" optional="true" min="0" value="0" label="Minimum score/confidence of the classification of a
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
166 read to pass the quality filter" help="All pass by default (--minscore)"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
167 <param name="mintaxa" type="integer" optional="true" min="0" value="0" label="Minimum taxa to avoid collapsing one level into the
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
168 parent" help="If not specified a value will be automatically
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
169 assigned (--mintaxa)"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
170 <param name="exclude_taxa_name" argument="--exclude" type="text" optional="true" label="NCBI taxid code to exclude a taxon and all underneath" help="Default: no exclude">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
171 <sanitizer invalid_char="">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
172 <valid initial="string.letters,string.digits">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
173 <add value="," />
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
174 </valid>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
175 </sanitizer>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
176 <validator type="regex">[A-Za-z0-9,]+</validator>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
177 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
178 <param name="include_taxa_name" argument="--include" type="text" optional="true" label="NCBI taxid code to include a taxon and all underneath" help="Default: all included">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
179 <sanitizer invalid_char="">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
180 <valid initial="string.letters,string.digits">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
181 <add value="," />
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
182 </valid>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
183 </sanitizer>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
184 <validator type="regex">[A-Za-z0-9,]+</validator>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
185 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
186 <param argument="--avoidcross" type="boolean" truevalue="--avoidcross" falsevalue="" label="Avoid cross analysis" help="Default: no"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
187 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
188 <!-- Detailed more fine parameters -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
189 <section name="more_advanced_option" title=" Fine tuning of algorithm parameters">
3
b5407cc2bf51 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
iuc
parents: 1
diff changeset
190 <param argument="--ctrlminscore" type="integer" optional="true" value="0" label="Minimum score in control samples to pass the filter" help="Minimum score/confidence of the classification of a read in control samples to pass the quality filter; it defaults to minscore"/>
b5407cc2bf51 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
iuc
parents: 1
diff changeset
191 <param argument="--ctrlmintaxa" type="integer" optional="true" value="0" label="Minimum taxa to avoid collapsing one level into the parent" help="If not specified a value will be automatically assigned"/>
b5407cc2bf51 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
iuc
parents: 1
diff changeset
192 <param argument="--summary" type="select" label="Add a summary of the analysis (default is Add)" help="Select to 'add' summary samples to other samples, or to 'only' show summary samples or to 'avoid' summaries at all">
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
193 <option value="ADD" selected="true">Add</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
194 <option value="ONLY">Only</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
195 <option value="AVOID">Avoid</option>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
196 </param>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
197 <param argument="--takeoutroot" type="boolean" truevalue="--takeoutroot" falsevalue="" label="Remove counts directly assigned to the root level"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
198 <param argument="--nokollapse" type="boolean" truevalue="--nokollapse" falsevalue="" label="Show the cellular organisms taxon" />
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
199 <param argument="--strain" type="boolean" truevalue="--strain" falsevalue="" label="Strain level instead of species as the resolution limit for the robust contamination removal algorithm; use with caution, this is an experimental feature"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
200 <param argument="--sequential" type="boolean" truevalue="--sequential" falsevalue="" label="Deactivate parallel processing"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
201 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
202 </inputs>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
203 <!-- OUTPUT FILE, TYPE DEPENDING ON extra PARAMETER -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
204 <outputs>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
205 <data name="html_report" format="html" from_work_dir="output.rcf.html" label="${tool.name} on ${on_string}: html report">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
206 <filter> output_option['nohtml'] == False</filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
207 </data>
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
208 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: log file">
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
209 <filter> output_option['no_logfile'] == False </filter>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
210 </data>
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
211 <data name="data_csv" format="tabular" from_work_dir="output.rcf.data.csv" label="${tool.name} on ${on_string}: data.csv">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
212 <filter> output_option['extra'] == 'CSV' </filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
213 </data>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
214 <data name="stat_csv" format="tabular" from_work_dir="output.rcf.stat.csv" label="${tool.name} on ${on_string}: stat.csv">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
215 <filter> output_option['extra'] == 'CSV' </filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
216 </data>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
217 <data name="data_tsv" format="tabular" from_work_dir="output.rcf.data.tsv" label="${tool.name} on ${on_string}: data tsv">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
218 <filter> output_option['extra'] == 'TSV' </filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
219 </data>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
220 <data name="stat_tsv" format="tabular" from_work_dir="output.rcf.stat.tsv" label="${tool.name} on ${on_string}: stat tsv">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
221 <filter> output_option['extra'] == 'TSV' </filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
222 </data>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
223 <data name="xls_report" format="xlsx" from_work_dir="output.rcf.xlsx" label="${tool.name} on ${on_string}: xlsx report">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
224 <filter> output_option['extra'] == 'FULL' or output_option['extra'] == 'DYNOMICS'</filter>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
225 </data>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
226 </outputs>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
227 <tests>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
228 <test expect_num_outputs="4"> <!-- kraken input and CSV output TEST_1-->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
229 <section name="database">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
230 <param name="database_name" value="test-db-2022"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
231 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
232 <param name="input_file" value="kraken_test/kraken.out"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
233 <conditional name="file_type">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
234 <param name="filetype" value="kraken"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
235 </conditional>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
236 <section name="output_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
237 <param name="output_type" value="default_type"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
238 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
239 <section name="more_advanced_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
240 <param name="summary" value="AVOID"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
241 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
242 <output name="data_csv" file="kraken_test/test1_csv.rcf.data.csv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
243 <output name="stat_csv" file="kraken_test/test1_csv.rcf.stat.csv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
244 <output name="html_report" file="kraken_test/test1_csv.rcf.html" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
245 <output name="logfile" file="kraken_test/test1_csv.log" lines_diff="12"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
246 </test>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
247 <test expect_num_outputs="3"> <!-- centrifuge input and full options with imported database TEST_2 -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
248 <section name="database">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
249 <param name="database_name" value="test-db-2022"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
250 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
251 <param name="input_file" value="centrifuge_test/centrifuge.out"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
252 <conditional name="file_type">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
253 <param name="filetype" value="centrifuge"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
254 </conditional>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
255 <section name="output_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
256 <param name="extra" value="CSV"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
257 <param name="nohtml" value="true"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
258 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
259 <section name="advanced_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
260 <param name="controls" value="0"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
261 <param name="scoring" value="NORMA"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
262 <param name="minscore_value" value="1"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
263 <param name="avoidcross" value="true"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
264 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
265 <section name="more_advanced_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
266 <param name="ctrlminscore" value="1"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
267 <param name="summary" value="AVOID"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
268 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
269 <output name="stat_csv" file="centrifuge_test/test2_csv.rcf.stat.csv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
270 <output name="data_csv" file="centrifuge_test/test2_csv.rcf.data.csv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
271 <output name="logfile" file="centrifuge_test/test2_csv.log" lines_diff="12"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
272 </test>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
273 <test expect_num_outputs="3"> <!-- kraken input cached DB several option added TEST_3 -->
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
274 <section name="database">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
275 <param name="database_name" value="test-db-2022"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
276 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
277 <param name="input_file" value="kraken_test/kraken.out"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
278 <conditional name="file_type">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
279 <param name="filetype" value="kraken"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
280 </conditional>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
281 <section name="output_option" >
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
282 <param name="extra" value="TSV"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
283 <param name="nohtml" value="true"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
284 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
285 <section name="advanced_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
286 <param name="scoring" value="LOGLENGTH"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
287 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
288 <section name="more_advanced_option">
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
289 <param name="summary" value="ONLY"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
290 <param name="strain" value="true"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
291 </section>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
292 <output name="data_tsv" file="kraken_test/test3_rcf.data.tsv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
293 <output name="stat_tsv" file="kraken_test/test3_rcf.stat.tsv" lines_diff="2"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
294 <output name="logfile" file="kraken_test/test3_tsv.log" lines_diff="12"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
295 </test>
1
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
296 <test expect_num_outputs="3"> <!-- Test sumarized output TEST_4 -->
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
297 <section name="database">
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
298 <param name="database_name" value="test-db-2022"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
299 </section>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
300 <param name="input_file" value="centrifuge_test/centrifuge.out,centrifuge_test/centrifuge_1.out,centrifuge_test/centrifuge_2.out"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
301 <conditional name="file_type">
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
302 <param name="filetype" value="centrifuge"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
303 </conditional>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
304 <section name="output_option" >
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
305 <param name="extra" value="TSV"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
306 <param name="no_logfile" value="True"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
307 </section>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
308 <section name="advanced_option">
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
309 <param name="scoring" value="LENGTH"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
310 </section>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
311 <section name="more_advanced_option">
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
312 <param name="summary" value="ADD"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
313 <param name="strain" value="true"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
314 </section>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
315 <output name="data_tsv" file="centrifuge_test/test4_rcf.data.tsv" lines_diff="2"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
316 <output name="stat_tsv" file="centrifuge_test/test4_rcf.stat.tsv" lines_diff="2"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
317 <output name="html_report" file="centrifuge_test/test4_tsv.html" lines_diff="12"/>
fe733f05c2f8 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 9142693589056424fb64869b69dbc08b179f57ee
iuc
parents: 0
diff changeset
318 </test>
0
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
319 </tests>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
320 <help><![CDATA[
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
321 **What it does**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
322
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
323 With Recentrifuge, researchers can interactively explore what organisms are in their samples and at which level of confidence, enabling robust comparative analysis of multiple samples in any metagenomic study.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
324
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
325 * Removes diverse contaminants, including crossovers, using a novel robust contamination removal algorithm.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
326 * Provides a confidence level for every result, since the calculated score propagates to all the downstream analysis and comparisons.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
327 * Unveils the generalities and specificities in the metagenomic samples, thanks to a new comparative analysis engine.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
328
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
329
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
330 Recentrifuge is especially useful when a more reliable detection of minority organisms is needed (e.g. in the case of low microbial biomass metagenomic studies)
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
331 in clinical, environmental, or forensic analysis. Beyond the standard confidence levels, Recentrifuge implements others devoted to variable length reads,
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
332 very convenient for complex datasets generated by nanopore sequencers.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
333
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
334 **Input option**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
335 Recentrifuge can deal with some different taxonomic output files.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
336 Input files can come from centrifuge, kraken, clark of lmat software.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
337 A generic fonction to accept other files is available but need to add information of the file content.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
338 If generic is choose, the option format need a string like : 'TYP:csv,TID:1,LEN:3,SCO:6,UNC:0'.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
339 Where TYP are csv/tsv/ssv, and the rest of fields indicate the number of column used (starting in 1)
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
340 for the TaxIDs assigned,the LENgth of the read, the SCOre given to the assignment"
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
341
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
342
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
343 **Database for recentrifuge**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
344 Recentrifuge first need the taxonomic database from NCBI (nodes.dmp and names.dmp).
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
345 We also provide the option to directly load necessary files from history as a dataset list.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
346 1. cached for already installed taxonomic databases
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
347 2. history to load from your history
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
348
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
349
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
350 **Output options**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
351 1. Depending of the option provided, the file output format can be csv, tsv or xlsx and be combine in one or more files (extra).
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
352 3. By default a html file is generated to visualize data, could be remove using the nohtml option
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
353
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
354
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
355 **Advanced options**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
356 1. Recentrifuge can integrate sample in the data which are negative control to normalize the data
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
357 2. Scoring is an option to choose the score method for the read classified by taxonomic tools :
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
358 SHEL (Single Hit Equivalent Length): This is a score value in pair bases roughly equivalent to a single hit to the database.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
359 KRAKEN: This scoring scheme is only available for this classifier. It divides the k-mer hit count of the top assignment by the total k-mers in the read and multiplies the result by 100 to give a percentage of coverage (the fraction of the read k-mers covered by k-mers belonging to the read final assignment). This is the default scoring scheme for Kraken samples, and it supports the mixing of samples with different read length.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
360 LENGTH: The score of a read will be its length (or the combined length of mate pairs).
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
361 LOGLENGTH: Logarithm (base 10) of the length score.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
362 NORMA: This score is the normalized score SHEL / LENGTH in percentage, so it takes into account both the assignment quality and the length of the read. Very useful when both the score assignments and lengths are variable among the reads.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
363 LMAT: This scoring scheme is only available for this classifier.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
364 CLARK_C: This scoring scheme is not available for other classifiers. It takes the confidence score as the score for a read, conf=h1/(h1+h2), or 1-conf=h2/(h1+h2) in case the majority of a read is not classified (1st assignment unclassified). See CLARK's README file for details on how h1 and h2 are calculated. If you use this scoring, you will probably want to filter to a minimum of 0.5 (-y 0.5) or beyond, as under 0.5 the assignments have very low confidence.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
365 CLARK_G: This scheme scores every read with its CLARK gamma score, so it is only available for this classifier.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
366 3. You can choose a filter for read quality using the minscore option (--minscore)
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
367 4. You can include or exclude specific taxa using the NCBI taxid code
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
368
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
369
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
370 **More advanced options**
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
371 1. You can choose a filter for read quality specifically on the control samples
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
372 2. You cans specify the minimum taxa value to avoid collapsing one level into parent
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
373 3. A summary option is available produce a summary file
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
374 Some other options are available and explicite in the more advanced panel of the tool
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
375
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
376
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
377 rcf - Release 1.8.1 - Mar 2022
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
378
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
379 Copyright (C) 2017–2022, Jose Manuel Martí Martínez
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
380
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
381 This program is free software: you can redistribute it and/or modify
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
382 it under the terms of the GNU Affero General Public License as
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
383 published by the Free Software Foundation, either version 3 of the
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
384 License, or (at your option) any later version.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
385
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
386 This program is distributed in the hope that it will be useful,
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
387 but WITHOUT ANY WARRANTY; without even the implied warranty of
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
388 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
389 GNU Affero General Public License for more details.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
390
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
391 You should have received a copy of the GNU Affero General Public License
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
392 along with this program. If not, see <https://www.gnu.org/licenses/>.
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
393 ]]></help>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
394 <expand macro="citations"/>
09b7b0b2e2c2 planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
iuc
parents:
diff changeset
395 </tool>