too hasty... cleaning up debug messages ;)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5257 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
carneiro 2011-02-17 02:11:03 +00:00
parent b4da843c49
commit 497e9ab83b
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ class dataProcessing extends QScript {
bamList.foreach { bam =>
println("DEBUG: bam = " + new File(bam))
// Files generated by the pipeline
val baseName: String = swapExt(new File(bam.substring(bam.lastIndexOf("/")+1)), ".bam", "").toString()
val cleanedBam: String = baseName + ".cleaned.bam"