Hi,
Does anyone here has ever worked with conifer.
I have this strange kind of error.
I am running 240 samples but it shows some problems with probes on cgr24.
I used grep -v '24' from the probes.txt file as it says to do so but it was of no use.
Before this, I used conifer on ~500 samples and it's working perfectly fine.
Can anyone give me some idea how to fix this issue.
Thanks in advance
Vishal
Error while analysing:
[RUNNING: chr23] Masking 92 probes with median RPKM < 1.000000
[RUNNING: chr23] Calculating ZRPKM scores...
[RUNNING: chr23] SVD decomposition...
[RUNNING: chr23] Saving SVD-ZRPKM values
[RUNNING: chr24] Now on: chrY
[RUNNING: chr24] Found 465 probes; probeID range is [193615-194080]
[RUNNING: chr24] Calculating median RPKM
[RUNNING: chr24] Masking 432 probes with median RPKM < 1.000000
[ERROR] This chromosome has fewer informative probes than there are samples in the analysis! There are probably no mappings on this chromosome. Please remove these probes from the probes.txt file
Closing remaining open files: /vishal/conifer/ige/output/analysis.hd5... done
Error while calling :
[INIT] Initializing caller at threshold = 1.500000
Traceback (most recent call last):
File "conifer.py", line 682, in <module>
args.func(args)
File "conifer.py", line 338, in CF_call
r = cf.rpkm_reader(h5file_in_fn)
File "/sw/conifer_v0.2.2/conifer_functions.py", line 256, in __init__
self.sample_table = self.h5file.root.samples.samples
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 813, in __getattr__
return self._f_get_child(name)
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 683, in _f_get_child
self._g_check_has_child(childname)
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 407, in _g_check_has_child
% (self._v_pathname, name))
tables.exceptions.NoSuchNodeError: group ``/`` does not have a child named ``samples``
Closing remaining open files: /scratch/ccg-ngs/tmp/vishal/conifer/ige/output/analysis.hd5... done
Does anyone here has ever worked with conifer.
I have this strange kind of error.
I am running 240 samples but it shows some problems with probes on cgr24.
I used grep -v '24' from the probes.txt file as it says to do so but it was of no use.
Before this, I used conifer on ~500 samples and it's working perfectly fine.
Can anyone give me some idea how to fix this issue.
Thanks in advance
Vishal
Error while analysing:
[RUNNING: chr23] Masking 92 probes with median RPKM < 1.000000
[RUNNING: chr23] Calculating ZRPKM scores...
[RUNNING: chr23] SVD decomposition...
[RUNNING: chr23] Saving SVD-ZRPKM values
[RUNNING: chr24] Now on: chrY
[RUNNING: chr24] Found 465 probes; probeID range is [193615-194080]
[RUNNING: chr24] Calculating median RPKM
[RUNNING: chr24] Masking 432 probes with median RPKM < 1.000000
[ERROR] This chromosome has fewer informative probes than there are samples in the analysis! There are probably no mappings on this chromosome. Please remove these probes from the probes.txt file
Closing remaining open files: /vishal/conifer/ige/output/analysis.hd5... done
Error while calling :
[INIT] Initializing caller at threshold = 1.500000
Traceback (most recent call last):
File "conifer.py", line 682, in <module>
args.func(args)
File "conifer.py", line 338, in CF_call
r = cf.rpkm_reader(h5file_in_fn)
File "/sw/conifer_v0.2.2/conifer_functions.py", line 256, in __init__
self.sample_table = self.h5file.root.samples.samples
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 813, in __getattr__
return self._f_get_child(name)
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 683, in _f_get_child
self._g_check_has_child(childname)
File "/opt/rrzk/software/python/python-2.7.5/lib/python2.7/site-packages/tables/group.py", line 407, in _g_check_has_child
% (self._v_pathname, name))
tables.exceptions.NoSuchNodeError: group ``/`` does not have a child named ``samples``
Closing remaining open files: /scratch/ccg-ngs/tmp/vishal/conifer/ige/output/analysis.hd5... done
Comment