Skip to content

Commit

Permalink
github address to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Aug 31, 2017
1 parent 33f5e64 commit fcb355c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assembler/src/spades_pipeline/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ def error(err_str, log=None, dipspades=False, prefix=SPADES_PY_ERROR_MESSAGE):
log.info("\n\n" + prefix + " " + err_str)
log_warnings(log, with_error=True)
log.info("\nIn case you have troubles running " + binary_name + ", you can write to spades.support@cab.spbu.ru")
log.info("or report an issue on our GitHub repository github.com/ablab/spades")
log.info("Please provide us with params.txt and " + binary_name.lower() + ".log files from the output directory.")
else:
sys.stderr.write("\n\n" + prefix + " " + err_str + "\n\n")
sys.stderr.write("\nIn case you have troubles running " + binary_name + ", you can write to spades.support@cab.spbu.ru\n")
sys.stderr.write("or report an issue on our GitHub repository github.com/ablab/spades\n")
sys.stderr.write("Please provide us with params.txt and " + binary_name.lower() + ".log files from the output directory.\n")
sys.stderr.flush()
if current_tmp_dir and os.path.isdir(current_tmp_dir):
Expand Down

0 comments on commit fcb355c

Please sign in to comment.