Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-gromos
Commits
b7d913f0
Commit
b7d913f0
authored
Jul 22, 2020
by
Markus Scheidgen
Browse files
Removed smart parser dep on old metainfo.
parent
8d896ede
Pipeline
#81376
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gromosparser/GROMOSCommon.py
View file @
b7d913f0
...
...
@@ -13,8 +13,6 @@
# limitations under the License.
import
logging
import
os
import
metainfo
PARSERNAME
=
"GROMOS"
PROGRAMNAME
=
"gromos"
...
...
@@ -27,9 +25,7 @@ PARSER_INFO_DEFAULT = {
'version'
:
PARSERVERSION
}
META_INFO_PATH
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
metainfo
.
__file__
)),
PARSERMETANAME
+
".nomadmetainfo.json"
))
META_INFO_PATH
=
PARSERMETANAME
+
".nomadmetainfo.json"
LOGGER
=
logging
.
getLogger
(
"nomad."
+
PROGRAMNAME
+
"Parser"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment