AuReMe / mpwt

Pathway Tools multiprocessing wrapper (for PathoLogic).
GNU Lesser General Public License v3.0
12 stars 0 forks source link

mpwt --dat kills pathway-tools command if there is a non-fatal error #41

Closed ArnaudBelcour closed 4 years ago

ArnaudBelcour commented 4 years ago

When creating attribute-values files, mpwt can kill pathway-tools if it detects an 'Error'. But for pathway-tools not all Errors are fatal.

mpwt --dat must be able to distinguish between fatal and non-fatal error.

ArnaudBelcour commented 4 years ago

Fixed in #43.