view test-data/strict_qc.json @ 2:6cd62b6d2b5c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
author iuc
date Thu, 20 May 2021 21:12:00 +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
  }
}