gatk-3.8/public/scala/src/org/broadinstitute/sting/queue/function
Louis Bergelson c05208ecec Resolving warnings
--specifying exception types in cases where none was already specified
----mostly changed to catch Exception instead of Throwable
----EmailMessage has a point where it should only be expecting a RetryException but was catching everything

--changing build.xml so that it prints scala feature warning details

--added necessary imports needed to remove feature warnings

--updating a newly deprecated enum declaration to match the new syntax
2013-09-23 12:42:22 -04:00
..
scattergather Added a QFunction.jobLocalDir for optionally tracking a node local directory that may have faster intermediate storage, with SGF ensuring that if the directory happens to be on the same machine that it get's a clone specific sub-directory to avoid collisions. 2013-01-25 14:28:04 -05:00
CommandLineFunction.scala Updating licenses for all scala files 2013-01-10 17:46:10 -05:00
InProcessFunction.scala Updating licenses for all scala files 2013-01-10 17:46:10 -05:00
JavaCommandLineFunction.scala Updating licenses for all scala files 2013-01-10 17:46:10 -05:00
ListWriterFunction.scala Updating licenses for all scala files 2013-01-10 17:46:10 -05:00
QFunction.scala Resolving warnings 2013-09-23 12:42:22 -04:00
RetryMemoryLimit.scala Updating licenses for all scala files 2013-01-10 17:46:10 -05:00