Skip to content

Commit

Permalink
changing range slightly for features
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed May 25, 2019
1 parent 6be2166 commit 6b38c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rest_api/classes/sequence/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@
stop (+ 1 (- right-position context-left))]
(when (and (not= feature-type :CDS)
(and (not= feature-type :mRNA)
(and (and (> stop 1)
(< start context-length))
(and (and (>= stop 1)
(<= start context-length))
(not
(and (= status :cds)
(or (= feature-type :five_prime_UTR)
Expand Down

0 comments on commit 6b38c37

Please sign in to comment.