Fixing ParseLicense script for scala syntax
- Scala allows package objects in its syntax, so the script needs to be aware of that and not add "*/" every time it sees it. GSATDG-5
This commit is contained in:
parent
e5913e50b2
commit
ea8c8573d2
|
|
@ -33,10 +33,6 @@ import org.broadinstitute.sting.commandline.{Input, Gather, Output}
|
|||
import org.broadinstitute.sting.queue.function.CommandLineFunction
|
||||
import org.broadinstitute.sting.gatk.walkers.coverage.CoverageUtils
|
||||
|
||||
*/
|
||||
|
||||
*/
|
||||
|
||||
package object DoC {
|
||||
class DoC(val bams: List[File], val DoC_output: File, val countType: CoverageUtils.CountPileupType, val MAX_DEPTH: Int, val minMappingQuality: Int, val minBaseQuality: Int, val scatterCountInput: Int, val START_BIN: Int, val NUM_BINS: Int, val minCoverageCalcs: Seq[Int]) extends CommandLineGATK with ScatterGatherableFunction {
|
||||
val DOC_OUTPUT_SUFFIX: String = ".sample_interval_summary"
|
||||
|
|
|
|||
Loading…
Reference in New Issue