First implementation of a generic 'bundled' Data Processing Pipeline for germline and cancer.
not ready for prime time yet!
This commit is contained in:
parent
65b100f9b0
commit
cb8d4c97e1
|
|
@ -57,7 +57,8 @@ object QScriptUtils {
|
||||||
for (file <- fromFile(in).getLines())
|
for (file <- fromFile(in).getLines())
|
||||||
if (!file.startsWith("#") && !file.isEmpty )
|
if (!file.startsWith("#") && !file.isEmpty )
|
||||||
list :+= new File(file.trim())
|
list :+= new File(file.trim())
|
||||||
list.sortWith(_.compareTo(_) < 0)
|
// list.sortWith(_.compareTo(_) < 0)
|
||||||
|
list
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue