Mercurial > repos > oinizan > data_manager_frogs
diff data_manager/FROGS_data_manager.py @ 1:04845601de8c draft
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
| author | oinizan |
|---|---|
| date | Wed, 18 Aug 2021 15:33:28 +0000 |
| parents | 493202ba3af5 |
| children |
line wrap: on
line diff
--- a/data_manager/FROGS_data_manager.py Wed Aug 18 15:24:49 2021 +0000 +++ b/data_manager/FROGS_data_manager.py Wed Aug 18 15:33:28 2021 +0000 @@ -1,5 +1,28 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# +# Copyright (C) 2021 INRA +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# + +__author__ = 'David Christiany Migale Jouy en Josas / Maria Bernard - Sigenae Jouy en Josas' +__copyright__ = 'Copyright (C) 2020 INRAE' +__license__ = 'GNU General Public License' +__version__ = '3.2.3' +__email__ = 'frogs-support@inrae.fr' +__status__ = 'prod' # import json import argparse
