-
Notifications
You must be signed in to change notification settings - Fork 16
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
only None copy numbers in the output file #64
Comments
Hi Maryam, Thanks for bringing this up. This is not the expected behavior for AdVNTR genotype command on PacBio data. So I expect that there was an error. Could you please share the following?
Sara |
Hi Sara, Thanks for following up.
Bests, |
Hi Maryam,
Thanks for sharing the info. I'm working on it.
Sara
…On Thu, Aug 31, 2023 at 2:31 AM maryamghr ***@***.***> wrote:
Hi Sara,
Thanks for following up.
1. This is the advntr command that I run:
advntr genotype --alignment_file $my_pacbio_bam_file --working_directory log_dir
--pacbio -m vntr_data/hg38_selected_VNTRs_Illumina.db
--outfmt bed -t 30
1. There is no error message, but the main lines in the log file are
like this for each vntr region:
INFO:extract_unmapped_reads_to_fasta_file executed in 0.000037s
INFO:get_filtered_read_ids executed in 0.747395s
INFO:get_vntr_filtered_reads_map executed in 0.747683s
DEBUG:finding repeat count from pacbio alignment file for 201
INFO:length_distribution of unmapped spanning reads: []
DEBUG:no reference positions for read. skipping self.check_if_pacbio_mapped_read_spans_vntr for this read
...
DEBUG:no reference positions for read. skipping self.check_if_pacbio_mapped_read_spans_vntr for this read
INFO:length_distribution of mapped spanning reads: []
INFO:get_spanning_reads_of_aligned_pacbio_reads executed in 0.171241s
INFO:There is no spanning read
INFO:find_repeat_count_from_pacbio_alignment_file executed in 0.208687s
1. I am using HG002 bam file (PacBio CLR reads aligned with minimap2)
from giab. It is a whole-genome alignment file, and it has indeed coverage
in VNTR regions. The coverage in the first VNTR region is ~40x for example.
Bests,
Maryam
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/mehrdadbakhtiari/adVNTR/issues/64*issuecomment-1700691483__;Iw!!Mih3wA!GwYl_Njdo_6wGBk3fh63y-0WAQfrh4_LOHiK8OXssSPQSSJTRy1fplmquGBMky1C-U1JGCiXFgkrvVWYFUNnQL18bTXcAT9g$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AOGKYDXKQND3SUUJ7EMTWQ3XYBKVDANCNFSM6AAAAAA4C6AUQE__;!!Mih3wA!GwYl_Njdo_6wGBk3fh63y-0WAQfrh4_LOHiK8OXssSPQSSJTRy1fplmquGBMky1C-U1JGCiXFgkrvVWYFUNnQL18bUdHFvUF$>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Salam Sara, Thank you for working on it! Bests, |
Hello, have you solved your problem? How to solve it. I had a similar problem. |
I tried adVNTR on PacBio data and the output bed file has only None values in R1 and R2 columns. It basically does not genotype any tandem repeat region.
The text was updated successfully, but these errors were encountered: