Skip to content
Snippets Groups Projects
Commit 312d0a88 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Get SV_DIR from PATH

parent 0bfe6562
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ configfile: "referencebundle.yaml"
if not "SV_DIR" in os.environ:
raise Exception("SV_DIR environment variable must be filled!")
SV_DIR = os.environ['SV_DIR']
CLASSPATH = SV_DIR + "/lib/SVToolkit.jar" + ":" + SV_DIR +"/lib/gatk/GenomeAnalysisTK.jar"
ROOT_DIR = config['rootdir']
WDIR = config['workdir']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment