Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egonw/ons-wikidata
- Owner: egonw
- License: mit
- Created: 2019-04-13T12:33:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T10:31:47.000Z (9 months ago)
- Last Synced: 2024-03-28T11:46:08.595Z (9 months ago)
- Topics: bioclipse, cdk, groovy, hacktoberfest, wikidata
- Language: Groovy
- Homepage:
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
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.