Mercurial > repos > iuc > humann2_renorm_table
annotate generate_test_data @ 4:b084117133af draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
| author | iuc | 
|---|---|
| date | Mon, 01 Feb 2021 18:11:22 +0000 | 
| parents | dbf0e8eeeeed | 
| children | 
| rev | line source | 
|---|---|
| 
0
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
1 #/usr/bin/env bash | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
2 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
3 # humann2 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
4 humann2 \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
5 --input 'test-data/input_sequences.fasta' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
6 -o 'humann2_output' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
7 --annotation-gene-index 8 \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
8 --taxonomic-profile 'test-data/taxonomic_profile.tabular' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
9 --metaphlan-options="-t rel_ab" \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
10 --nucleotide-database 'test-data/' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
11 --protein-database 'test-data/' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
12 --evalue '1' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
13 --search-mode 'uniref50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
14 --prescreen-threshold '0.01' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
15 --identity-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
16 --translated-subject-coverage-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
17 --translated-query-coverage-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
18 --translated-alignment 'diamond' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
19 --xipe 'off' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
20 --minpath 'on' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
21 --pick-frames 'on' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
22 --gap-fill 'off' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
23 --output-format 'tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
24 --output-max-decimals '10' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
25 --output-basename 'humann2' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
26 --pathways 'metacyc' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
27 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
28 humann2 \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
29 --input 'test-data/input_sequences.fasta' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
30 -o 'humann2_output' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
31 --annotation-gene-index 8 \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
32 --metaphlan-options="-t rel_ab" \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
33 --nucleotide-database 'test-data/' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
34 --protein-database 'test-data/' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
35 --evalue '1' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
36 --search-mode 'uniref90' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
37 --prescreen-threshold '0.01' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
38 --identity-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
39 --translated-subject-coverage-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
40 --translated-query-coverage-threshold '50' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
41 --translated-alignment 'rapsearch' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
42 --xipe 'off' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
43 --minpath 'on' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
44 --pick-frames 'on' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
45 --gap-fill 'off' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
46 --output-format 'tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
47 --output-max-decimals '10' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
48 --output-basename 'humann2' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
49 --pathways 'unipathway' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
50 | 
| 
1
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
51 # humann2_associate | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
52 humann2_associate \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
53 --input 'test-data/hmp_pathabund.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
54 --focal-metadatum 'STSite' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
55 --last-metadatum 'STSite' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
56 --focal-type 'categorical' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
57 --fdr '0.2' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
58 --output 'test-data/associate_output.txt' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
59 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
60 # humann2_barplot | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
61 humann2_barplot \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
62 --input 'test-data/hmp_pathabund.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
63 --focal-feature ANAGLYCOLYSIS-PWY \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
64 --sort none \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
65 --last-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
66 --focal-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
67 --scaling none \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
68 --width 5 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
69 --dimensions 8 4 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
70 --output test-data/barplot1.png | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
71 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
72 humann2_barplot \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
73 --input 'test-data/hmp_pathabund.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
74 --focal-feature ANAGLYCOLYSIS-PWY \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
75 --sort sum \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
76 --last-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
77 --focal-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
78 --scaling pseudolog \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
79 --width 5 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
80 --dimensions 8 4 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
81 --output test-data/barplot2.pdf | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
82 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
83 humann2_barplot \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
84 --input 'test-data/hmp_pathabund.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
85 --focal-feature ANAGLYCOLYSIS-PWY \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
86 --sort metadata \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
87 --last-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
88 --focal-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
89 --exclude-unclassified \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
90 --scaling none \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
91 --as-genera \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
92 --grid \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
93 --remove-zeroes \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
94 --width 5 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
95 --dimensions 8 4 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
96 --output test-data/barplot3.svg | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
97 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
98 humann2_barplot \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
99 --input 'test-data/hmp_pathabund.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
100 --focal-feature ANAGLYCOLYSIS-PWY \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
101 --top-strata 12 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
102 --sort sum \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
103 --last-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
104 --focal-metadatum STSite \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
105 --exclude-unclassified \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
106 --scaling normalize \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
107 --width 5 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
108 --dimensions 8 4 \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
109 --output test-data/barplot4.eps | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
110 | 
| 
0
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
111 # humann2_regroup_table | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
112 humann2_regroup_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
113 --input 'test-data/demo_genefamilies.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
114 -o 'test-data/regrouped_gene_families_to_infogo1000.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
115 --function 'sum' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
116 --groups 'uniref90_infogo1000' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
117 --ungrouped 'Y' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
118 --protected 'Y' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
119 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
120 humann2_regroup_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
121 --input 'test-data/demo_genefamilies.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
122 -o 'test-data/regrouped_gene_families_to_ko.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
123 --function 'mean' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
124 --groups 'uniref90_ko' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
125 --ungrouped 'Y' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
126 --protected 'Y' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
127 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
128 humann2_regroup_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
129 --input 'test-data/demo_genefamilies.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
130 -o 'test-data/regrouped_gene_families_to_rxn.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
131 --function 'sum' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
132 --groups 'uniref90_rxn' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
133 --ungrouped 'Y' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
134 --protected 'Y' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
135 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
136 # humann2_renorm_table | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
137 humann2_renorm_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
138 --input 'test-data/demo_pathabundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
139 -o 'test-data/cpm_community_renormalized_pathway_abundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
140 --units 'cpm' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
141 --mode 'community' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
142 --special 'n' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
143 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
144 humann2_renorm_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
145 --input 'test-data/demo_pathabundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
146 -o 'test-data/relab_levelwise_renormalized_pathway_abundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
147 --units 'relab' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
148 --mode 'levelwise' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
149 --special 'y' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
150 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
151 # humann2_join_tables | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
152 mkdir join_table_tmp_dir | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
153 cp 'test-data/demo_pathabundance.tsv' join_table_tmp_dir | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
154 cp 'test-data/demo_pathcoverage.tsv' join_table_tmp_dir | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
155 humann2_join_tables \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
156 -i 'join_table_tmp_dir' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
157 -o 'test-data/joined_pathway_coverage_abundance.tsv' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
158 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
159 # humann2_merge_abundance_tables | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
160 humann2_merge_abundance_tables \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
161 --input-genes 'test-data/demo_genefamilies.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
162 --input-pathways 'test-data/demo_pathabundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
163 -o 'test-data/merged_gene_families_pathways_abundances.tsv' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
164 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
165 # humann2_reduce_table | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
166 humann2_reduce_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
167 --input 'test-data/demo_genefamilies.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
168 -o 'test-data/max_reduced_gene_family_abundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
169 --function 'max' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
170 --sort-by 'name' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
171 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
172 # humann2_rename_table | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
173 humann2_rename_table \ | 
| 
1
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
174 --input 'test-data/regrouped_gene_families_to_infogo1000.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
175 --names 'infogo1000' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
176 -o 'test-data/renamed_info1000.tsv' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
177 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
178 humann2_rename_table \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
179 --input 'test-data/regrouped_gene_families_to_infogo1000.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
180 --custom 'test-data/rename_mapping' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
181 -o 'test-data/renamed_mapping_info1000.tsv' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
182 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
183 # humann2_rna_dna_norm | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
184 humann2_rna_dna_norm \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
185 --input_dna 'test-data/rna_dna_norm-dna.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
186 --input_rna 'test-data/rna_dna_norm-rna.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
187 --output_basename 'results1' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
188 --method 'laplace' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
189 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
190 humann2_rna_dna_norm \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
191 --input_dna 'test-data/rna_dna_norm-dna.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
192 --input_rna 'test-data/rna_dna_norm-rna.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
193 --output_basename 'results2' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
194 --method 'witten_bell' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
195 --log_transform \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
196 --log_base '2' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
197 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
198 # humann2_split_stratified_table | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
199 humann2_split_stratified_table \ | 
| 
0
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
200 --input 'test-data/demo_genefamilies.tsv' \ | 
| 
1
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
201 --output 'split_stratified_table' | 
| 
0
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
202 | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
203 # humann2_split_table | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
204 mkdir split_table_tmp_dir | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
205 humann2_split_table \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
206 --input 'test-data/joined_pathway_coverage_abundance.tsv' \ | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
207 -o 'split_table_tmp_dir' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
208 cp 'split_table_tmp_dir/demo_Abundance.tsv' 'test-data/' | 
| 
 
ba4dfbdc1295
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
 
iuc 
parents:  
diff
changeset
 | 
209 cp 'split_table_tmp_dir/demo_Coverage.tsv' 'test-data/' | 
| 
1
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
210 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
211 # humann2_strain_profiler | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
212 humann2_strain_profiler \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
213 --input 'test-data/strain_profiler-input.txt' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
214 --critical_mean '1' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
215 --critical_count '2' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
216 --pinterval '1e-10' '1' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
217 --critical_samples '2' | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
218 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
219 # humann2_unpack_pathways | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
220 humann2_unpack_pathways \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
221 --input-genes 'test-data/demo_genefamilies.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
222 --input-pathways 'test-data/demo_pathabundance.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
223 --output unpack1 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
224 | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
225 humann2_unpack_pathways \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
226 --input-genes 'test-data/demo_genefamilies.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
227 --input-pathways 'test-data/demo_pathabundance.tsv' \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
228 --remove-taxonomy \ | 
| 
 
dbf0e8eeeeed
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
 
iuc 
parents: 
0 
diff
changeset
 | 
229 --output unpack2 | 
