kshakir
|
213cc00abe
|
Refactored argument matching to support other plugins in addition to file lists.
Added plugin support for sending Queue status messages.
Argument parsing can store subclasses of java.io.File, for example RemoteFile.
|
2012-10-15 15:10:45 -04:00 |
Mauricio Carneiro
|
d446d34227
|
GATK Error messages now point to the new website instead of GetSatisfaction.
|
2012-07-20 17:27:11 -04:00 |
Eric Banks
|
4c730542f0
|
Handle RuntimeExceptions thrown by Picard that are really User Errors. I will add unit tests for these as best I can later.
|
2012-07-18 13:56:35 -04:00 |
Eric Banks
|
5821c11fad
|
For BAM and Reviewed errors we now check the error message to see if it's actually a 'too many open files' problem and, if so, we generate a User Error instead.
|
2011-11-22 10:50:22 -05:00 |
Matt Hanna
|
8bb4d4dca3
|
First pass of the asynchronous block loader.
Block loads are only triggered on queue empty at this point. Disabled by
default (enable with nt:io=?).
|
2011-11-18 15:02:59 -05:00 |
Khalid Shakir
|
89a581a66f
|
Added ability to specify arguments in files via -args/--arg_file
Pushing back downsample and read filter args so they show up in getApproximateCommandLineArgs()
|
2011-10-24 15:58:34 -04:00 |
Mark DePristo
|
6fa17d86ae
|
Completely hacked together version of a FreeMarker + javadoc + custom doclet walker documentation generator
|
2011-07-21 00:18:07 -04:00 |
Mark DePristo
|
9992c373be
|
Optimize imports run on the whole project, public and private. I just got too tired of all of the unused imports floating around. Confirmed that the system builds after the changes.
|
2011-07-17 20:29:58 -04:00 |
David Roazen
|
3c9497788e
|
Reorganized the codebase beneath top-level public and private directories,
removing the playground and oneoffprojects directories in the process. Updated
build.xml accordingly.
|
2011-06-28 06:55:19 -04:00 |