Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch/cdk ctab #326

Merged
merged 5 commits into from Jun 4, 2017
Merged

Patch/cdk ctab #326

merged 5 commits into from Jun 4, 2017

Conversation

johnmay
Copy link
Member

@johnmay johnmay commented May 21, 2017

Here's what I had in mind from #325. We move some base/abstract functionality out of cdk-io and into cdk-core/cdk-interfaces. This allows us to split out the MDL formats into a new cdk-ctab module. Also allow us to decouple cdk-smiles from the rest of cdk-io.

Also possible to have a cdk-pubchem, and cdk-sybyl (tripos/mol2 - not sure on name) modules which I'll also add.

Depends on #325

public class MDLRXNReader extends DefaultChemObjectReader {

BufferedReader input = null;
private static ILoggingTool logger = LoggingToolFactory.createLoggingTool(MDLReader.class);
private static ILoggingTool logger = LoggingToolFactory.createLoggingTool(MDLRXNReader.class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sigh, that that went unnoticed...

Copy link
Member

@egonw egonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor issue, otherwise: looks good!

/* Copyright (C) 2003-2007 The Chemistry Development Kit (CDK) project
* 2014 Mark B Vine (orcid:0000-0002-7794-0426)
/*
* Copyright (c) 2017 John Mayfield <jwmay@users.sf.net>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please retain the original copyright statements too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh over optimisitic IDE likes to change these thought I got them all

@johnmay
Copy link
Member Author

johnmay commented Jun 3, 2017

Rebased and fixed requested issue.

@egonw
Copy link
Member

egonw commented Jun 3, 2017

Mmm... it seems that with the rebase, it also lost my request?

@egonw
Copy link
Member

egonw commented Jun 3, 2017

@johnmay it seems that Travis reports a compile issue for the rebased version...

@johnmay
Copy link
Member Author

johnmay commented Jun 3, 2017

Resolved - your request was 540df06

@egonw egonw merged commit 84f6b3d into master Jun 4, 2017
@johnmay johnmay deleted the patch/cdk-ctab branch June 17, 2017 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants