view test-data/strict_qc.json @ 1:0f20ed06ed6c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
author iuc
date Tue, 27 Apr 2021 11:10:56 +0000
parents 615f484bdb4a
children f6db3ce6ed1c
line wrap: on
line source

{
  "privateMutations": {
    "enabled": true,
    "typical": 5,
    "cutoff": 10
  },
  "missingData": {
    "enabled": true,
    "missingDataThreshold": 10,
    "scoreBias": 300
  },
  "snpClusters": {
    "enabled": true,
    "windowSize": 100,
    "clusterCutOff": 1,
    "scoreWeight": 20
  },
  "mixedSites": {
    "enabled": true,
    "mixedSitesThreshold": 5
  }
}