Skip to content
Snippets Groups Projects
Commit 884ba377 authored by Martina Stella's avatar Martina Stella
Browse files

Merge branch 'master' of gitlab.mpcdf.mpg.de:nomad-lab/parser-onetep

parents 9620ee7c 0a1a9536
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ object OnetepParser extends SimpleExternalParserGenerator(
)) :: Nil
),
mainFileTypes = Seq("text/.*"),
mainFileRe = """\s\|\s*Linear-Scaling Ab Initio Total Energy Program\s*\|\s*""".r,
mainFileRe = """\s*\|\s*Linear-Scaling Ab Initio Total Energy Program\s*\|\s*""".r,
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/onetep/parser/parser-onetep/OnetepParser.py",
"--uri", "${mainFileUri}", "${mainFilePath}"),
resList = Seq(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment