IDR / idr0056-stojic-lncrnas

Metadata files for idr0056 submission
0 stars 3 forks source link

Add metadata #1

Closed dominikl closed 4 years ago

dominikl commented 5 years ago

Add the necessary files for import and annotations.

Includes @francesw 's changes from #4

dominikl commented 5 years ago

Included @francesw changes of #2 into this PR.

dominikl commented 5 years ago

Included #4. Had to do it manually because #4's csv files contain some weird unicode characters.

dominikl commented 5 years ago

Can we turn of yamllint for travis please? I can't break the URL values like https://www.ncbi.nlm.nih.gov/gene/?term={{ value|urlencode }} over multiple lines.

sbesson commented 5 years ago

@dominikl: found out that the way to break long lines in YAML is to use \ e.g. https://github.com/ome/ansible-role-omero-web-apps/blob/0.2.0/tasks/main.yml#L18. An alternative to turning yamllint off completely would be to add a top-level .yamllint increasing the maximum line length. Optionally we could also disable the truthy check to support yes/no

extends: default

rules:
  line-length:
    max: 120
    level: error
  truthy: disable
dominikl commented 4 years ago

This PR includes all @francesw 's changes of #4 . Once this PR is merged, #4 can be closed.

joshmoore commented 4 years ago

Screen Shot 2020-01-14 at 13 47 26 Nice :+1: