quick todo for next time we make a bundle
This commit is contained in:
parent
359090c4b7
commit
9b9856ead5
|
|
@ -242,6 +242,7 @@ class GATKResourcesBundle extends QScript {
|
||||||
|
|
||||||
def createDownloadsFromBundle(in: File, out: File) {
|
def createDownloadsFromBundle(in: File, out: File) {
|
||||||
Console.printf("Visiting %s%n", in)
|
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.getName.startsWith(".")) {
|
||||||
if ( in.isDirectory ) {
|
if ( in.isDirectory ) {
|
||||||
out.mkdirs
|
out.mkdirs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue