nanoporetech / tombo

Tombo is a suite of tools primarily for the identification of modified nucleotides from raw nanopore sequencing data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raising an error and exit with the tombo_helper function should return non-zero value

patbohn opened this issue · comments

As mentioned in the title, when an error is raised via tombo_helper.error_message_and_exit() the sys.exit() call (see below) should return a non-zero value to ensure that errors are properly caught by workload managers.

sys.exit()