Skip to content

Commit

Permalink
Adding hard 100 limit for circRNA detail display
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Apr 26, 2024
1 parent 490b53b commit c9c72ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circhemy/common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def run_circrna_query(self, circrna_id):
" exorBase2 == ? OR " +
" ENSEMBL == ? OR " +
" Gene == ? OR " +
" Arraystar == ?;", (
" Arraystar == ? LIMIT 100;", (
circrna_id, circrna_id, circrna_id,
circrna_id, circrna_id, circrna_id,
circrna_id, circrna_id, circrna_id,
Expand Down

0 comments on commit c9c72ee

Please sign in to comment.