Mercurial > repos > iuc > nextalign
comparison test-data/strict_qc.json @ 1:456e4dadb905 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:54 +0000 |
parents | |
children | d82fc956ab4d |
comparison
equal
deleted
inserted
replaced
0:d1dd7d1b07f6 | 1:456e4dadb905 |
---|---|
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 } |