1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-24 23:09:55 +00:00

Fix accidental overly zelous search-and-replace

This commit is contained in:
James Fellows Yates 2022-08-30 14:11:48 +02:00
parent 3f8f32cba8
commit 8917e29e35
2 changed files with 4 additions and 4 deletions

View file

@ -410,15 +410,15 @@
"longread_qc_skipqualityfilter": {
"type": "boolean"
},
"longread_qc_skipqualityfilter_minlength": {
"longread_qc_qualityfilter_minlength": {
"type": "integer",
"default": 1000
},
"longread_qc_skipqualityfilter_keeppercent": {
"longread_qc_qualityfilter_keeppercent": {
"type": "integer",
"default": 90
},
"longread_qc_skipqualityfilter_targetbases": {
"longread_qc_qualityfilter_targetbases": {
"type": "integer",
"default": 500000000
},