Skip to content

[CURATE] Dockerfile to extract Gravitational Wave data from the ESCAPE datalake

CI requested to merge 5742052 into master

=== Record #5742053 ===
Title: Dockerfile to extract Gravitational Wave data from the ESCAPE datalake
DOI: 10.5281/zenodo.5742053
URL: https://zenodo.org/record/5742053
This is a container to extract Gravitational Wave (GW) data from the datalake using Rucio and feed 1 second GW frames to the GW pipelines. To run this container it first needs to be built: (sudo) docker build -t rucio-gwf-shared-vol-writer-public . Then it can be run using the following command:   (sudo) docker run -e RUCIO_ACCOUNT= -v /path/to/client.crt:/opt/rucio/etc/client.crt -v /path/to/client.key:/opt/rucio/etc/client.key -v /path/to/output/frames:/dataout rucio-gwf-shared-vol-writer  

Check the software checklist for the entry

  • Contains valid codemeta.json (see validator output)
  • Documentation is provided in the Zenodo entry (at least through codemeta)
  • a stable versioned release of the project
  • It is under an open-source license (see SPDX [https://spdx.org/licenses/])
  • Follows a reasonable set of software development / software engineering practices (rough by-eye quality estimate)

Complete onboarding issue

Related onboarding issue: XXX (to be entered by onboarding manager)

  • Make sure all boxes of the checklist up to "Uploaded to Zenodo" are ticked
  • Tick "software checklist completed" when done with the above
  • When cleared for merging, tick "Added to Zenodo community/published" and change issue status to "closed"

!! There is no codemeta file in record 5742053 !!

Edited by CI

Merge request reports