Problems with C-QUARK standalone
Posted: Tue Jun 29, 2021 8:41 am
Hello!
I have installed C-QUARK on the fresh OS (Ubuntu 20.04.1) and tried to satisfy all the dependencies it has. Nevertheless it still produce many errors while running and doesn't produce any result. I downloaded and checked libraries and C-QUARK itself two times. Some errors from example run are written here. Almost complete log-file is in the attachment. May there be any help or solution?
1) Error in /mnt/disk/C-QUARK-1.0/contact/DeepMSA/bin/hhblits: could not open file 'hms0_64267115.hhm'
grep: /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.a3m: No such file or directory
/mnt/disk/C-QUARK-1.0/contact/DeepMSA/bin/rmRedundantSeq 99 60 /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.aln > /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.60.aln
Traceback (most recent call last):
File "/mnt/disk/C-QUARK-1.0/contact/DeepMSA/scripts/build_MSA.py", line 1119, in <module>
ncpu=ncpu, overwrite_dict=parse_overwrite_option(overwrite))
File "/mnt/disk/C-QUARK-1.0/contact/DeepMSA/scripts/build_MSA.py", line 986, in build_MSA
shutil.copyfile(hmmsearch_prefix+".a3m",prefix+".hmsa3m")
File "/usr/lib/python2.7/shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.a3m'
2) Compilation is falling back to object mode WITH looplifting enabled because Function "cal_large_matrix1" failed type inference due to: No implementation of function Function(<built-in function zeros>) found for signature:
>>> zeros(list(int64)<iv=None>)
3) Traceback (most recent call last):
File "deeppre.py", line 239, in <module>
model.load_state_dict(torch.load(saved_model, map_location=lambda storage, loc: storage))
File "/home/skyto/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1406, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for ResNet:
Unexpected running stats buffer(s) "bn1.running_mean" and "bn1.running_var" for InstanceNorm2d with track_running_stats=False. If state_dict is a checkpoint saved before 0.4.0, this may be expected because InstanceNorm2d does not track running stats by default since 0.4.0. Please remove these keys from state_dict. If the running stats are actually needed, instead set track_running_stats=True in InstanceNorm2d to enable them. See the documentation of InstanceNorm2d for details.
4) cannot load homolist bhomolisti.txt
5) ---------- input of mk_contactmap.pl ----------------->
Wcon= 0.355
Lch= 108
confcomm= /mnt/disk/C-QUARK-1.0/common/conf27.comm
svmseq= restriplet,tripletres,resplm,respre,deepplm
aLo(type1,2,3,4)= 1, 2, 4.5, 7.5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
restriplet not exist, skip! ----------==========
tripletres not exist, skip! ----------==========
resplm not exist, skip! ----------==========
respre not exist, skip! ----------==========
deepplm not exist, skip! ----------==========
cp /mnt/disk/C-QUARK-1.0/QUARKmod/QUARK_REMC QUA_CQ_example_1 .....
run simulations ...........
Segmentation fault (core dumped)
mk=0
mk=0, without trajectories geneated!
I have installed C-QUARK on the fresh OS (Ubuntu 20.04.1) and tried to satisfy all the dependencies it has. Nevertheless it still produce many errors while running and doesn't produce any result. I downloaded and checked libraries and C-QUARK itself two times. Some errors from example run are written here. Almost complete log-file is in the attachment. May there be any help or solution?
1) Error in /mnt/disk/C-QUARK-1.0/contact/DeepMSA/bin/hhblits: could not open file 'hms0_64267115.hhm'
grep: /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.a3m: No such file or directory
/mnt/disk/C-QUARK-1.0/contact/DeepMSA/bin/rmRedundantSeq 99 60 /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.aln > /tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.60.aln
Traceback (most recent call last):
File "/mnt/disk/C-QUARK-1.0/contact/DeepMSA/scripts/build_MSA.py", line 1119, in <module>
ncpu=ncpu, overwrite_dict=parse_overwrite_option(overwrite))
File "/mnt/disk/C-QUARK-1.0/contact/DeepMSA/scripts/build_MSA.py", line 986, in build_MSA
shutil.copyfile(hmmsearch_prefix+".a3m",prefix+".hmsa3m")
File "/usr/lib/python2.7/shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/tmp/skyto/CQexample_MSA/MSAexample/hmmsearch.a3m'
2) Compilation is falling back to object mode WITH looplifting enabled because Function "cal_large_matrix1" failed type inference due to: No implementation of function Function(<built-in function zeros>) found for signature:
>>> zeros(list(int64)<iv=None>)
3) Traceback (most recent call last):
File "deeppre.py", line 239, in <module>
model.load_state_dict(torch.load(saved_model, map_location=lambda storage, loc: storage))
File "/home/skyto/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1406, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for ResNet:
Unexpected running stats buffer(s) "bn1.running_mean" and "bn1.running_var" for InstanceNorm2d with track_running_stats=False. If state_dict is a checkpoint saved before 0.4.0, this may be expected because InstanceNorm2d does not track running stats by default since 0.4.0. Please remove these keys from state_dict. If the running stats are actually needed, instead set track_running_stats=True in InstanceNorm2d to enable them. See the documentation of InstanceNorm2d for details.
4) cannot load homolist bhomolisti.txt
5) ---------- input of mk_contactmap.pl ----------------->
Wcon= 0.355
Lch= 108
confcomm= /mnt/disk/C-QUARK-1.0/common/conf27.comm
svmseq= restriplet,tripletres,resplm,respre,deepplm
aLo(type1,2,3,4)= 1, 2, 4.5, 7.5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
restriplet not exist, skip! ----------==========
tripletres not exist, skip! ----------==========
resplm not exist, skip! ----------==========
respre not exist, skip! ----------==========
deepplm not exist, skip! ----------==========
cp /mnt/disk/C-QUARK-1.0/QUARKmod/QUARK_REMC QUA_CQ_example_1 .....
run simulations ...........
Segmentation fault (core dumped)
mk=0
mk=0, without trajectories geneated!