Skip to content

Commit

Permalink
fix to merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed May 3, 2019
1 parent 6728a1e commit 3e4280e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rest_api/classes/generic_fields.clj
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
(map :cds/_corresponding-protein)
(filter #(not= "history" (:method/id (:locatable/method %))))
(first)
(sequence-fns/genomic-obj))

(sequence-fns/genomic-obj))]
(when-let [position (sequence-fns/genomic-obj object)]
[position]))
:description "The genomic location of the sequence"}))
Expand Down

0 comments on commit 3e4280e

Please sign in to comment.