Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add transcript lookup for genes (#273)
* bugfix: removing identifier in front of chromosome on auto populate * feat: combine genomic coordinate lookup tools into one * feat: adding lookup for all transcripts for a gene * feat!: adding transcript lookup for genes * feat: add transcript lookup for genes * feat: add transcript lookup for genes * feat: adding loading message for fetches * feat: adding loading message during fetches * style: removing old code * style: remove unused import * feat: add transcript lookup for genes * removing unused file * feat: add transcript lookup for genes * feat: adding loading spinner for utilities fetches * merge conflicts? * feat: add transcript lookup for genes * feat: add transcript lookup for genes * reverting messed up commits * removing unused imports * style: ruff refactor * feat: add transcript lookup feature to TxSegmentElementInput in drag and drop * feat: clear associated inputs (strand, tx, chromosome) when user clears gene autocomplete * add transcript * feat: add transcript lookup to transcript segment element * fix: styling issues with the transcript select * update fusor version, coolseqtool version, and tests due to those updates + pydantic * feat!: update tx segment element with updated cool-seq-tool structure changes * fix: tx segment element bugs * update response models * update response models * fix: transcript lookup * fix docstring * removing number type from text field * merge recent changes + fixes * adding comment to leave specific pydantic version * feat: transcript lookup * feat: tx lookup * Update client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx Co-authored-by: Kori Kuzma <[email protected]> * Update client/src/components/Utilities/GetCoordinates/GetCoordinates.tsx Co-authored-by: Kori Kuzma <[email protected]> --------- Co-authored-by: Kori Kuzma <[email protected]>
- Loading branch information