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

Remove old comment

parent 5eb775cb
No related branches found
No related tags found
No related merge requests found
......@@ -171,8 +171,7 @@ trait MultisampleMappingTrait extends MultiSampleQScript
"Sample readgroup and/or library of input bamfile is not correct, file: " + bamFile +
"\nPlease note that it is possible to set 'correct_readgroups' to true in the config to automatic fix this")
if (!dictOke) Logging.addError(
"Sequence dictionary in the bam file is not the same as the reference, file: " + bamFile +
"\nPlease note that it is possible to set 'correct_dict' to true in the config to automatic fix this")
"Sequence dictionary in the bam file is not the same as the reference, file: " + bamFile)
if (!readGroupOke && correctReadgroups) {
logger.info("Correcting readgroups, file:" + inputBam.get)
......
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