quick todo for next time we make a bundle

This commit is contained in:
Eric Banks 2012-03-13 09:28:11 -04:00
parent 359090c4b7
commit 9b9856ead5
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ class GATKResourcesBundle extends QScript {
def createDownloadsFromBundle(in: File, out: File) {
Console.printf("Visiting %s%n", in)
// todo -- ignore some of the other files too (e.g. *.out); will test next time we make a bundle
if (! in.getName.startsWith(".")) {
if ( in.isDirectory ) {
out.mkdirs