Skip to content

Commit

Permalink
use tab as separator for chemspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Mar 2, 2021
1 parent 4bb8d51 commit 7c069f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ class ChemspaceSmilesLoader extends AbstractRDKitLoader {

ChemspaceSmilesLoader(RDKitTable table, ChemcentralConfig config) {
super(table, config)
separator = "\t"
}

ChemspaceSmilesLoader() {
super(new ChemspaceTable())
separator = "\t"
}

@Override
Expand Down

0 comments on commit 7c069f0

Please sign in to comment.