--
You received this message because you are subscribed to the Google Groups "bridgedb-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bridgedb-discu...@googlegroups.com.
To post to this group, send email to bridgedb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bridgedb-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/bridgedb-discuss/acff92b4-2244-4527-98be-223ab415e708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Hi Manas,I think we're going to need more info, but I think this approach may work.I was thinking of a way to put this in action, and I think we need a BridgeDb command line tool that extracts this metadata and exports it as a void file.What do you think about that?Egon
On Tue, Jul 9, 2019, 19:15 Manas Awasthi <marv...@gmail.com> wrote:
Hello Everyone,--As part of my second month in the Google Summer of Code, my work revolves around adding RDF to the groovy script.To start with the adding info about the databases involved (Chebi for now), we have decided to start off with this information first that is to be added:- data source- data source version- creation dateHere is the sample RDF I have created. I may have issues though, its my very first interaction with RDF. I am learning about it while doing the task:database.setInfo("rdf:type dctypes:Dataset ;")
database.setInfo("dct:title", "ChEBI Version " + chebiVersion +" Database Distribution ;")
database.setInfo("dct:issued", dateStr + " ;")Regards,Manas Awasthi
You received this message because you are subscribed to the Google Groups "bridgedb-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bridgedb...@googlegroups.com.
Apart from the information that we have already discussed, what other properties should we take in to consideration?
Command line tool will be similar to the QC Tool right?