-
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
AnnotSV passing wrong arguments to variant convert #246
Comments
It looks like you followed the Bioconda install (https://lbgi.fr/AnnotSV/downloads) correctly. Can you show me the output header? (in particular the @nvnieuwk, can you help us? Could this be a bug related to Conda? |
Hi @lgmgeo
Did work, so it seems like a bug in the conda installation of AnnotSV (probably) |
Maybe I have an idea... Anyway, can you try:
Then remove all "*local*" files from the installation. Finally, re-run AnnotSV with the Does it work? |
Hi @lgmgeo, I have applied your suggestion by removing the files |
Great, thank you for your feedback! I will think about a new check in the code to avoid such behavior in case of bad installation. |
Hello!
I'm using variantconvert 2.0.1 and the latest AnnotSV within a conda installation.
When generating MANTA annotations, tsv files are produced correctly with:
AnnotSV -SvinputFile file1.vcf -annotationsDir /scratch4/nsobrei2/references/annotsv/AnnotSV_annotations/ -genomeBuild GRCh38 -outputFile file1_annotated -vcf 1 >& file1.log &
But variantconvert gives a range of bugs:
Part of this error is because annotsv is passing the wrong location for GRCh38 annotation fasta file, as it should be:
/scratch4/nsobrei2/references/annotsv/AnnotSV_annotations/ and not /scratch4/nsobrei2/references/annotsv
as specified in my first command.
The text was updated successfully, but these errors were encountered: