|
12 | 12 |
|
13 | 13 | <!-- Results --> |
14 | 14 | <div ng-show="goflowData && !isLoading && !error"> |
| 15 | + |
| 16 | + <!-- Annotation --> |
| 17 | +<div class="step" ng-show="goflowData.annotation"> |
| 18 | + <div class="prompt">Annotation</div> |
| 19 | + <div class="annotation"> |
| 20 | + <p ng-if="goflowData && goflowData.annotation && goflowData.annotation.BP"> |
| 21 | + <a |
| 22 | + ng-href="https://www.ebi.ac.uk/QuickGO/GTerm?id={{goflowData.annotation.BP.involved_in}}" |
| 23 | + target="_blank"> |
| 24 | + {{goflowData.annotation.BP.involved_in}} |
| 25 | + </a> |
| 26 | + </p> |
| 27 | + </div> |
| 28 | + </div> |
| 29 | + |
| 30 | + <!-- Targets Section --> |
| 31 | + <div class="step" ng-show="goflowData.targets || goflowData.target"> |
| 32 | + <div class="prompt">Identified Targets</div> |
| 33 | + <div class="targets-list"> |
| 34 | + <p ng-show="goflowData.targets">{{ goflowData.targets }}</p> |
| 35 | + <p ng-show="goflowData.target && !goflowData.targets">{{ goflowData.target }}</p> |
| 36 | + </div> |
| 37 | + </div> |
15 | 38 |
|
16 | 39 | <!-- miRNA Binding Experiment --> |
17 | 40 | <div class="step" ng-show="hasValue(goflowData.mirna_binding_filter_result)"> |
|
175 | 198 | </details> |
176 | 199 | </div> |
177 | 200 |
|
178 | | - <!-- Targets Section --> |
179 | | - <div class="step" ng-show="goflowData.targets || goflowData.target"> |
180 | | - <div class="prompt">Identified Targets</div> |
181 | | - <div class="targets-list"> |
182 | | - <p ng-show="goflowData.targets">{{ goflowData.targets }}</p> |
183 | | - <p ng-show="goflowData.target && !goflowData.targets">{{ goflowData.target }}</p> |
184 | | - </div> |
185 | | - </div> |
186 | 201 | <!-- PMCID --> |
187 | 202 | <div class="step" ng-show="goflowData.pmcid"> |
188 | 203 | <div class="prompt">PMCID</div> |
|
197 | 212 | </div> |
198 | 213 | </div> |
199 | 214 |
|
200 | | -<!-- Annotation --> |
201 | | -<div class="step" ng-show="goflowData.annotation"> |
202 | | - <div class="prompt">Annotation</div> |
203 | | - <div class="annotation"> |
204 | | - <p ng-if="goflowData && goflowData.annotation && goflowData.annotation.BP"> |
205 | | - <a |
206 | | - ng-href="https://www.ebi.ac.uk/QuickGO/GTerm?id={{goflowData.annotation.BP.involved_in}}" |
207 | | - target="_blank"> |
208 | | - {{goflowData.annotation.BP.involved_in}} |
209 | | - </a> |
210 | | - </p> |
211 | | - </div> |
212 | | - </div> |
| 215 | + |
213 | 216 | </div> |
214 | 217 |
|
215 | 218 |
|
|
0 commit comments