mirror of
https://github.com/kexinhuang12345/DeepPurpose.git
synced 2026-04-03 00:19:34 -06:00
Dataset - def process_Binding_DB - extra space on "BindingDB Target Chain Sequence" #13
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/DeepPurpose#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emanskaia on 8/22/2023
There is a double space instead of space in 'BindingDB Target Chain Sequence' between words "Chain" and "Sequence" that is giving an error with def in lines 262, 277 that give an error with run def process_BindingDB from Dataset
In the current BindingDB data file there is a single space
ffc98c0ed3/DeepPurpose/dataset.py (L262C29-L262C31)ffc98c0ed3/DeepPurpose/dataset.py (L277C8-L277C8)