Hosted By Map - remove from workflow a step not needed. The hbm will be take care also of the integration of the unibi list of gold openaccess journals

This commit is contained in:
Miriam Baglioni 2021-08-03 11:02:17 +02:00
parent 100e54e6c8
commit 9831725073
1 changed files with 0 additions and 13 deletions

View File

@ -63,7 +63,6 @@
<decision name="resume_from">
<switch>
<case to="DownloadGoldIssn">${wf:conf('resumeFrom') eq 'DownloadGoldIssn'}</case>
<case to="UnpackCrossrefEntries">${wf:conf('resumeFrom') eq 'UnpackCrossrefEntries'}</case>
<case to="GenerateCrossrefDataset">${wf:conf('resumeFrom') eq 'GenerateCrossrefDataset'}</case>
<case to="ResetMagWorkingPath">${wf:conf('resumeFrom') eq 'ResetMagWorkingPath'}</case>
@ -77,18 +76,6 @@
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
</kill>
<action name="DownloadGoldIssn">
<java>
<main-class>eu.dnetlib.doiboost.GetCSV</main-class>
<arg>--hdfsNameNode</arg><arg>${nameNode}</arg>
<arg>--fileURL</arg><arg>${unibiGoldIssnFileURL}</arg>
<arg>--hdfsPath</arg><arg>${hdfsPath}</arg>
<arg>--classForName</arg><arg>eu.dnetlib.doiboost.UnibiGoldModel</arg>
</java>
<ok to="End"/>
<error to="Kill"/>
</action>
<action name="ImportCrossRef">
<java>