Skip to content
Snippets Groups Projects
Commit 6748aa4e authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove bed annotation

parent cc0f5341
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,6 @@ trait AnnotationGtf extends BiopetQScript { qscript: QScript =>
}
}
trait AnnotationBed extends BiopetQScript { qscript: QScript =>
/** GTF reference file */
lazy val annotationBed: File = {
val file: File = config("annotation_bed", freeVar = true)
inputFiles :+ InputFile(file, config("annotation_bed_md5", freeVar = true))
file
}
}
trait AnnotationRefFlat extends BiopetQScript { qscript: QScript =>
/** GTF reference file */
lazy val annotationRefFlat = new LazyCheck({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment