wlymanambry
wlymanambry
Is there anyway to get the corresponding genomic positions for a given P.? I understand your point above about the complexity of the C. equivalent but couldn't we at least...
Sure I'm using aiohttp: import aiohttp class SRQueryAsync: """ Seqrepo helper class that does async bulk query Format for seqrepo url parameter is: http://10.6.147.83:5000/seqrepo/1/sequence/ """ def __init__( self, seqrepo_url: str,...
Thank you for taking a look!
> @wlymanambry can you provide the code used in the method `SRQueryAsync.get_seq`? async def get_seq(self, url, species, session): timeout = 10 try: async with session.get(url, timeout=timeout) as response: result =...
Sorry, I should have added, if I check the compressed file that was written, it has also omitted some of the repeating sequence: Preloaded sequence:  Compressed post loaded sequence:...