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

NEW LESSON Making clinical datasets FAIR #4446

Closed
wants to merge 3 commits into from

Conversation

kkamieniecka
Copy link
Collaborator

Making clinical datasets FAIR: discusses how to make clinical datasets FAIR and why this is important
PR update @hexylena I think this one is fixed now, thanks

Comment on lines 686 to -701

def self.zenodo_api(contents)
find_matching_texts(contents, /(zenodo\.org\/api\/files\/)/)
.map do |idx, _text, selected|
ReviewDogEmitter.error(
path: @path,
idx: idx,
match_start: selected.begin(1),
match_end: selected.end(1) + 1,
replacement: nil,
message: 'The Zenodo.org/api URLs are not stable, you must use a URL of the format zenodo.org/record/..., apologies we cannot fix automatically.',
code: 'GTN:032'
)
end
end

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really sorry but it looks like something has gone weirdly in the merge here; we just added these lines recently in a PR, but here they're being removed and I suspect it isn't just a "github display the PR weirdly" issue, but part of the commits. Is there any chance you could extract just the files you want from this PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @hexylena I was just writing to you when I spot this comment. Yes I think something went wrong as before the disappearing branches (on our side) PR was linting correctly

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

Successfully merging this pull request may close these issues.

3 participants