index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
api
/
search.py
Age
Commit message (
Expand
)
Author
2023-07-10
Fix linting errors caused by bump to Python 3.10
migrate-to-python3.10
Frederick Muriuki Muriithi
2023-01-24
search: Use decimals, not floats, when converting to megabases.
Arun Isaac
2023-01-24
search: Support SI suffixes and point locations.
Arun Isaac
2023-01-24
search: Abstract out parsing of position spec into separate function.
Arun Isaac
2023-01-24
search: Alias the position prefix with pos.
Arun Isaac
2023-01-24
search: Rename the mb prefix to position.
Arun Isaac
2023-01-24
search: Assume triplets mean synteny is requested.
Arun Isaac
2023-01-24
search: Use comprehension when splitting location.
Arun Isaac
2023-01-20
mypy: minor fixes to typing errors
Frederick Muriuki Muriithi
2023-01-19
search: Downcase before applying SI suffix.
Arun Isaac
2023-01-19
search: Use decimals, not floats, to manipulate range limits.
Arun Isaac
2023-01-19
search: Only look for SI suffix in the last character.
Arun Isaac
2023-01-19
search: Apply SI suffix only if last character is an actual suffix.
Arun Isaac
2023-01-18
search: Ensure limits of chromosomal interval is non-negative.
Arun Isaac
2023-01-18
search: Convert point locations to a +/- 50 kbase range.
Arun Isaac
2023-01-18
Pass species and species prefix as a single query argument.
Arun Isaac
2023-01-18
auth: Fix tests after enforcing FOREIGN KEY constraint
Frederick Muriuki Muriithi
2023-01-18
Tolerate WEIGHT operator in parsed search queries.
Arun Isaac
2023-01-18
Implement synteny search.
Arun Isaac
2023-01-18
Support location shorthands in search queries.
Arun Isaac
2023-01-18
Split off search query parsing into separate function.
Arun Isaac
2022-10-28
Use Xapian index path from app settings.
Arun Isaac
2022-10-28
Add search.
Arun Isaac