metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data
GNU General Public License v3.0
21 stars 12 forks source link

Check the exit status using os.WIFEXITED() #1

Closed linsalrob closed 5 years ago

linsalrob commented 7 years ago

You should check the exit status of external programs (e.g. rapsearch, diamond, etc) using os.WIFEXITED() and os.WEXITSTATUS(). If the program terminated abnormally you should not continue.

metageni commented 5 years ago

The latest version of the program should handle it already.