Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-gpaw
Commits
3bd2e794
Commit
3bd2e794
authored
Sep 23, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
scalariform
parent
3a9bdd8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/GpawParser2.scala
View file @
3bd2e794
...
...
@@ -22,7 +22,7 @@ object GpawParser2 extends SimpleExternalParserGenerator(
// In python the check is like this
// is_gpw_file = open('H2.gpw', 'r').read(16).strip()=='AFFormatGPAW'
// How do we do this in scala?
mainFileTypes
=
Seq
(
"application/x-bin"
),
mainFileTypes
=
Seq
(
"application/x-bin"
),
mainFileRe
=
""
.
r
,
cmd
=
Seq
(
lab
.
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/gpaw/parser/parser-gpaw/parser2.py"
,
"${mainFilePath}"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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