From 571b9298915be13a441049d6f9cf3d0c07b62b68 Mon Sep 17 00:00:00 2001 From: Alexander Dolich Date: Fri, 21 Jun 2024 15:53:03 +0200 Subject: [PATCH 1/2] Update DESCRIPTION --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 85a9f9e..c647dac 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "alexander.dolich@kit.edu", role = c("cre","aut")), person("Mirko", "Mälicke", email = "mirko.maelicke@kit.edu", 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 (). A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: . +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: . License: GPL-3 URL: https://github.com/VForWaTer/json2aRgs BugReports: https://github.com/VForWaTer/json2aRgs/issues From 61f444d2fb9472c96ec6f5f5c00eec4d32eebe9b Mon Sep 17 00:00:00 2001 From: Alexander Dolich Date: Fri, 21 Jun 2024 15:53:27 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c864a..a56d2f9 100644 --- a/README.md +++ b/README.md @@ -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