add the new gather tool to GATKExtensionsGenerator
This commit is contained in:
parent
c8cd6ac465
commit
8be01af145
|
|
@ -193,6 +193,7 @@ public class GATKExtensionsGenerator extends CommandLineProgram {
|
|||
* The list of packages to search through.
|
||||
*/
|
||||
private static final List<String> gatkPackages = Arrays.asList(
|
||||
"org.broadinstitute.sting.tools",
|
||||
"org.broadinstitute.sting.gatk",
|
||||
"org.broadinstitute.sting.pipeline",
|
||||
"org.broadinstitute.sting.gatk.datasources.reads.utilities");
|
||||
|
|
|
|||
Loading…
Reference in New Issue