more cleaning
This commit is contained in:
24
scripts/obi
24
scripts/obi
@ -1,26 +1,20 @@
|
||||
#!/usr/local/bin/python3.4
|
||||
#!/usr/local/bin/python3.5
|
||||
'''
|
||||
obi -- shortdesc
|
||||
obi -- OBITools3
|
||||
|
||||
obi is a description
|
||||
obi is a package for the management of analyses and data in DNA metabarcoding
|
||||
|
||||
It defines classes_and_methods
|
||||
@author: Celine Mercier
|
||||
|
||||
@author: user_name
|
||||
@license: CeCILL-V2
|
||||
|
||||
@copyright: 2014 organization_name. All rights reserved.
|
||||
|
||||
@license: license
|
||||
|
||||
@contact: user_email
|
||||
@deffield updated: Updated
|
||||
@contact: celine.mercier@metabarcoding.org
|
||||
'''
|
||||
|
||||
|
||||
default_config = { 'software' : "The OBITools",
|
||||
default_config = { 'software' : "The OBITools 3",
|
||||
'log' : False,
|
||||
'loglevel' : 'INFO',
|
||||
'progress' : True,
|
||||
'inputURI' : None,
|
||||
'outputURI' : None,
|
||||
'defaultdms' : None,
|
||||
@ -52,8 +46,8 @@ from obitools3.version import version
|
||||
|
||||
__all__ = []
|
||||
__version__ = version
|
||||
__date__ = '2014-09-28'
|
||||
__updated__ = '2014-09-28'
|
||||
__date__ = '2019-09-22'
|
||||
__updated__ = '2019-09-22'
|
||||
|
||||
DEBUG = 1
|
||||
TESTRUN = 0
|
||||
|
Reference in New Issue
Block a user