Entering edit mode
6.7 years ago
anba
•
0
Hi,
I'm trying to identify circRNA from RNA-seq data using find_circ tool. I have cloned repository and started the test data analysis. Error is below:
[E::hts_open_format] Failed to open file cdr1as_test.bam
samtools view: failed to open "cdr1as_test.bam" for reading: No such file or directory
Traceback (most recent call last):
File "../unmapped2anchors.py", line 232, in <module>
for read in pysam.Samfile(args[0],'rb'):
File "pysam/libcalignmentfile.pyx", line 729, in pysam.libcalignmentfile.AlignmentFile.__cinit__
File "pysam/libcalignmentfile.pyx", line 969, in pysam.libcalignmentfile.AlignmentFile._open
**ValueError: file has no sequences defined (mode='rb') - is it SAM/BAM format? Consider opening with check_sq=False
make: *** [anchors_cdr1as_test.fastq] Error 1
make: *** Deleting file 'anchors_cdr1as_test.fastq'**
All dependencies are installed correctly. What means the lowest bolded lines (the same error is when I was trying to analyse my own data).
best, anna
what is the output of
and
first file command gives
the output of find command is
Hi Anna I have exactly the same problem as you. Have you found any answer?