more cleaning

This commit is contained in:
Celine Mercier
2019-09-22 18:52:05 +02:00
parent 4fa38d9886
commit d30f7e7317
5 changed files with 13 additions and 23 deletions

View File

@ -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