Skip to content

Commit

Permalink
fix missing 5 prime UTR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyl committed May 13, 2019
1 parent af89155 commit 7ca2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest_api/classes/sequence/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
(conj
(get-spliced-exon-positions positive-features)
(if (= sequence-strand "+")
(first (filter #(= (:type %) :five_primeUTR) positive-features))
(first (filter #(= (:type %) :five_prime_UTR) positive-features))
(first (filter #(= (:type %) :three_prime_UTR) positive-features)))
(let [feature (if (= sequence-strand "+")
(first (filter #(= (:type %) :three_prime_UTR) positive-features))
Expand Down

0 comments on commit 7ca2f87

Please sign in to comment.