Mercurial > repos > thanhlv > extract_metaphlan_database
annotate generate_test_data.sh @ 0:ae891c1cbd27 draft default tip
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
| author | thanhlv | 
|---|---|
| date | Mon, 13 Feb 2023 11:37:08 +0000 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 0 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 1 #/usr/bin/env bash | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 2 | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 3 metaphlan_hclust_heatmap.py \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 4 --in test-data/merged_community_profile.tabular \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 5 --out test-data/heatmap.png \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 6 -m 'average' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 7 -d 'braycurtis' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 8 -f 'correlation' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 9 --minv '0' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 10 --tax_lev 'a' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 11 --sdend_h '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 12 --fdend_w '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 13 --cm_h '0.03' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 14 --font_size '7' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 15 --clust_line_w '1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 16 --perc '90' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 17 -c 'jet' | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 18 | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 19 metaphlan_hclust_heatmap.py \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 20 --in test-data/merged_community_profile.tabular \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 21 --out test-data/heatmap.pdf \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 22 -m 'ward' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 23 -d 'euclidean' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 24 -f 'euclidean' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 25 --minv '0' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 26 --tax_lev 'a' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 27 --sdend_h '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 28 --fdend_w '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 29 --cm_h '0.03' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 30 --font_size '7' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 31 --clust_line_w '1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 32 --perc '90' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 33 -c 'pink' | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 34 | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 35 metaphlan_hclust_heatmap.py \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 36 --in test-data/merged_community_profile.tabular \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 37 --out test-data/heatmap.svg \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 38 -m 'complete' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 39 -d 'hamming' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 40 -f 'matching' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 41 --minv '0' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 42 --tax_lev 'a' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 43 --sdend_h '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 44 --fdend_w '0.1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 45 --cm_h '0.03' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 46 --font_size '7' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 47 --clust_line_w '1' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 48 --perc '90' \ | 
| 
ae891c1cbd27
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
 thanhlv parents: diff
changeset | 49 -c 'pink' | 
