Mercurial > repos > iuc > nextclade
comparison test-data/strict_qc.json @ 0:919cc9dc23f0 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:08:26 +0000 |
| parents | |
| children | 0c630ab4ff32 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:919cc9dc23f0 |
|---|---|
| 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 } |
