Mercurial > repos > iuc > nextclade
comparison test-data/strict_qc.json @ 0:615f484bdb4a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
author | iuc |
---|---|
date | Mon, 26 Apr 2021 19:10:28 +0000 |
parents | |
children | f6db3ce6ed1c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:615f484bdb4a |
---|---|
1 { | |
2 "privateMutations": { | |
3 "enabled": true, | |
4 "typical": 5, | |
5 "cutoff": 10 | |
6 }, | |
7 "missingData": { | |
8 "enabled": true, | |
9 "missingDataThreshold": 10, | |
10 "scoreBias": 300 | |
11 }, | |
12 "snpClusters": { | |
13 "enabled": true, | |
14 "windowSize": 100, | |
15 "clusterCutOff": 1, | |
16 "scoreWeight": 20 | |
17 }, | |
18 "mixedSites": { | |
19 "enabled": true, | |
20 "mixedSitesThreshold": 5 | |
21 } | |
22 } |