-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with annotation of input vcf file #254
Comments
You installed AnnotSV with root rights. The best would be to run:
Can you have a try and tell me if it works? |
Hi, Please help me to resolve the issue. |
Really strange... Else, let's investigate.
Then run AnnotSV and show me the output? |
Hi, I am sharing the output for make PREFIX=. install and make PREFIX=. install-human-annotation after using sudo chmod -R 777 . Installation of AnnotSV-3.4.4:DESTDIR= /bin/mv License.txt changeLog.txt commandLineOptions.txt README.AnnotSV_3.4.1_Mouse.pdf README.AnnotSV_3.4.1.pdf ./share/doc/AnnotSV variantconvert installationtouch ./share/python3/variantconvert/pipinstall.flag Done WARNING: Annotations need to be installed: ================================================================================================================= Download AnnotSV supporting data files: curl -C - -LO https://www.lbgi.fr/~geoffroy/Annotations/Annotations_Human_3.4.4.tar.gz Download Exomiser supporting data files: curl -C - -LO https://www.lbgi.fr/~geoffroy/Annotations/2309_hg19.tar.gz Installation of Exomiser data: install -d -p ./share/AnnotSV/Annotations_Exomiser/2309 --> Exomiser data installed Installation of human annotation: tar -xf Annotations_Human_3.4.4.tar.gz -C ./share/AnnotSV/ --> Human annotation installed ================================================================================================ Then tried following approach cp $ANNOTSV/share/tcl/AnnotSV/AnnotSV-genes.tcl $ANNOTSV/share/tcl/AnnotSV//AnnotSV-genes.tcl.sauv annotationsDir = /data/ngs/programs/AnnotSV. Now getting some new error. |
The install looks correct. This time, you seem to run AnnotSV with GRCh37 (not GRCh38 as in your command line from the first comment). Can you show me the output of the following command lines: |
ls -l share/AnnotSV/Annotations_Human/Genes/GRCh38/ ls -l share/AnnotSV/Annotations_Human/Genes/GRCh37/ ls -l share/AnnotSV/Annotations_Human/ |
Following the issue #255, I have an idea of your problem. |
Hi,
I have downloaded and installed the AnnotSV tool in my linux system.
then compiled as:
sudo make PREFIX=. install
sudo make PREFIX=. install-human-annotation
Next when I tried running the tool with given command , i am getting error ("" file doesn't exist Please check your install - Exit with error.)
##command run
AnnotSV -SVinputFile input.vcf -outputFile output_AnnotSV.txt -genomeBuild GRCh38 -bedtools bin/bedtools -REreport 0 -annotationsDir programs/AnnotSV
AnnotSV 3.4.3
Copyright (C) 2017-2024 GEOFFROY Veronique
Please feel free to create a Github issue for any suggestions or bug reports (https://github.com/lgmgeo/AnnotSV/issues)
Tcl/Tk version: 8.6
Application name used:
programs/AnnotSV
...downloading the configuration data (September 06 2024 - 13:12)
...configuration data by default
...configuration data from programs/AnnotSV/etc/AnnotSV/configfile
...configuration data given in arguments
...checking all these configuration data
...VCF to BED (September 06 2024 - 13:12)
...checking the annotation data sources (September 06 2024 - 13:16)
############################################################################
"" file doesn't exist
Please check your install - Exit with error.
How to resolve the issue in order to annotate the SV vcf.
The text was updated successfully, but these errors were encountered: