From 3d99b78d94a21e1bf4d74532ead853a968cffbec Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 8 Dec 2022 10:25:02 +0100 Subject: [PATCH] [Cleaning] fixed error in parameter (workingPath to workingDir) --- .../src/main/resources/eu/dnetlib/dhp/bulktag/query.xq | 0 .../eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq diff --git a/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq b/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq new file mode 100644 index 000000000..e69de29bb diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml index e756840bd..683c2417b 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml @@ -630,7 +630,7 @@ --inputPath${graphOutputPath}/publication --resolvedPath${workingDir}/cfHbResolved/publication - --outputPath${workingPath}/cfHbPatched/publication + --outputPath${workingDir}/cfHbPatched/publication --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Publication --masterDuplicatePath${workingDir}/masterduplicate @@ -657,7 +657,7 @@ --inputPath${graphOutputPath}/dataset --resolvedPath${workingDir}/cfHbResolved/dataset - --outputPath${workingPath}/cfHbPatched/dataset + --outputPath${workingDir}/cfHbPatched/dataset --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Dataset --masterDuplicatePath${workingDir}/masterduplicate @@ -684,7 +684,7 @@ --inputPath${graphOutputPath}/otherresearchproduct --resolvedPath${workingDir}/cfHbResolved/otherresearchproduct - --outputPath${workingPath}/cfHbPatched/otherresearchproduct + --outputPath${workingDir}/cfHbPatched/otherresearchproduct --graphTableClassNameeu.dnetlib.dhp.schema.oaf.OtherResearchProduct --masterDuplicatePath${workingDir}/masterduplicate @@ -711,7 +711,7 @@ --inputPath${graphOutputPath}/software --resolvedPath${workingDir}/cfHbResolved/software - --outputPath${workingPath}/cfHbPatched/software + --outputPath${workingDir}/cfHbPatched/software --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Software --masterDuplicatePath${workingDir}/masterduplicate