require 'open3'
require 'pp'
+at_exit{ puts "All done, time to make sure log entry is written and tmpdir is removed." }
+
# Biopieces are command line scripts and uses OptionParser to parse command line
# options according to a list of casts. Each cast prescribes the long and short
# name of the option, the type, if it is mandatory, the default value, and allowed
# Error class for all exceptions to do with option casts.
-class CastError < StandardError
-end
+class CastError < StandardError; end
# Class to handle casts of command line options. Each cast prescribes the long and