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
f1fb51b222
commit
322ea1262c
|
|
@ -57,7 +57,8 @@ object QScriptUtils {
|
|||
for (file <- fromFile(in).getLines())
|
||||
if (!file.startsWith("#") && !file.isEmpty )
|
||||
list :+= new File(file.trim())
|
||||
list.sortWith(_.compareTo(_) < 0)
|
||||
// list.sortWith(_.compareTo(_) < 0)
|
||||
list
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue