freebsd-ports/biology/jalview/files/jalview.sh.in
Herve Quiroz cf01181180 Jalview is a multiple alignment editor written in Java. It is used widely in a
variety of web pages (e.g. the EBI Clustalw server and the Pfam protein domain
database) and is also available as a general purpose alignment editor.

WWW: http://www.jalview.org

PR:		93054
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-02-13 09:42:13 +00:00

7 lines
221 B
Bash

#!/bin/sh
#
# $FreeBSD$
# Shell script to launch jalview using our javavm wrapper
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -Djava.ext.dirs="%%DATADIR%%" -cp "%%DATADIR%%/jalview.jar" jalview.bin.Jalview