|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
|
|
|
Re: SMSD Sync with CDKOn Mon, Oct 26, 2009 at 4:05 PM, Egon Willighagen
<egon.willighagen@...> wrote: > then add your code, and use 'git add' and a 'git commit' to create > patches (see for example [0]). (Are you running Linux, or something > unix alike?) 0. http://github.com/guides/git-cheat-sheet But there are many more git tutorials on the net... Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
|
|
|
Re: SMSD Sync with CDKSMSD branch is now on Github
Hope this helps :-) Thanks for the help Egon! -- **************************************************************** Dr. Syed Asad Rahman (B.Engg, PhD) Research Scientist EMBL-EBI Phone: +44-(0) 1223-49-2537 Wellcome Trust Genome Campus Fax: +44-(0) 1223-49-4486 Hinxton CB10 1SD E-mail: asad@... Cambridge, UK Home Page: www.ebi.ac.uk/~asad ***************************************************************** Egon Willighagen wrote: > On Mon, Oct 26, 2009 at 3:48 PM, Syed Asad Rahman <asad@...> wrote: > >> I did fork the link and my account link is http://github.com/asad/cdk >> > > Oh, I just noted that it 'forked' all my branches too (cdk-1.2.x, > 73-rdf, 81-ojdcheck), which is not really needed... you can remove > them from your fork on GitHub with these commands (note the ':' in > front of the branch name, which means 'delete'): > > git push origin :73-rdf > git push origin :81-ojdcheck > git push origin :cdk-1.2.x > > BTW, I just realized that the push I mentioned to get your smsd branch > on GitHub had 'github' instead of 'origin'... the third param in the > 'git push' command is the alias for the remote service... with a > normal 'git clone' this will be 'origin', not 'github'... you can see > what aliases you have defined for remote repositories with: > > git remote -v > > Egon > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKOn Mon, Oct 26, 2009 at 6:36 PM, Syed Asad Rahman <asad@...> wrote:
> SMSD branch is now on Github Indeed! This is the whole lot? > Hope this helps :-) Thanks for the help Egon! I will set up a Nightly for your branch as soon as possible. For this I will: * fork your branch * add @cdk.module bits I'll try to do this this week. I had a quick glance at the code, and there is quite some work to do to make it 'CDK clean'... getting unit tests added, is a rather important step... BTW, I also noted Vector<Foo>... better the use List<Foo> there. List is the interface behind Vector, and that allows you to use ArrayList at places if the List is then not access in a parallel nature... that will speed up the performance of the code, and using interfaces in the API is generally more clean anyway... But before I give more comments, I'll first set up Nightly :) BTW, to *all*, everyone is free to join in making this code CDK stable (that applies to any patch set, of course). To more people help, to sooner it can enter the main CDK tree. Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKEgon Willighagen wrote:
> On Mon, Oct 26, 2009 at 6:36 PM, Syed Asad Rahman <asad@...> wrote: >> SMSD branch is now on Github > I wanted to have a look, but I can't get my hands on the code.. bash-3.00$ git clone git://github.com/asad/cdk.git Initialized empty Git repository in /home/markr/git/asad/cdk/.git/ fatal: The remote end hung up unexpectedly Seems this happens more often: http://support.github.com/discussions/repos/1680-cannot-clone-gitgithubcominsider42mangosgit I'll try again later.. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKOn Mon, Oct 26, 2009 at 7:28 PM, Mark Rijnbeek <markr@...> wrote:
> Egon Willighagen wrote: >> On Mon, Oct 26, 2009 at 6:36 PM, Syed Asad Rahman <asad@...> wrote: >>> SMSD branch is now on Github > > I wanted to have a look, but I can't get my hands on the code.. > > bash-3.00$ git clone git://github.com/asad/cdk.git > > Initialized empty Git repository in /home/markr/git/asad/cdk/.git/ > fatal: The remote end hung up unexpectedly Same problem here. Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKHi all,
On Mon, Oct 26, 2009 at 8:44 PM, Egon Willighagen <egon.willighagen@...> wrote: > On Mon, Oct 26, 2009 at 7:28 PM, Mark Rijnbeek <markr@...> wrote: >> I wanted to have a look, but I can't get my hands on the code.. >> >> bash-3.00$ git clone git://github.com/asad/cdk.git >> >> Initialized empty Git repository in /home/markr/git/asad/cdk/.git/ >> fatal: The remote end hung up unexpectedly > > Same problem here. Filed the problem here: http://github.com/defunkt/github-issues/issues/#issue/167 I am sure it helps if you vote there, or add your copy of what happens. Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKHi All,
I have used List<foo> instead of vector<foo> where possible. I am just wondering if the cdk-smsd git clone is working? I would really appreciate if CDK developers can use the SMSD code and send me their feedbacks. Best wishes, Asad -- **************************************************************** Dr. Syed Asad Rahman (B.Engg, PhD) Research Scientist EMBL-EBI Phone: +44-(0) 1223-49-2537 Wellcome Trust Genome Campus Fax: +44-(0) 1223-49-4486 Hinxton CB10 1SD E-mail: asad@... Cambridge, UK Home Page: www.ebi.ac.uk/~asad ***************************************************************** Egon Willighagen wrote: > On Mon, Oct 26, 2009 at 6:36 PM, Syed Asad Rahman <asad@...> wrote: > >> SMSD branch is now on Github >> > > Indeed! This is the whole lot? > > >> Hope this helps :-) Thanks for the help Egon! >> > > I will set up a Nightly for your branch as soon as possible. For this I will: > > * fork your branch > * add @cdk.module bits > > I'll try to do this this week. > > I had a quick glance at the code, and there is quite some work to do > to make it 'CDK clean'... getting unit tests added, is a rather > important step... > > BTW, I also noted Vector<Foo>... better the use List<Foo> there. List > is the interface behind Vector, and that allows you to use ArrayList > at places if the List is then not access in a parallel nature... that > will speed up the performance of the code, and using interfaces in the > API is generally more clean anyway... > > But before I give more comments, I'll first set up Nightly :) > > BTW, to *all*, everyone is free to join in making this code CDK stable > (that applies to any patch set, of course). To more people help, to > sooner it can enter the main CDK tree. > > Egon > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKOn Tue, Oct 27, 2009 at 10:18 PM, Syed Asad Rahman <asad@...> wrote:
> I have used List<foo> instead of vector<foo> where possible. Great. > I am just wondering if the cdk-smsd git clone is working? Not for met yet. The bug report I filed on GitHub was apparently at the wrong place, but will shortly file it in the correct tracker. Do you have test cases for your code which we could use for unit testing? Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
Re: SMSD Sync with CDKHi all,
On Wed, Oct 28, 2009 at 3:41 PM, Egon Willighagen <egon.willighagen@...> wrote: > The bug report I filed on GitHub was apparently at the wrong place, > but will shortly file it in the correct tracker. GitHub has fixed the problem. For one reason or another, the fork was not set for public clone... (I asked what that actually means...) You should be able to clone now. Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
|
|
|
|
|
Re: Generic license for the SMSDHi Asad,
On Tue, Nov 3, 2009 at 11:51 AM, Syed Asad Rahman <asad@...> wrote: > a) Please cite our paper when you use SMSD in any form. > > Publication : S. Asad Rahman, M. Bashton, G. L. Holliday, R. Schrader and J. > M. Thornton: Small Molecule Subgraph Detector (SMSD) Toolkit, Journal of > Cheminformatics 2009, 1:12 doi:10.1186/1758-2946-1-12 In all classes where you expect users to end up, you can add this reference to the JavaDoc as you would do in a paper... /** * This classes does foo and bar. The method is described in detail in {@cdk.cite HASH}. */ The HASH should match an entry in cdk/doc/refs/cheminf.bibx And then the full reference will show up in the JavaDoc, as in: http://pele.farmbio.uu.se/nightly-1.2.x/cdk-javadoc-1.2.3.git/org/openscience/cdk/io/CMLReader.html (See the CMLReader.java for the matching JavaDoc source...) Egon -- Post-doc @ Uppsala University Homepage: http://egonw.github.com/ Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cdk-devel mailing list Cdk-devel@... https://lists.sourceforge.net/lists/listinfo/cdk-devel |
| Free embeddable forum powered by Nabble | Forum Help |