Skip to content

Commit

Permalink
v2.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nielshanson committed Jul 7, 2015
1 parent 81100ea commit 5b278da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MetaPathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def main(argv):

try:
# load the sample information
print "RUNNING MetaPathways version 2.5.1"
print "RUNNING MetaPathways version 2.5.2"
if len(input_output_list):
for input_file in sorted_input_output_list:
sample_output_dir = input_output_list[input_file]
Expand Down Expand Up @@ -497,7 +497,6 @@ def main(argv):
exit_process(str(traceback.format_exc(10)), logger= globalerrorlogger )



eprintf(" *********** \n")
eprintf("INFO : FINISHED PROCESSING THE SAMPLES \n")
eprintf(" THE END \n")
Expand All @@ -507,6 +506,6 @@ def main(argv):
# the main function of metapaths
if __name__ == "__main__":
createParser()
main(sys.argv[1:])
main(sys.argv[1:])


0 comments on commit 5b278da

Please sign in to comment.