juanmirocks / SETH

Simple fork of SETH (SNP Extraction Tool for Human Variations)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is not intended for public use.

Fork of SETH with some few modifications that were necessary for the development and evaluation of nala.

The relevant modifications were done to the file SETHNERAppMut to:

  • Allow running the method as a simple REST API server
  • Write the output in brat format

Build

mvn clean compile assembly:single

For simplification, add the generated jar temporallily to your CLASSPATH, as in:

CLASSPATH=$CLASSPATH:${SETH_FOLDER}/target/seth-1.3-Snapshot-juanmirocks-jar-with-dependencies.jar

Run

  • REST API server, example: java seth.ner.wrapper.SETHNERAppMut -p 8000

About

Simple fork of SETH (SNP Extraction Tool for Human Variations)

License:Other


Languages

Language:Java 59.3%Language:Python 24.6%Language:Scala 15.7%Language:Shell 0.5%