We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd617b commit 9cfa48fCopy full SHA for 9cfa48f
CodonU/vizualizer/plot_phy_fas.py
@@ -32,8 +32,3 @@ def plot_phy_fas(handle: str, title: str = 'Phylogenetic Tree', save_image: bool
32
fig.savefig(file_path, dpi=500)
33
print(f'Saved file can be found as {abspath(file_path)}')
34
plt.close(fig)
35
-
36
37
-if __name__ == '__main__':
38
- in_file = '/home/souro/Projects/CodonU/Examples/Report/phylo_input_test_aligned_o.fasta'
39
- plot_phy_fas(in_file)
0 commit comments