Skip to content

Commit

Permalink
stdout tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
didillysquat committed Sep 14, 2018
1 parent 87a96b4 commit 4b17aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def main():

for pcoa_path in pcoa_path_list:
if 'PCoA_coords' in pcoa_path:
sys.stdout.write('\nPlotting between its2 type profile distances\n'.format(
sys.stdout.write('\nPlotting between its2 type profile distances clade {}\n'.format(
os.path.dirname(pcoa_path).split('/')[-1]))
# then this is a pcoa csv that we should plot
plotting.plot_between_its2_type_prof_dist_scatter(pcoa_path)
Expand Down

0 comments on commit 4b17aa2

Please sign in to comment.