You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 984, in analyze
chr_ref = reference_reader.fetch(read.reference_name)
File "pysam/libcfaidx.pyx", line 303, in pysam.libcfaidx.FastaFile.fetch
KeyError: "sequence 'KQ759759.1' not present"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 1374, in
analyze(options)
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 986, in analyze
chr_ref = reference_reader.fetch("chr" + read.reference_name)
File "pysam/libcfaidx.pyx", line 303, in pysam.libcfaidx.FastaFile.fetch
KeyError: "sequence 'chrKQ759759.1' not present"
Traceback (most recent call last):
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 984, in analyze
chr_ref = reference_reader.fetch(read.reference_name)
File "pysam/libcfaidx.pyx", line 303, in pysam.libcfaidx.FastaFile.fetch
KeyError: "sequence 'KQ759759.1' not present"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 1374, in
analyze(options)
File "/data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py", line 986, in analyze
chr_ref = reference_reader.fetch("chr" + read.reference_name)
File "pysam/libcfaidx.pyx", line 303, in pysam.libcfaidx.FastaFile.fetch
KeyError: "sequence 'chrKQ759759.1' not present"
The text was updated successfully, but these errors were encountered:
dear developer
I ran reditools by the following code, and got error messages about the reference.
python /data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py -f T154.bam -r /data_6t/lizhan/database/genome/human/ucsc/hg38/hg38.fa -o ./edit4
then I grep KQ759759.1 with the ref file
python /data_6t/lizhan/02.software/REDItools/reditools2.0-master/src/cineca/reditools.py -f T154.bam -r /data_6t/lizhan/database/reditools_index/Homo_sapiens.GRCh38.dna.primary_assembly.fa -o ./edit3
error message
The text was updated successfully, but these errors were encountered: