Using AnnotSV to annotate XHMM output
1
0
Entering edit mode
5.7 years ago
domzimm888 • 0

Hi all

I'm trying to annotate the .vcf output file with annotSV but I'm running into errors right from the start. I'm getting the error "'ANNOTSV' environment variable not specified. Please define it before running AnnotSV. Exit"

I'm running the command "$ANNOTSV/bin/AnnotSV -SVinputFile xhmm.vcf > AnnotSV.log"

Any help would be greatly appreciated.

Dom

annotsv xhmm cnv annotation • 1.9k views
ADD COMMENT
0
Entering edit mode
5.4 years ago
LGMgeo ▴ 100

ANNOTSV is the environment variable defining the installation path of the software.

• In csh, you can define it with the following command line: setenv ANNOTSV /path_of_AnnotSV_installation

• In bash, you can define it with the following command line: Export ANNOTSV=/path_of_AnnotSV_installation

I advise you to save the good command in your .cshrc or .bashrc file.

ADD COMMENT

Login before adding your answer.

Traffic: 1563 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6