Skip to content
Snippets Groups Projects
Commit 700ced12 authored by bow's avatar bow
Browse files

Remove redundant check on outputDir character

parent 904a99b9
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ class Mapping(val root: Configurable) extends QScript with BiopetQScript {
require(sampleId != null, "Missing sample ID on mapping module")
require(libId != null, "Missing library ID on mapping module")
if (!outputDir.endsWith("/")) outputDir += "/"
paired = (input_R2 != null)
if (readgroupId == null && sampleId != null && libId != null) readgroupId = sampleId + "-" + libId
......
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