-
Notifications
You must be signed in to change notification settings - Fork 0
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
volcanosv-vc-large-indel.py fails #9
Comments
What is your reference file like? Does the contig have name in a format like chr1 chr2 etc? |
Yes, genome is T2T-CHM13, the format is chr1, chr2... |
Your error is a new one to me. Is it possible to send me a small BAM file (like chr22) and the contig for that chromosome as well? So I can reproduce the error in my end and try to debug. |
Does your reference file have some descriptive fields after the chromosome name? For example |
Yes, after I simplied chr id, The small BAM file (like chr22) size is huge, ~1.16G, how can I send to you? |
I'm glad to hear that the first error is resolved. Is it possible to upload to a cloud drive (google drive or anything similar) and share the link to me please? I need the BAM, contig and reference file to test. Thanks! |
Hi, I have uploaded bam file and contig to google drive(https://drive.google.com/drive/folders/1w6pn5bIiiNIWmafqqLCwgqod06h3jZjM?usp=drive_link). Thanks in advance. |
You are very welcome! I also need the assembled contig file generated by VolcanoSV-asm, which should be under
Could you also provide that please? Thanks! |
Hi, I uploaded the contig file now in the same link. Please have a check. |
Hi @DayTimeMouse I was able to generate a VCF with ~1600 variants. I had to manually modify some scripts since you gave me a single chromosome reference file. I think the problem might be the reference splitting. Can you check if you have a file in large_indel_output_tumor/chr1/ref_by_chr/chr1.fa ? And how big it is ? |
Hi volcano1998, I'm so sorry for that. Now I uploaded the full reference file (https://drive.google.com/drive/folders/1w6pn5bIiiNIWmafqqLCwgqod06h3jZjM?usp=drive_link). large_indel_output_tumor/ref_by_chr/chr1.fa size is 239.74 MB, and large_indel_output_tumor/ref_by_chr/chr22.fa size is 49.56MB. |
Thank you! I used your full reference file and got the VCF without changing my code. I ran it on chr22 and got a VCF of size 3.1M in 3 mins. I also noticed that your file structure is the older version of VolcanoSV. I suggest you to try git pull and run it on chr22 again. Here is my command.
|
Hi,
I ran
volcanosv-vc-large-indel.py
, but the results of chr* did not have volcano_variant_chr*vcf file.log:
script:
Best regards.
The text was updated successfully, but these errors were encountered: