-
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
Error when using mm10 in AnnotSV v3.2.2 #153
Comments
Hi @toshi0813, I can reproduce the bug. I will come back to you asap. Best, Véronique |
Hi, Sorry for the delay. Best, |
Thank you for fixing the bug. Perhaps this is a problem with my server environment. Despite the above problems, I was able to do what I wanted to do with the web server interface v3.2.3 ! Before the fix, when I used the web server interface v3.2.2 and used mm10 for genomeBuild, it gave me an error and I could not proceed with the analysis. |
Really strange, it should be the same on local or with the AnnotSV web server. In order to have a look at it: |
I am sorry for the confusion. Thank you so much for your quick and kind response. |
Great, good news |
I am also getting the same error while annotating an SV vcf (with GRCh38) with v3.3.6
I have used the following command (with ${} values are properly assigned)
|
Hi @srbehera, If I understood correctly, it works for you on the web server but not in your local installation. From what I can see, there is an error in your command line:
=> Ok, it's the path of the annotations directory
=> Incorrect, should be the output path name. Please try with the path of a working directory where you have write permissions. |
@lgmgeo Thank you so much. I haven't tried it on the web server. I am running on our local cluster. So the Also, I have a few questions about the annotation sources.
|
If the annotationsDir is the one by default ( 1 - Actually, only if you want to do a manual installation.
2 - Exomiser is genome build independant. The previous command is OK for GRCh37/38 3 - Idem. Nothing else to do |
Thanks a lot !! Yes, it is working now after I downloaded the annotation files and give the directory name for annotationsDir. I am now having the issue that already has been discussed here. I can try splitting the input VCF files into smaller ones and run AnnotSV. |
Thanks for the feedback, |
I'd like to annotate the SV of the mouse.
It does not work.
Here are the installation commands and the commands I have run.
========================
git clone https://github.com/lgmgeo/AnnotSV.git
cd /install_path/AnnotSV
make PREFIX=. install
make PREFIX=. install-mouse-annotation
export ANNOTSV=/path_of_AnnotSV_installation/
$ANNOTSV/bin/AnnotSV
-SVinputFile //test.vcf
-annotationsDir /install_path/AnnotSV/share/AnnotSV
-annotationMode full
-genomeBuild mm10
-includeCI 1
-overwrite 1
-outputFile ./sample_AnnotSV.tsv
I got the following error message.
I need help.
========================
...downloading the configuration data (January 25 2023 - 15:10)
...configuration data by default
...configuration data from /install_path/AnnotSV/etc/AnnotSV/configfile
...configuration data given in arguments
...checking all these configuration data
...checking the annotation data sources
>>> creation of /install_path/AnnotSV/share/AnnotSV/Annotations_Mouse/SVincludedInFt/BenignSV/GRCh37/overlappedGenes_RefSeq_in_benign_Loss_SV_GRCh37.tsv] (January 25 2023 - 15:11)
-- checkOverlappedGenesBenignFiles, GRCh37, RefSeq, Loss --
bedtools intersect -sorted -a -b -wa -wb > ./1674627060_overlappedGenes_RefSeq_in_benign_Loss_SV_GRCh37.tmp.bed
Error: Unable to open file . Exiting.
Exit with error
========================
Please allow me to add the results of my trial and error.
The same results were obtained with ver 3.2, so I tried ver 3.1, and the above error did not occur anymore. However, a new problem occurred. There is a Gene annotations column in the results, but "Tx", "Tx_start", "Tx_end", "Overlapped_tx_length", "Overlapped_CDS_length", "Overlapped_CDS_percent ", "Frameshift", "Exon_count", "Location", "Location2", "Dist_nearest_SS", "Nearest_SS_type", "Intersect_start" and "Intersect_end" are empty.
Do I need to do anything described in README.AnnotSV_3.1_Mouse.pdf?
The command I ran is as follows.
$ANNOTSV/bin/AnnotSV
-SVinputFile /test.vcf
-annotationMode full
-genomeBuild mm10 \
-outputFile . /sample_AnnotSV.tsv
The text was updated successfully, but these errors were encountered: