ImportError: Library not loaded: libcurl.4.dylib
Reason: Incompatible library version: libchtslib.so requires version 9.0.0 or later, but libcurl.4.dylib provides version 7.0.0
#pysam.sort(bam_fn,rTempFolder+'/aligned.sorted'); ## it will make aligned.sorted.bam file
#pysam.index(rTempFolder+'/aligned.sorted.bam'); ## it will make aligned.sorted.bam.bai file
shutil.copyfile(/Volumes/kengelHD/AlternativeSplicingTests/ENCODEbams/SL13023.sorted.bam, rTempFolder+'/aligned.sorted.bam')
shutil.copyfile(/Volumes/kengelHD/AlternativeSplicingTests/ENCODEbams/SL13023.sorted.bam.bai, rTempFolder+'/aligned.sorted.bam.bai')
This issue is caused by changes to Samtools’s API. We just updated our program to support Samtools v0.1.19/1.2/1.3 so this error should go away. Please wait for a few days before we finish testing and upload the new version to sourceforge.
--
You received this message because you are subscribed to the Google Groups "rMATS User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rmats-user-gro...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/58efb4a1-b392-43eb-bd37-bff947197045%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
python /clusterdata/hiseq_apps/bin/freeze001/rMATS/rMATS.3.2.4/RNASeq-MATS.py -b1 /illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1362999/accepted_hits.corsort.bam,/illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1363002/accepted_hits.corsort.bam,/illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1363005/accepted_hits.corsort.bam -b2 /illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1362999/accepted_hits.corsort.bam,/illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1363002/accepted_hits.corsort.bam,/illumina/Data/others/AlternativeSplicingTools/U2OS_SS/results_hisat_cut75/hisat/SRR1363005/accepted_hits.corsort.bam -gtf /clusterdata/hiseq_apps/resources/freeze001/hg19/hg19.gtf -o /illumina/Data/others/AlternativeSplicingTools/U2OS_U2OS_SS/results_hisat/rMATS -t paired -len 75 -libType fr-firststrand -novelSS 1 -o /illumina/Data/others/AlternativeSplicingTools/U2OS_U2OS_SS/results_hisat/rMATS
and I got the following ERROR message:
2016-08-11 20:04:15,759 error detail: Traceback (most recent call last):
File "/clusterdata/hiseq_apps/bin/freeze001/rMATS/rMATS.3.2.4/bin/MATS.processsUnique.bam.py", line 1515, in <module>
processSample_stranded(sample_1,S1,dataType,'first')
File "/clusterdata/hiseq_apps/bin/freeze001/rMATS/rMATS.3.2.4/bin/MATS.processsUnique.bam.py", line 1447, in processSample_stranded
if (cStart>a5ss[chr][group][c][0] and cStart<=(a5ss[chr][group][c][2]-(rL-junctionLength/2)+1) and cEnd>=(a5ss[chr][group][c][2]+(rL-junctionLength/2))): ## multi-exon read supporting target
KeyError: 52
2016-08-11 20:04:15,759 There is an exception in making MATS input
2016-08-11 20:04:15,759 Exception: <type 'exceptions.Exception'>
2016-08-11 20:04:15,759 Detail: