Mercurial > repos > iuc > metaphlan2
view generate_test_data.sh @ 2:f60773e921fa draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan2/ commit bfc25b2695b9689c60101f84162610194a33c886"
author | iuc |
---|---|
date | Fri, 19 Mar 2021 21:39:32 +0000 |
parents | 8c82c4d90cc6 |
children |
line wrap: on
line source
#/usr/bin/env bash metaphlan_hclust_heatmap.py \ --in test-data/merged_community_profile.tabular \ --out test-data/heatmap.png \ -m 'average' \ -d 'braycurtis' \ -f 'correlation' \ --minv '0' \ --tax_lev 'a' \ --sdend_h '0.1' \ --fdend_w '0.1' \ --cm_h '0.03' \ --font_size '7' \ --clust_line_w '1' \ --perc '90' \ -c 'jet' metaphlan_hclust_heatmap.py \ --in test-data/merged_community_profile.tabular \ --out test-data/heatmap.pdf \ -m 'ward' \ -d 'euclidean' \ -f 'euclidean' \ --minv '0' \ --tax_lev 'a' \ --sdend_h '0.1' \ --fdend_w '0.1' \ --cm_h '0.03' \ --font_size '7' \ --clust_line_w '1' \ --perc '90' \ -c 'pink' metaphlan_hclust_heatmap.py \ --in test-data/merged_community_profile.tabular \ --out test-data/heatmap.svg \ -m 'complete' \ -d 'hamming' \ -f 'matching' \ --minv '0' \ --tax_lev 'a' \ --sdend_h '0.1' \ --fdend_w '0.1' \ --cm_h '0.03' \ --font_size '7' \ --clust_line_w '1' \ --perc '90' \ -c 'pink'