Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable

This commit is contained in:
Mark DePristo 2011-07-17 20:31:25 -04:00
commit 66575b7644
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ object QScriptUtils {
for (bam <- fromFile(in).getLines)
if (!bam.startsWith("#") && !bam.isEmpty )
list :+= new File(bam.trim())
list
list.sortWith(_.compareTo(_) < 0)
}
/**