Hi, Andy,
I did not use Pysam0.6 but as instructed I installed pysam-0.5 (with
Cython-0.15.1 and JointSNVMix-0.7.5 in Python2.7.2). However, I got
following similar errors when I tried to test or run jsm.py: Would you
help.
Thanks,
Jeff
python ../python-2.7.2/bin/jsm.py classify snv_mix_two -h
Traceback (most recent call last):
File "../python-2.7.2/bin/jsm.py", line 9, in <module>
from joint_snv_mix.runners.train import snv_mix_one_train,
snv_mix_two_train, joint_snv_mix_one_train, \
File "../python-2.7.2/lib/python2.7/site-packages/joint_snv_mix/
runners/train.py", line 8, in <module>
from joint_snv_mix.counters.joint_binary_counter import
JointBinaryBaseCounter
File "joint_binary_counter.pyx", line 1, in init
joint_snv_mix.counters.joint_binary_counter (joint_snv_mix/counters/
joint_binary_counter.c:3141)
File "csamtools.pxd", line 433, in init
joint_snv_mix.counters.ref_iterator (joint_snv_mix/counters/
ref_iterator.c:3122)
ValueError: csamtools.IteratorRowRegion has the wrong size, try
recompiling