view test-data/strict_qc.json @ 3:b3ff7225da03 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 475d00042b5ec4216fa1e5f52e3ec0cf25c67707"
author iuc
date Sat, 25 Sep 2021 18:18:28 +0000
parents 456e4dadb905
children d82fc956ab4d
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
  }
}