Mercurial > repos > iuc > nextalign
diff test-data/strict_qc.json @ 1:cb5b94331657 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:09:11 +0000 |
| parents | |
| children | 0f428160561c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/strict_qc.json Mon Apr 26 19:09:11 2021 +0000 @@ -0,0 +1,22 @@ +{ + "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 + } +}
