You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Sci" description looks amazing tool, is it applicable in other model organisms? I tried to use it for Drosophila melanogaster Hi-C subcompartmentalization and got the below error.
My commond;
/apps/sci/20220324/bin/python -m sci.sci -n test -f emb.bwa_5kb_corrected.adj.txt -r 5000 -g chr.txt -o both -s 1 -k 5
error:
Traceback (most recent call last):
File "/apps/python2/2.7.15/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/apps/python2/2.7.15/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/sci.py", line 112, in
run_sci()
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/sci.py", line 96, in run_sci
myobject.initialize(oArgs.genome_size)
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/hic.py", line 37, in initialize
for j in range(self.dChrBins[chrom]):
KeyError: 'chr1'
my chromosome names are; 2L 2R 3L 3R 4 X and Y
do you have suggestions?
thanks
The text was updated successfully, but these errors were encountered:
The "Sci" description looks amazing tool, is it applicable in other model organisms? I tried to use it for Drosophila melanogaster Hi-C subcompartmentalization and got the below error.
My commond;
/apps/sci/20220324/bin/python -m sci.sci -n test -f emb.bwa_5kb_corrected.adj.txt -r 5000 -g chr.txt -o both -s 1 -k 5
error:
Traceback (most recent call last):
File "/apps/python2/2.7.15/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/apps/python2/2.7.15/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/sci.py", line 112, in
run_sci()
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/sci.py", line 96, in run_sci
myobject.initialize(oArgs.genome_size)
File "/apps/sci/20220324/lib/python2.7/site-packages/sci-0.1-py2.7.egg/sci/hic.py", line 37, in initialize
for j in range(self.dChrBins[chrom]):
KeyError: 'chr1'
my chromosome names are; 2L 2R 3L 3R 4 X and Y
do you have suggestions?
thanks
The text was updated successfully, but these errors were encountered: