Mercurial > repos > siwaa > erecord_file
comparison main_file.py @ 6:8ac7eb55f387 draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/erecord-deploy/-/tree/main/galaxy-tools/erecord_file commit 8b48fe16048d42404b01076a970258d093fe6d17-dirty
author | siwaa |
---|---|
date | Thu, 15 Feb 2024 17:24:53 +0000 |
parents | 9c54c0d98c18 |
children | e24fa41d9f2d |
comparison
equal
deleted
inserted
replaced
5:9c54c0d98c18 | 6:8ac7eb55f387 |
---|---|
39 MAIN_DEBUG=False # True for more information returned | 39 MAIN_DEBUG=False # True for more information returned |
40 | 40 |
41 import argparse | 41 import argparse |
42 import json | 42 import json |
43 | 43 |
44 #import erecord.api.erecord as erecord_api | 44 import erecord.api.erecord as erecord_api |
45 #from erecord.api.erecord import conf | 45 from erecord.api.erecord import conf |
46 #from erecord.api.erecord import init | 46 from erecord.api.erecord import init |
47 #from erecord.api.erecord import action | 47 from erecord.api.erecord import action |
48 #from erecord.api.erecord import error_case | 48 from erecord.api.erecord import error_case |
49 | 49 |
50 from erecord.api.cmn.views_mixins import ActionViewMixin | 50 from erecord.api.cmn.views_mixins import ActionViewMixin |
51 from erecord.api.cmn.utils.errors import build_error_content | 51 from erecord.api.cmn.utils.errors import build_error_content |
52 | 52 |
53 import os | 53 import os |