You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some IDs have no sequence in the resulting fna file. From what I saw, all those sequences should start at "0". I.e., the corresponding IDs look like xxxxx|0:\d+|DBSCAN-SWA (see below). I think there is sth wrong in determining the boundary for bac_sequence.
Another observation supporting this is that many sequences start with "[T|G|C]ATG", but not "ATG". It seems like the window should slide to the right by one base.
Would you please help check it out? Thanks.
The text was updated successfully, but these errors were encountered:
I am sorry for the miss. I parsed protein locations using python package "Bio". The start location added 1 base automatically . Now I have updated dbscan-swa.py on https://github.com/gancao/DBSCAN-SWA-1
Thanks for your interest in DBSCAN-SWA. If you have any other questions, please comment on github
Dear authors,
I found some IDs have no sequence in the resulting fna file. From what I saw, all those sequences should start at "0". I.e., the corresponding IDs look like xxxxx|0:\d+|DBSCAN-SWA (see below). I think there is sth wrong in determining the boundary for bac_sequence.
Another observation supporting this is that many sequences start with "[T|G|C]ATG", but not "ATG". It seems like the window should slide to the right by one base.
Would you please help check it out? Thanks.
The text was updated successfully, but these errors were encountered: