ssadedin / ximmer

Ximmer is a system for CNV calling on exome and targeted genomic sequencing
http://ssadedin.github.io/ximmer/
GNU Lesser General Public License v2.1
19 stars 10 forks source link

Using and underscore in an analysisconfig results in wrongly labeled ROC curve #6

Open ssadedin opened 6 years ago

ssadedin commented 6 years ago

eg:

analyses {
   test {
      cnmops_test_1 {
      ...
      } 
   }
}

It causes the caller to be identifed as cnmops_test.1 which creates a mismatch in the code that labels the ROC curve.