Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Jun 21, 2024
2 parents 99bc39b + 61f444d commit 1ec5ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: json2aRgs
Type: Package
Title: Parse Parameters Inside a Docker Container
Version: 0.3.0
Version: 0.4.0
Authors@R: c(
person("Alexander", "Dolich", email = "[email protected]", role = c("cre","aut")),
person("Mirko", "Mälicke", email = "[email protected]", role = "aut"))
Description: The function get_parameters() is intended to be used within a docker container to read keyword arguments from a .json file automagically. A tool.yaml file contains specifications on these keyword arguments, which are then passed as input to containerized R tools in the tool-runner framework (<https://github.com/hydrocode-de/tool-runner>). A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: <https://github.com/VForWaTer/tool_template_r>.
Description: The functions get_parameters() and get_data() are intended to be used within a docker container with a certain file structure to read keyword arguments from the file /in/input.json automagically. The file /src/tool.yaml contains specifications on these keyword arguments, which are then passed as input to containerized R tools in the tool-runner framework.. A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: <https://github.com/VForWaTer/tool_template_r>.
License: GPL-3
URL: https://github.com/VForWaTer/json2aRgs
BugReports: https://github.com/VForWaTer/json2aRgs/issues
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ status](https://www.r-pkg.org/badges/version/json2aRgs)](https://CRAN.R-project.

## Parse Parameters Inside a Docker Container (tool)

The functions `get_parameters()` and `get_data` are intended to be used
The functions `get_parameters()` and `get_data()` are intended to be used
within a docker container with a certain file structure to read keyword
arguments from the file `/in/input.json` automagically. The file
`/src/tool.yaml` contains specifications on these keyword arguments, which
Expand Down

0 comments on commit 1ec5ed6

Please sign in to comment.