seq
seq copied to clipboard
A high-performance, Pythonic language for bioinformatics
How are functions from third-party or user C libraries imported when the arguments include structs or enums?
Does seq-lang work on windows or do I need to dual boot or put in a virtual machine for Linux to run this software? If it works on Windows, is...
Good morning, I must say I love this project - I have already started converting over some python scripts, and the speed increase is pretty amazing. This is barely an...
(sorry, I just had to) Python 2 has been deprecated for 1.5 years now. The "make print a function" PEP is 15 years old! I don't think there's any justification...
It's possible to embedding seq-lang to Python? Just like the [numba](https://numba.pydata.org/numba-doc/latest/index.html) and [taichi](https://github.com/taichi-dev/taichi). The syntax of seq-lang is very similar to Python, so I think maybe it's possible to compile...
On top of my head: - [ ] When loading `seq` via `bio.FASTA`, comparisons often fail because `s'a' != s'A'` (and most FASTAs are soft-masked and thus contain loads of...
Merge final Jordan's work
I ran a quick 10M {int:int} dict benchmark with Python 2.7 and Seq and was quite impressed. I'ts posted on your Hacker News announcement. The Python version used 1.1 GB...
It would be helpful to have a complete list of all standard Python modules and a guide as to which ones are supported, in progress, going to be supported, or...