Skip to content

Commit

Permalink
fixing features sequence gene widget
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed May 9, 2019
1 parent 5d5545c commit 21dd5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest_api/classes/gene/widgets/feature.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"BINDING_SITES_PREDICTED"
"BINDING_SITES_CURATED"
"BINDING_REGIONS"]]
(sequence-fns/create-genomic-location-obj padded-start padded-stop gene segment tracks gbrowse true)))
(sequence-fns/create-genomic-location-obj padded-start padded-stop gene segment tracks gbrowse)))

(defn feature-image [gene]
(let [segment (sequence-fns/get-longest-segment gene)
Expand Down

0 comments on commit 21dd5ca

Please sign in to comment.