mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-14 17:43:09 +00:00
Fix accidental overly zelous search-and-replace
This commit is contained in:
parent
3f8f32cba8
commit
8917e29e35
2 changed files with 4 additions and 4 deletions
|
@ -410,15 +410,15 @@
|
||||||
"longread_qc_skipqualityfilter": {
|
"longread_qc_skipqualityfilter": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"longread_qc_skipqualityfilter_minlength": {
|
"longread_qc_qualityfilter_minlength": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 1000
|
"default": 1000
|
||||||
},
|
},
|
||||||
"longread_qc_skipqualityfilter_keeppercent": {
|
"longread_qc_qualityfilter_keeppercent": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 90
|
"default": 90
|
||||||
},
|
},
|
||||||
"longread_qc_skipqualityfilter_targetbases": {
|
"longread_qc_qualityfilter_targetbases": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 500000000
|
"default": 500000000
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue