Mercurial > repos > iuc > cami_amber
annotate cami_amber.xml @ 7:2e7b727a0e05 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 430cd92e7151f4ff87796589e7f51e4007aca38f
| author | iuc |
|---|---|
| date | Mon, 10 Feb 2025 15:07:49 +0000 |
| parents | e30bc6da7a36 |
| children |
| rev | line source |
|---|---|
|
0
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
1 <tool id="cami_amber" name="CAMI AMBER" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
2 <description>Evaluation package for MAGs</description> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
3 <macros> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
5 </macros> |
|
7
2e7b727a0e05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 430cd92e7151f4ff87796589e7f51e4007aca38f
iuc
parents:
5
diff
changeset
|
6 <expand macro="xrefs"/> |
|
0
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
10 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
11 #set $path_to_html = $html.files_path |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
12 #set $max = [] |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
13 #set $min = [] |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
14 #set $label = [] |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
15 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
16 mkdir -p output inputs '$path_to_html' && |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
17 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
18 #if $tox.ncbi.is_select == 'yes': |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
19 #if $tox.input.is_select == 'manually': |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
20 mkdir -p ncbi && |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
21 #for $file in $tox.ncbi_dir: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
22 ln -s '$file' './ncbi/$file.element_identifier' && |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
23 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
24 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
25 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
26 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
27 #for $i, $file in enumerate($input_files): |
|
5
e30bc6da7a36
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 04a067550f7d61ca8ff489e3de64efd0da3abcf1
iuc
parents:
0
diff
changeset
|
28 ln -s '$file.binning_files' './inputs/${i}.tsv' && |
|
0
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
29 #if $file.labels: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
30 $label.append($file.labels) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
31 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
32 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
33 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
34 #if $genome.thresholds: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
35 #for $i, $arg in enumerate($genome.thresholds): |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
36 #if $arg.min_completeness: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
37 $min.append($arg.min_completeness) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
38 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
39 #if $arg.max_contamination: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
40 $max.append($arg.max_contamination) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
41 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
42 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
43 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
44 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
45 amber.py |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
46 -g '${gold_standard_file}' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
47 #if $label: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
48 #set $sep = '' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
49 -l |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
50 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
51 #for $lab in $label: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
52 $sep$lab |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
53 #set $sep = ',' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
54 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
55 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
56 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
57 -p ${filter} |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
58 #if $min_length: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
59 -n $min_length |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
60 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
61 #if $desc: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
62 -d '${desc}' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
63 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
64 #if $min: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
65 #set $sep = '' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
66 --min_completeness |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
67 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
68 #for $i in $min: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
69 $sep$i |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
70 #set $sep = ',' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
71 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
72 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
73 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
74 #if $max: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
75 #set $sep = '' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
76 --max_contamination |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
77 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
78 #for $i in $max: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
79 $sep$i |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
80 #set$sep = ',' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
81 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
82 ' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
83 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
84 #if $genome.remove_genomes: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
85 -r '$genome.remove_genomes' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
86 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
87 #if $genome.remove.is_select == 'yes': |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
88 -k '$genome.keyword' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
89 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
90 #if $genome.genome_coverage: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
91 --genome_coverage '$genome.genome_coverage' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
92 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
93 #if $tox.ncbi.is_select == 'yes': |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
94 #if $tox.input.is_select == 'manually': |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
95 --ncbi_dir ncbi |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
96 #else: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
97 --ncbi_dir '$tox.ncbi_dir.fields.path' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
98 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
99 #end if |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
100 -o output |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
101 #for $i, $bin in enumerate($input_files): |
|
5
e30bc6da7a36
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 04a067550f7d61ca8ff489e3de64efd0da3abcf1
iuc
parents:
0
diff
changeset
|
102 'inputs/${i}.tsv' |
|
0
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
103 #end for |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
104 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
105 && |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
106 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
107 mv 'output/heatmap_bar.png' '$path_to_html' |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
108 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
109 ]]> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
110 </command> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
111 <inputs> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
112 <param argument="--gold_standard_file" format="tabular" type="data" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
113 label="Mapping of contigs or reads" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
114 help="Input the gold standard file here so amber know the correct IDs for each contig/read" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
115 <repeat name="input_files" title="Binning files and names " |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
116 help="Enter multiple binning files and names (names are optional). IMPORTANT: for each binning file you use in the program you need to state one label, this mean for example for 3 binning files you need 3 labels (3 slots) not more or less!"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
117 <param name="binning_files" format="tabular" type="data" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
118 label="Input bin files here" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
119 <param argument="--labels" type="text" value="" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
120 label="Name for bin" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
121 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
122 <param argument="--filter" type="integer" value="0" min="0" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
123 label="Filter out the n smallest genome bins" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
124 help="Optional filter for filter out the n smallest genome bins" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
125 <param argument="--min_length" type="integer" value="" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
126 label="Minimum length of sequences" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
127 help="Input how long the sequences has to be" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
128 <param argument="--desc" type="text" value="" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
129 label="HTML description" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
130 help="Enter the HTML page description here" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
131 <section name="genome" title="Genome binning-specific options" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
132 <repeat name="thresholds" title="Min. completeness and max. contamination thresholds" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
133 help="Enter certain thresholds for min. completeness (Default %: 50,70,90) and certain thresholds for max. contamination (Default %: 5, 10), the program itself will transform it to %!" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
134 <param argument="--min_completeness" type="integer" value="" min="0" max="100" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
135 label="Min. completeness threshold" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
136 <param argument="--max_contamination" type="integer" value="" min="0" max="100" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
137 label="Max. contamination threshold" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
138 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
139 <param argument="--remove_genomes" type="data" format="tabular" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
140 label="tsv file for genomes to remove" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
141 help="Input a tsv file with binid and type in each line. In the help section is an example. WARNING: IF THE LIST CONTAIN ALL GENOME THE PROGRAM WILL FAIL!" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
142 <conditional name="remove"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
143 <param name="is_select" type="select" label="Remove one or all genomes which are in the list?" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
144 help="Select yes and enter a keyword to remove certain type of genomes which are in the list. When all genomes in the list should remove also select yes and do not enter a keyword!"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
145 <option value="yes" selected="false">Yes</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
146 <option value="no" selected="true">No</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
147 </param> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
148 <when value="yes"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
149 <param argument="--keyword" type="text" value="" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
150 label="Keyword for removing certain genomes" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
151 help="Input a keyword which should be match with binid giving in the file for removing genomes. When no keyword is giving the program remove all genomes which are in the list!" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
152 </when> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
153 <when value="no" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
154 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
155 <param argument="--genome_coverage" type="data" format="tabular" optional="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
156 label="Genome coverages tsv file" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
157 help="Input a tsv file where the genome coverage is stated. Look at the help section to see how this file should look like!" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
158 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
159 <section name="tox" title="taxonomic binning-specific option"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
160 <conditional name="ncbi"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
161 <param name="is_select" type="select" label="Want to use the NCBI database?" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
162 help="Select yes if you want to use the NCBI database to evaluate taxonomic binning"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
163 <option value="yes" selected="false">Yes</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
164 <option value="no" selected="true">No</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
165 </param> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
166 <when value="yes"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
167 <conditional name="input"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
168 <param name="is_select" type="select" label="Select how you want to use NCBI database" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
169 help="Either select manually input or data manager. For more help read the help of the type of the input you selected." > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
170 <option value="manually">Manually</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
171 <option value="data">Data manager</option> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
172 </param> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
173 <when value="manually"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
174 <param argument="--ncbi_dir" format="tabular" type="data" multiple="true" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
175 label="Input .dmp files" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
176 help="To use the NCBI database we need to provide followed .dmp files: nodes.dmp, names.dmp and merged.dmp. You can get the via download of this file **ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz** and unzip it!" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
177 </when> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
178 <when value="data" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
179 <param argument="--ncbi_dir" type="select" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
180 label="Assessing taxonomic binning" |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
181 help="Include the NCBI taxonomy database. For this you can use the data manager data_manager_fetch_ncbi_taxonomy which can be install via galaxy. For more help look at the help section at the bottom!" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
182 <options from_data_table="ncbi_taxonomy"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
183 <validator message="No NCBI database is available" type="no_options"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
184 </options> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
185 </param> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
186 </when> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
187 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
188 </when> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
189 <when value="no"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
190 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
191 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
192 </inputs> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
193 <outputs> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
194 <data name="html" format="html" from_work_dir="output/index.html" label="${tool.name}: HTML" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
195 <data name="result" format="tabular" from_work_dir="output/results.tsv" label="${tool.name}: Results" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
196 <data name="metrics_genome" format="tabular" from_work_dir="output/genome_metrics_cami1.tsv" label="${tool.name}: Genome metrics" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
197 <data name="metrics_bin" format="tabular" from_work_dir="output/bin_metrics.tsv" label="${tool.name}: Bin metrics" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
198 </outputs> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
199 <tests> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
200 <test expect_num_outputs="4"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
201 <param name="gold_standard_file" value="gsa_mapping.binning" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
202 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
203 <param name="binning_files" value="elated_franklin_0" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
204 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
205 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
206 <param name="binning_files" value="goofy_hypatia_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
207 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
208 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
209 <param name="binning_files" value="naughty_carson_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
210 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
211 <output name="metrics_bin"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
212 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
213 <has_text text="genome_id" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
214 <has_text text="sample_id" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
215 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
216 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
217 <output name="metrics_genome"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
218 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
219 <has_text text="precision_seq" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
220 <has_text text="total_length" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
221 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
222 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
223 </test> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
224 <test expect_num_outputs="4"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
225 <param name="gold_standard_file" value="gsa_mapping.binning" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
226 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
227 <param name="binning_files" value="elated_franklin_0" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
228 <param name="labels" value="test1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
229 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
230 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
231 <param name="binning_files" value="goofy_hypatia_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
232 <param name="labels" value="test2" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
233 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
234 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
235 <param name="binning_files" value="naughty_carson_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
236 <param name="labels" value="test3" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
237 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
238 <param name="filter" value="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
239 <param name="min_length" value="200" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
240 <section name="genome" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
241 <repeat name="thresholds" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
242 <param name="max_contamination" value="2" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
243 <param name="min_completeness" value="50" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
244 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
245 <repeat name="thresholds" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
246 <param name="min_completeness" value="70" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
247 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
248 <repeat name="thresholds" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
249 <param name="min_completeness" value="90" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
250 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
251 <param name="genome_coverage" value="cami2_mouse_gut_average_genome_coverage.tsv" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
252 <param name="remove_genomes" value="unique_common.tsv" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
253 <conditional name="remove" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
254 <param name="is_select" value="yes" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
255 <param name="keyword" value="circular element" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
256 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
257 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
258 <section name="tox"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
259 <conditional name="ncbi"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
260 <param name="is_select" value="yes" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
261 <conditional name="input" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
262 <param name="is_select" value="manually" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
263 <param name="ncbi_dir" value="test-db/nodes.dmp,test-db/merged.dmp,test-db/names.dmp" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
264 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
265 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
266 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
267 <output name="result"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
268 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
269 <has_text text="test1" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
270 <has_text text="test2" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
271 <has_text text="test3" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
272 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
273 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
274 </test> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
275 <test expect_num_outputs="4"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
276 <param name="gold_standard_file" value="gsa_mapping.binning" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
277 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
278 <param name="binning_files" value="elated_franklin_0" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
279 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
280 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
281 <param name="binning_files" value="goofy_hypatia_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
282 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
283 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
284 <param name="binning_files" value="naughty_carson_2" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
285 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
286 <param name="desc" value="TEST FOR GALAXY" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
287 <section name="tox"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
288 <conditional name="ncbi"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
289 <param name="is_select" value="yes" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
290 <conditional name="input" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
291 <param name="is_select" value="data" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
292 <param name="ncbi_dir" value="test-db-tox" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
293 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
294 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
295 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
296 <output name="html"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
297 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
298 <has_text text="TEST FOR GALAXY" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
299 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
300 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
301 </test><test expect_num_outputs="4"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
302 <param name="gold_standard_file" value="test_gold.tsv" ftype="tabular" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
303 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
304 <param name="binning_files" value="test_binning.tsv" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
305 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
306 <repeat name="input_files"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
307 <param name="binning_files" value="test_binning2.tsv" ftype="tabular"/> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
308 </repeat> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
309 <section name="tox"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
310 <conditional name="ncbi"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
311 <param name="is_select" value="yes" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
312 <conditional name="input" > |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
313 <param name="is_select" value="data" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
314 <param name="ncbi_dir" value="test-db-tox" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
315 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
316 </conditional> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
317 </section> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
318 <output name="metrics_bin"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
319 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
320 <has_text text="genome_id" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
321 <has_text text="sample_id" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
322 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
323 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
324 <output name="metrics_genome"> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
325 <assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
326 <has_text text="precision_seq" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
327 <has_text text="total_length" n="1" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
328 </assert_contents> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
329 </output> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
330 </test> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
331 </tests> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
332 <help> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
333 <![CDATA[ |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
334 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
335 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
336 **What is AMBER** |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
337 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
338 AMBER is an evaluation package for the comparative assessment of genome reconstructions and taxonomic assignments from metagenome benchmark datasets. |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
339 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
340 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
341 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
342 **What it does** |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
343 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
344 AMBER calculate multiple metrics per bin and multiple metrics per sample. Each of them are provided then in results rankings, and comparative visualizations for assessing multiple programs or parameter effects. |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
345 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
346 For more information please visit `AMBER in GitHub <https://github.com/CAMI-challenge/AMBER>`_. |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
347 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
348 **Input** |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
349 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
350 AMBER use only 2 required inputs: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
351 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
352 - The golden standard file (biobox format) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
353 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
354 This file can be created via the add_length tool |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
355 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
356 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
357 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
358 Example(tab separated) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
359 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
360 :: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
361 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
362 @Version:0.9.1 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
363 @SampleID:CAMI_low |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
364 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
365 @@SEQUENCEID BINID _LENGTH |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
366 RL|S1|C10817 Sample18_57 20518 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
367 RL|S1|C11497 Sample22_57 37672 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
368 RL|S1|C6571 evo_1286_AP.033 69914 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
369 RL|S1|C10560 evo_1286_AP.033 995657 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
370 RL|S1|C13546 evo_1286_AP.033 626775 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
371 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
372 Note: This file looks similar to the binning files but the only different which is also is important is the length column. |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
373 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
374 - Multiple binning files (biobox format) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
375 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
376 Files can be created via the convert_to_biobox tool |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
377 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
378 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
379 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
380 Example(tab separated): |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
381 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
382 :: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
383 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
384 #CAMI Format for Binning |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
385 @Version:0.9.0 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
386 @SampleID:CAMI_low |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
387 @@SEQUENCEID BINID |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
388 RL|S1|C10 Bin_034 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
389 RL|S1|C100 Bin_023 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
390 RL|S1|C1000 Bin_034 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
391 RL|S1|C10000 Bin_019 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
392 RL|S1|C10002 Bin_035 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
393 RL|S1|C10004 Bin_035 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
394 RL|S1|C10008 Bin_034 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
395 RL|S1|C10011 Bin_035 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
396 RL|S1|C10012 Bin_013 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
397 RL|S1|C10014 Bin_035 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
398 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
399 There are also additional inputs which can be used: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
400 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
401 - A genome list which should be removed(tabular format) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
402 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
403 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
404 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
405 Example(tab separated): |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
406 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
407 :: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
408 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
409 evo_1035930.029 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
410 1035930 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
411 evo_1035930.032 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
412 evo_1035930.011 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
413 evo_1286_AP.033 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
414 1286_AP common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
415 evo_1286_AP.026 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
416 evo_1286_AP.037 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
417 evo_1286_AP.008 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
418 1052944 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
419 1053058 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
420 1052947 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
421 evo_1049056.013 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
422 evo_1049056.031 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
423 evo_1049056.011 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
424 1049056 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
425 evo_1049056.039 common strain |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
426 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
427 Note: The first column contain the BINID and the second contain any kind of string. IMPORTANT: The argument where to state a keyword has to match to the anything in the second column to filter these kind of genomes out. If there is no keyword stated it can happen if the remove list contain all genomes which should be used then AMBER will fail since there are no genomes left to use! |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
428 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
429 - Genome coverage file (tabular format) |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
430 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
431 .. class:: infomark |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
432 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
433 Example(tab separated): |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
434 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
435 :: |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
436 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
437 @SampleID:gsa_pooled |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
438 @@GENOMEID COVERAGE |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
439 4378740.0 82.85111527272727 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
440 4378740.1 27.159305090909097 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
441 denovo10559.0 2.1596957142857143 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
442 179927.0 1.6946866666666667 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
443 denovo8373.1 2.07144 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
444 136604.0 9.150489565217391 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
445 denovo8373.0 1.1413460000000002 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
446 269378.0 8.051563333333332 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
447 190114.0 18.253119629629627 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
448 228140.0 3.078681818181818 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
449 135956.0 121.52672015625001 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
450 259846.0 12.298210588235296 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
451 162576.0 9.57867191489362 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
452 184966.0 14.461031521739134 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
453 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
454 There is also an option to include the NCBI database in AMBER. This can be used when including the link which is stated in the data manager: **data_manager_fetch_ncbi_taxonomy**. This data manager download the current version of the database and store all files for you. If there are questions about data manager maybe have a look at this `Tutorial <https://usegalaxy.eu/training-material/topics/admin/tutorials/reference-genomes/tutorial.html>`_. |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
455 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
456 **Output** |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
457 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
458 AMBER will output 3 tsv files where each metrics value is stated. The important output is the HTML file where all data are included and also can be visualized with certain plots! |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
459 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
460 **Additional information** |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
461 |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
462 The package **Bokeh** will create warnings which can be ignored since the only tell you that certain functions in the code are swapped with the new functions. AMBER was tested with the stated version of **Bokeh** and with the newest version of it and both generate the same output! |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
463 ]]> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
464 </help> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
465 <expand macro="citations" /> |
|
6c71acde9d52
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 807e74c623d563166546758ae9bd435322b78b96
iuc
parents:
diff
changeset
|
466 </tool> |
