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 ENA sequence submission #4447

Closed
wants to merge 5 commits into from

Conversation

kkamieniecka
Copy link
Collaborator

lesson covering ENA sequence submission

  • Use ENA Webin interactive portal to submit metadata
  • Preparation of metadata and sequence data for the submission
  • Use cURL to submit read fastq files

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

def self.fix_md(contents)
Copy link
Member

Choose a reason for hiding this comment

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

this PR seems to have the same issue sadly, but if you can fix it i'll get it reviewed asap :)

@hexylena
Copy link
Member

Please see #4454 (comment) for suggested resolution f the PR issues.

hexylena added a commit that referenced this pull request Nov 1, 2023
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