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

Added header to bam file

parent d184cbce
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ class ExtractUnmappedReads(val root: Configurable) extends QScript with BiopetQS
val samtoolsViewSelectUnmapped = new SamtoolsView(this)
samtoolsViewSelectUnmapped.input = bamFile
samtoolsViewSelectUnmapped.b = true
samtoolsViewSelectUnmapped.h = true
samtoolsViewSelectUnmapped.output = swapExt(outputDir, bamFile, ".bam", "unmapped.bam")
if (paired) samtoolsViewSelectUnmapped.f = List("12")
else samtoolsViewSelectUnmapped.f = List("4")
......
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