Add option to the default config corresponding to the parsing of the
inputs
This commit is contained in:
@ -27,9 +27,20 @@ default_config = { 'software' : "The OBITools",
|
|||||||
'outputview' : None,
|
'outputview' : None,
|
||||||
'skip' : 0,
|
'skip' : 0,
|
||||||
'only' : None,
|
'only' : None,
|
||||||
|
'fileformat' : None,
|
||||||
'skiperror' : True,
|
'skiperror' : True,
|
||||||
'qualityformat' : 'sanger',
|
'qualityformat' : b'sanger',
|
||||||
'moltype' : 'nuc'
|
'qualityoffset' : -1,
|
||||||
|
'noquality' : False,
|
||||||
|
'seqtype' : b'nuc',
|
||||||
|
"header" : False,
|
||||||
|
"sep" : None,
|
||||||
|
"quote" : [b"'",b'"'],
|
||||||
|
"dec" : b".",
|
||||||
|
"nastring" : b"NA",
|
||||||
|
"stripwhite" : True,
|
||||||
|
"blanklineskip" : True,
|
||||||
|
"commentchar" : b"#"
|
||||||
}
|
}
|
||||||
|
|
||||||
root_config_name='obi'
|
root_config_name='obi'
|
||||||
|
Reference in New Issue
Block a user