annotate generate_test_data.sh @ 1:b6e5df1237f2 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 15:37:20 +0000
parents c0473c69ac9f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c0473c69ac9f 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
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
2
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
6 -m 'average' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
7 -d 'braycurtis' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
8 -f 'correlation' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
9 --minv '0' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
10 --tax_lev 'a' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
14 --font_size '7' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
16 --perc '90' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
17 -c 'jet'
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
18
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
22 -m 'ward' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
23 -d 'euclidean' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
24 -f 'euclidean' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
25 --minv '0' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
26 --tax_lev 'a' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
30 --font_size '7' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
32 --perc '90' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
33 -c 'pink'
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
34
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f 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 \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
38 -m 'complete' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
39 -d 'hamming' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
40 -f 'matching' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
41 --minv '0' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
42 --tax_lev 'a' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
46 --font_size '7' \
c0473c69ac9f 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' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
48 --perc '90' \
c0473c69ac9f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
49 -c 'pink'