Closed zkalender closed 5 years ago
Was there a resolution to this issue? I'm experiencing the same problem trying to convert bam files as well. I can post additional info or a separate issue if needed, but my situation is very similar to the above questioner.
Hi! Checking back to see if there was any resolution to this? I'm not able to get any mappings when I try to convert my bam files. Please let me know thanks!
I'm similarly unable to get g2gtools convert to provide output when generating a diploid reference genome, following the workflow (step 4) and example script. Input in this case is a gtf file from ensembl, but the error is very similar:
[g2gtools] Chromosome 1_L not found in mapping tree
[g2gtools] Available chromsomes are: dict_keys([])
[g2gtools] Fail due to no mappings
[g2gtools] Chromosome 1_R not found in mapping tree
[g2gtools] Available chromsomes are: dict_keys([])
[g2gtools] Fail due to no mappings
I can post as a separate issue if needed?, but the problem seems to be the same. Thanks in advance
Hello, I have been using g2gtools to create a diploid reference genome sequence for my sample. Then I use this new reference genome to map RNA-seq data generated from this sample.
vcf2vci
,patch
andtransform
works without a problem (see the output below) and I can use the custom reference genome to map my RNA-seq data on, but when I want to convert the coordinates of RNA-seq bam file from the custom reference to hg38, I get an empty bam file. Here is the command and log:Here is the output when I run
convert
with-d
:And here are the rest of my commands:
... [g2gtools] Parsed 3,273,296 total lines [g2gtools] VCI creation complete: 00:00:15.08
... [g2gtools] Patched 4,005,169 SNPs total [g2gtools] Patch complete: 00:00:42.83
... [g2gtools] Processed 0 SNPs total [g2gtools] Processed 930,511 insertions total [g2gtools] Processed 1,076,735 deletions total [g2gtools] Transform complete: 00:00:52.30
Here is part of the vci file:
Let me know if I should provide additional info.
Greets, Zeynep