Skip to content

Commit

Permalink
update to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs committed Oct 15, 2023
1 parent 4ba2001 commit d2ebc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zol/fai.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tinyaai_prog = zol_main_directory + 'zol/plotTinyAAI.R'
phylo_plot_prog = zol_main_directory + 'zol/phyloHeatmap.R'
split_diamond_results_prog = os.path.abspath(os.path.dirname(__file__) + '/') + '/splitDiamondResultsForFai'
if plot_prog == None or phylo_plot_prog == None or split_diamond_results_prog == None or not os.path.isfile(plot_prog) or not os.path.isfile(phylo_plot_prog) or not os.path.isfile(split_diamond_results_prog):
if plot_prog == None or phylo_plot_prog == None or split_diamond_results_prog == None or not os.path.isfile(plot_prog) or not os.path.isfile(phylo_plot_prog) or not os.path.isfile(split_diamond_results_prog) or not os.path.isfile(phylo_plot_prog):
sys.stderr.write('Issues in setup of the zol-suite (in fai.py) - please describe your installation process and post an issue on GitHub!\n')
sys.exit(1)

Expand Down

0 comments on commit d2ebc62

Please sign in to comment.