Updating the other half of the PPP
This commit is contained in:
parent
13905c00b3
commit
c8b1c92a6c
|
|
@ -177,7 +177,6 @@ class PacbioProcessingPipeline extends QScript {
|
||||||
}
|
}
|
||||||
|
|
||||||
case class analyzeCovariates (inRecalFile: File, outPath: String) extends AnalyzeCovariates {
|
case class analyzeCovariates (inRecalFile: File, outPath: String) extends AnalyzeCovariates {
|
||||||
this.resources = R
|
|
||||||
this.recal_file = inRecalFile
|
this.recal_file = inRecalFile
|
||||||
this.output_dir = outPath
|
this.output_dir = outPath
|
||||||
this.analysisName = queueLogDir + inRecalFile + ".analyze_covariates"
|
this.analysisName = queueLogDir + inRecalFile + ".analyze_covariates"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue