There is a newer version of the record available.

Published June 22, 2019 | Version bacting-0.0.5
Software Open

egonw/bacting: Bacting 0.0.5

  • 1. @BiGCAT-UM

Description

Major release as it is the first one available from OSSRH, simplying the use. This release changed the groupId to accomodate for this. In Groovy you can now use:

@GrabResolver(name='ossrh', root='https://oss.sonatype.org/content/groups/public')
@Grab(group='io.github.egonw.bacting', module='managers-cdk', version='0.0.5')

This release also introduces a new manager, excel, which allows reading of Excel files. Otherwise, it ported a few more methods from Bioclipse 2.6.

Core managers

  • bioclipse.version()
  • bioclipse.requireVersion("2.8.0.2")

Other managers

  • rdf.sparql(IRDFStore store, String sparql)
  • rdf.size(IRDF store)
  • rdf.importFile(IRDFStore store, String rdfFile, String format)
  • rdf.importFromStream(IRDFStore store, InputStream rdfStream, String format)
  • rdf.importFromString(IRDFStore store, String rdfContent, String format)

Files

egonw/bacting-bacting-0.0.5.zip

Files (77.6 kB)

Name Size Download all
md5:bd33ccea54e6ac6477a0004f2db681f0
77.6 kB Preview Download

Additional details

Related works