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:
parent
0215905bb6
commit
c3b2c66911
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue