Entering edit mode
9.7 years ago
Ram
▴
190
Dear all,
I am running Miso for single end and paried end reads, while I am trying to run miso for paired end reads. I am getting the following error:
Is anybody know what it causing for this error.
Thanks a lot.
MISO (Mixture of Isoforms model)
Probabilistic analysis of RNA-Seq data for detecting differential isoforms
Use --help argument to view options.
Using MISO settings file: /home/aarora1/Tool/lib/python2.7/site-packages/misopy/settings/miso_settings.txt
Computing Psi values...
- GFF index: /home/aarora1/hg19/indexed
- BAM: /projects/aarora1/Result/C/accepted_hits_sorted.bam
- Read length: 60
- Output directory: /projects/aarora1/Miso
Checking your GFF annotation and BAM for mismatches...
Checking if BAM has mixed read lengths...
Found reads of length 60 in BAM.
Traceback (most recent call last):
File "./miso", line 9, in <module>
load_entry_point('misopy==0.5.3', 'console_scripts', 'miso')()
File "/home/aarora1/Tool/lib/python2.7/site-packages/misopy/miso.py", line 591, in main
wait_on_jobs=wait_on_jobs)
File "/home/aarora1/Tool/lib/python2.7/site-packages/misopy/miso.py", line 372, in compute_all_genes_psi
given_read_len=read_len)
File "/home/aarora1/Tool/lib/python2.7/site-packages/misopy/run_events_analysis.py", line 171, in check_gff_and_bam
miso_logger.warning("It looks like your GFF annotation file and your BAM " \
NameError: global name 'miso_logger' is not defined "
Hi !
Shall we know if your GFF annotation and you BAM file have any matching chromosome names ? If not, the run always fails with an error. The truncated error message is about that.