fermitools / declad

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

allowing different metacat vs rucio dataset names #34

Closed marcmengel closed 2 weeks ago

marcmengel commented 3 weeks ago

Trying to fix issue #31 ; allowing metacat dataset and rucio dataset to be different, via "custom" per-experiment module; but also allowing them to be the same by having metacat_dataset() call rucio_dataset(). Moved the current code that implements the rucio dataset template into the custom code.

marcmengel commented 3 weeks ago

Also adding fixes for issue #30