Skip to content

Commit 9cfa48f

Browse files
committed
Updated function
1 parent fcd617b commit 9cfa48f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CodonU/vizualizer/plot_phy_fas.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,3 @@ def plot_phy_fas(handle: str, title: str = 'Phylogenetic Tree', save_image: bool
3232
fig.savefig(file_path, dpi=500)
3333
print(f'Saved file can be found as {abspath(file_path)}')
3434
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

Comments
 (0)