Skip to content
Snippets Groups Projects
Commit 76087402 authored by Ask Hjorth Larsen's avatar Ask Hjorth Larsen
Browse files

include files in parent directory (to be able to access ../inp from within static/)

parent 598586f9
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ import eu.{ nomad_lab => lab } ...@@ -4,6 +4,8 @@ import eu.{ nomad_lab => lab }
import eu.nomad_lab.DefaultPythonInterpreter import eu.nomad_lab.DefaultPythonInterpreter
import org.{ json4s => jn } import org.{ json4s => jn }
import scala.collection.breakOut import scala.collection.breakOut
import eu.nomad_lab.parsers.AncillaryFilesPrefilter.{ ParentSubtree => ParentSubtree }
import eu.nomad_lab.parsers.AncillaryFilesPrefilter.{ WholeUpload => WholeUpload }
object OctopusParser extends SimpleExternalParserGenerator( object OctopusParser extends SimpleExternalParserGenerator(
name = "OctopusParser", name = "OctopusParser",
...@@ -27,6 +29,7 @@ Simulation Box: ...@@ -27,6 +29,7 @@ Simulation Box:
""".r, """.r,
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/octopus/parser/parser-octopus/parser_octopus.py", cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/octopus/parser/parser-octopus/parser_octopus.py",
"${mainFilePath}"), "${mainFilePath}"),
ancillaryFilesPrefilter = ParentSubtree,
resList = Seq( resList = Seq(
"parser-octopus/parser_octopus.py", "parser-octopus/parser_octopus.py",
"parser-octopus/aseoct.py", "parser-octopus/aseoct.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment