view test-data/strict_qc.json @ 5:0c46b95d60c3 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
author iuc
date Wed, 01 Sep 2021 17:56:32 +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
  }
}