Skip to content

Commit

Permalink
Merge pull request #5548 from bernt-matthias/topic/fix-obo-link
Browse files Browse the repository at this point in the history
fixed stale link
  • Loading branch information
nsoranzo committed Feb 16, 2018
2 parents f7b505e + d30811e commit c9c2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _transform_dict_list_ids(dict_list):
class Obo(Text):
"""
OBO file format description
http://www.geneontology.org/GO.format.obo-1_2.shtml
https://owlcollab.github.io/oboformat/doc/GO.format.obo-1_2.html
"""
edam_data = "data_0582"
edam_format = "format_2549"
Expand Down

0 comments on commit c9c2e96

Please sign in to comment.