Chris Takahashi

Results 4 issues of Chris Takahashi

I have my input file and query file. the query file has 4 sequences (~70base) and the input file is a 60mb fasta with reads of length ~100. splitting the...

the following code fails on the last line ``` _test_coder = reedsolo.RSCodec(5,c_exp=8) txt = np.random.randint(0,32,27,dtype=np.int8); print(txt) _rtxt = _test_coder.encode(txt); print(list(_rtxt)) _test_coder2 = reedsolo.RSCodec(5,c_exp=9) _ptxt = _test_coder.decode(_rtxt)[0]; print(list(_ptxt)) ``` It works...

Added two functions to check if the last readings were analog or digital saturated. This will help when checking if gains and integration time are appropriate especially if the light...