From da2f8af72dea0c9969c786a6ddfe934034f7ecc2 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Mon, 3 Aug 2020 19:56:16 +0200 Subject: [PATCH] adjusted MergeClaimsApplication param specs --- .../eu/dnetlib/dhp/oa/graph/merge_claims_parameters.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/merge_claims_parameters.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/merge_claims_parameters.json index e21f2dfb5..2296ae15f 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/merge_claims_parameters.json +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/merge_claims_parameters.json @@ -20,13 +20,13 @@ { "paramName": "cgp", "paramLongName": "claimsGraphPath", - "paramDescription": "the path of the claims graph", + "paramDescription": "the path of the claims graph, from the working directory", "paramRequired": true }, { - "paramName": "ogp", - "paramLongName": "outputRawGaphPath", - "paramDescription": "the path of output graph, combining raw and claims", + "paramName": "rgp", + "paramLongName": "rawGraphPath", + "paramDescription": "the path of raw graph, from the working directory", "paramRequired": true }, {