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:
parent
b4da843c49
commit
497e9ab83b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue