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

pull/136/head
Miriam Baglioni 3 years ago
parent 100e54e6c8
commit 9831725073

@ -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>

Loading…
Cancel
Save