Skip to content

Commit

Permalink
Added check for ETE plotting on head/X11-less servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik R Laetsch committed Feb 26, 2017
1 parent 6994df7 commit 02feebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinfin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ def __init__(self, args):
self.ipr_mapping_f = None
self.go_mapping_f = None
self.check_input_files()
#self.check_that_ete_can_plot()
self.check_that_ete_can_plot()
# FASTA files
self.fasta_dir = args['--fasta_dir']
self.check_if_fasta_dir_and_species_ids_f()
Expand Down

0 comments on commit 02feebf

Please sign in to comment.