reanahub / reana-demo-cms-reco

REANA example - CMS reconstruction
MIT License
0 stars 23 forks source link

workflow-factory: cod pipeline #17

Closed dprelipcean closed 5 years ago

dprelipcean commented 5 years ago

The necessary CMSSW released version,global tags and index file should be fully read from CERN Open Data records using cernopendata-client.

This addresses how should part 3 of #11 should be implemented.

dprelipcean commented 5 years ago

Open question about implementation: There are at least two ways to pipe the COD client to the cms-reco workflow factory:

1) Should we pass a JSON config file retrieved from COD client, and then read from the file the relevant data?

2) Should we have an API to the COD client inside cms-reco that polls for the specific data we require?