Atishay Jain

Results 3 issues of Atishay Jain

When I run demo_video_mobile.py after setting flag_nms = True I get the following error :- TypeError: list indices must be integers or slices, not tuple For the following code inside...

In the following code in the readme file: ``` from snapgene_reader import snapgene_file_to_dict, snapgene_file_to_seqrecord file_path = './snap_gene_file.dna' dictionnary = snapgene_file_to_dict(filepath) seqrecord = snapgene_file_to_seqrecord(filepath) ``` the following two lines can be...

Issue: The script fails with a TypeError upon calling the snapgene_file_to_seqrecord function. The error message is: TypeError: __init__() got an unexpected keyword argument 'strand'. This occurs because the 'strand' information...