-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More tests on different molecule formats
- Loading branch information
1 parent
7edf382
commit 2e8b7e4
Showing
8 changed files
with
93 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Drug_ID, SMILES | ||
D001, C | ||
D002, N | ||
D003, O | ||
D004, C#C | ||
D005, C#N | ||
D006, C=O | ||
D007, CC | ||
D008, CO | ||
D009, CC#C | ||
D010, CC#N | ||
D011, CC=O | ||
D012, NC=O | ||
D013, CCC | ||
D014, CCO | ||
D015, COC | ||
D016, C1CC1 | ||
D017, C1CO1 | ||
D018, CC(C)=O | ||
D019, CC(N)=O | ||
D020, NC(N)=O | ||
D021, CC(C)C | ||
D022, CC(C)O | ||
D023, C#CC#C | ||
D024, C#CC#N | ||
D025, N#CC#N | ||
D026, O=CC#C | ||
D027, O=CC#N | ||
D028, O=CC=O | ||
D029, CC#CC | ||
D030, CCC#C | ||
D031, CCC#N | ||
D032, NCC#N | ||
D033, OCC#C | ||
D034, OCC#N | ||
D035, CCC=O |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters