view test-data/strict_qc.json @ 5:fc0f242f08f6 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:17:21 +0000
parents 919cc9dc23f0
children 0c630ab4ff32
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
  }
}