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:
parent
3f8f32cba8
commit
8917e29e35
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue