Draft: Scientific wf domain specific language
A simple workflow language with FireWorks as backend.
- Python functions
- function names, kwargs
- dataflow: input and output data
- Shell scripts
- script as a string
- managing stdin, stdout, stderr
- manage files (stage-in, stage-out)
solving issue #17 (closed)
Merge request reports
Activity
added 1 commit
- 046f07b8 - modified grammar to solve issue managed files (_files_in, _files_out)
By sruthy.sreenivasan on 2022-04-04T11:05:38 (imported from GitLab)
added 1 commit
- 7190351b - modified interpreter to solve issue managed files (_files_in, _files_out)
By sruthy.sreenivasan on 2022-04-04T11:06:36 (imported from GitLab)
added 1 commit
- acf2c0d6 - modified program to test managed files (_files_in, _files_out)
By sruthy.sreenivasan on 2022-04-04T11:07:48 (imported from GitLab)
added 12 commits
-
acf2c0d6...d00435d8 - 11 commits from branch
master
- db066b55 - Merge branch 'master' of https://git.scc.kit.edu/jk7683/vre-language into scientific_wf_dsl
By sruthy.sreenivasan on 2022-04-04T11:10:57 (imported from GitLab)
-
acf2c0d6...d00435d8 - 11 commits from branch
added 1 commit
- 1a528d16 - removed lines stdin_file and stdout_file (to be solved in next commit)
By sruthy.sreenivasan on 2022-04-04T11:19:36 (imported from GitLab)
- Resolved by Ivan Kondov
added 1 commit
- a9c4c055 - removed unwanted print statement, flake8, use of LAUNCHPAD_LOC
By sruthy.sreenivasan on 2022-04-08T19:22:18 (imported from GitLab)
added 1 commit
- 6b215c52 - grammar for query
By sruthy.sreenivasan on 2022-05-22T22:50:29 (imported from GitLab)
added 1 commit
- cf010899 - modified interpreter for query part
By sruthy.sreenivasan on 2022-05-22T22:51:26 (imported from GitLab)
added 1 commit
- 284fcd53 - modified language for query part
By sruthy.sreenivasan on 2022-05-22T22:54:48 (imported from GitLab)