Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection of user data should require opt in consent #207

Open
k1sauce opened this issue Aug 7, 2024 · 0 comments
Open

Collection of user data should require opt in consent #207

k1sauce opened this issue Aug 7, 2024 · 0 comments

Comments

@k1sauce
Copy link

k1sauce commented Aug 7, 2024

Is your feature related to a problem?

This workflow as well as other EPI2ME workflows, collects runtime data and sends the information back to a ONT endpoint at https://ping.oxfordnanoportal.com/epilaby.

((HttpURLConnection)new URL("https://ping.oxfordnanoportal.com/${endpoint}").openConnection()).with({
,
Pinguscript.ping_start(nextflow, workflow, params)

Pinguscript.ping_complete(nextflow, workflow, params)

Pinguscript.ping_error(nextflow, workflow, params)

This should be clearly stated in documentation. This reporting should require opt int consent and may violate GDPR.

Describe the solution you'd like

Make this reporting optional and require opt-in consent.

Describe alternatives you've considered

No alternatives

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant