Adafede / ons-wikidata

Open Notebook for Wikidata scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Notebook for Bioclipse scripts for Wikidata

To use these scripts you need to install either Bioclipse 2.6.2 or Bacting.

After that, you can run the scripts with Groovy. If you are not using Bacting, make sure to remove the following lines at the top of the script:

@Grab(group='io.github.egonw.bacting', module='managers-cdk', version='0.0.33')

workspaceRoot = System.properties['user.dir']
cdk = new net.bioclipse.managers.CDKManager(workspaceRoot);

How to cite this

If you use scripts in this repository, please cite the JOSS article as specified in the CITATION.cff file.

About

Open Notebook for Wikidata scripts

License:MIT License


Languages

Language:Groovy 100.0%