Skip to content

Commit

Permalink
Adding dropped phages
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Jul 5, 2021
1 parent 5671e35 commit 78025fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion PhiSpyModules/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def fixing_start_end(**kwargs):
# #
#######################################################################################
temppp = {}
self.droppedpp = {}
j = 1
dropped_j = 1
prophagesummary = []
Expand Down
1 change: 1 addition & 0 deletions PhiSpyModules/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def main(argv): #organismPath, output_dir, trainingFlag, INSTALLATION_DIR, eval
# do evaluation #
######################################
PhiSpyModules.log_and_message('Evaluating...', c="GREEN", stderr=True, stdout=False, quiet=args_parser.quiet)
args_parser.droppedpp = {} # the dropped prophages. These are added in fixing_start_end
args_parser.pp = PhiSpyModules.fixing_start_end(**vars(args_parser))

######################################
Expand Down

0 comments on commit 78025fc

Please sign in to comment.