The GATK doesn't need the rest

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@698 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-05-14 16:20:45 +00:00
parent 0215905bb6
commit c3b2c66911
1 changed files with 0 additions and 5 deletions

View File

@ -108,11 +108,6 @@ public class CommandLineGATK extends CommandLineProgram {
*/
@Override
protected Class[] getArgumentSources() {
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
}
if (analysisName == null)
throw new IllegalArgumentException("Must provide analysis name");