bio-nexus-api / app /routers /structure_analysis.py

Commit History

Add sequencing pipeline (FASTQ -> QC -> alignment -> variant calling -> report)
da793ed
verified

Samad14 commited on

fix: Foldseek alignments are [dict] lists, parse target format
344f87e
verified

Samad14 commited on

fix: debug alignment structure types
8fcbfc5
verified

Samad14 commited on

fix: debug Foldseek result structure
ff07b63
verified

Samad14 commited on

fix: Foldseek alignments are dicts, parse with .get() correctly
f9e5a60
verified

Samad14 commited on

fix: debug Foldseek alignment format (list vs dict)
bae3419
verified

Samad14 commited on

fix: add full traceback to Foldseek error
0e0aeee
verified

Samad14 commited on

fix: use aiohttp for Foldseek multipart upload
a9126c6
verified

Samad14 commited on

fix: debug Foldseek submit response type
69f0fb9
verified

Samad14 commited on

fix: use sync httpx in thread pool for Foldseek submit
97d7381
verified

Samad14 commited on

fix: restore nested alignments loop, remove debug raw
2625e87
verified

Samad14 commited on

fix: return raw Foldseek data for debugging
2b2cac0
verified

Samad14 commited on

fix: Foldseek returns list directly, no alignments sub-key
569ad74
verified

Samad14 commited on

fix: move fetch inside httpx async with block
3d68e8c
verified

Samad14 commited on

fix: manual multipart for Foldseek, add secrets import
d1e8caa
verified

Samad14 commited on

fix: use sync httpx.Client for Foldseek multipart upload
d15eb12
verified

Samad14 commited on

fix: add error detail to Foldseek, use bytes, longer timeout
3c71a7c
verified

Samad14 commited on

fix: simplify Foldseek, send full PDB as bytes
618b0eb
verified

Samad14 commited on

fix: primer3 error handling, STRING scores 0-1, Foldseek replace PDBeFold
b47bc3d
verified

Samad14 commited on

Add domains, interactions, primers, structure_analysis routers
ba60770
verified

Samad14 commited on