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

Update requirement message in Shiva

parent 3ec60672
No related branches found
No related tags found
Loading
......@@ -68,7 +68,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript with SampleLibraryTag {
val callers = callersList.filter(x => configCallers.contains(x.name)).sortBy(_.prio)
require(!inputBams.isEmpty, "No input bams found")
require(!callers.isEmpty, "must select atleast 1 variantcaller, possible to use: " + callersList.map(_.name).mkString(", "))
require(!callers.isEmpty, "must select at least 1 variantcaller, choices are: " + callersList.map(_.name).mkString(", "))
val cv = new CombineVariants(qscript)
cv.outputFile = finalFile
......
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