Skip to content

Commit

Permalink
Merge pull request #118 from brettc/feature/importcheck
Browse files Browse the repository at this point in the history
some very minor changes
  • Loading branch information
roblanf committed Sep 18, 2016
2 parents 500f533 + a0ea4df commit 5b9515a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions PartitionFinder.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python2.7
# Copyright (C) 2012 Robert Lanfear and Brett Calcott
#
# This program is free software: you can redistribute it and/or modify it under
Expand Down
1 change: 1 addition & 0 deletions PartitionFinderMorphology.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python2.7
# Copyright (C) 2012 Robert Lanfear and Brett Calcott
#
# This program is free software: you can redistribute it and/or modify it under
Expand Down
1 change: 1 addition & 0 deletions PartitionFinderProtein.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python2.7
# Copyright (C) 2012 Robert Lanfear and Brett Calcott
#
# This program is free software: you can redistribute it and/or modify it under
Expand Down
Binary file modified docs/Manual_v2.0.0.docx
Binary file not shown.
Binary file removed docs/Manual_v2.0.0.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions partfinder/analysis_method.py
Expand Up @@ -941,6 +941,10 @@ def do_analysis(self):

self.report(step)

if not the_config.quick:
the_config.reporter.write_scheme_summary(final_scheme, final_result)


return(final_scheme)


Expand Down

0 comments on commit 5b9515a

Please sign in to comment.