From ef56b48eef9be185f32d3f0daf7bcd1f2a06aa9b Mon Sep 17 00:00:00 2001 From: fromer Date: Thu, 2 Jun 2011 21:47:13 +0000 Subject: [PATCH] Add CNV sub-dir git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5928 348d0f76-0448-11de-a6fe-93d51630548a --- .../qscript/oneoffs/fromer/{ => CNV}/ReadDepthCNVanalysis.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scala/qscript/oneoffs/fromer/{ => CNV}/ReadDepthCNVanalysis.scala (99%) diff --git a/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala b/scala/qscript/oneoffs/fromer/CNV/ReadDepthCNVanalysis.scala similarity index 99% rename from scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala rename to scala/qscript/oneoffs/fromer/CNV/ReadDepthCNVanalysis.scala index 661aa0197..748b46d40 100644 --- a/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala +++ b/scala/qscript/oneoffs/fromer/CNV/ReadDepthCNVanalysis.scala @@ -1,4 +1,4 @@ -package oneoffs.fromer +package oneoffs.fromer.CNV import org.broadinstitute.sting.queue.extensions.gatk._ import org.broadinstitute.sting.queue.QScript