Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egonw/ons-wikidata

Open Notebook for Wikidata scripts
https://github.com/egonw/ons-wikidata

bioclipse cdk groovy hacktoberfest wikidata

Last synced: 2 months ago
JSON representation

Open Notebook for Wikidata scripts

Awesome Lists containing this project

README

        

# Open Notebook for Bioclipse scripts for Wikidata

To use these scripts you need to install either
[Bioclipse 2.6.2](https://sourceforge.net/projects/bioclipse/files/bioclipse2/bioclipse2.6.2)
or [Bacting](https://github.com/egonw/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:

```groovy
@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](CITATION.cff) file.