You are here

ERROR:: Exit from: src/core/fragment/ConstantLengthFragSet.cc line: 116

3 posts / 0 new
Last post
ERROR:: Exit from: src/core/fragment/ConstantLengthFragSet.cc line: 116
#1

Dear all,
when I run the ab_initio Flexpepdock protocol, I got this error :src/core/fragment/ConstantLengthFragSet.cc line: 116
Can someone give me some comments?
this is my flag:
-s eq_1_0001.pdb
-database /home/tuongvy/SW/rosetta3.4/rosetta_database

-out:file:silent decoys.silent
-out:file:silent_struct_type binary

-pep_refine
-lowres_abinitio
-rep_ramp_cycles 10

-ex1
-ex2aro
-use_input_sc
-constant_seed
-jran 12456

-frag3 ../NullFragments0/output_files/frags.200.3mers

-frag5 ../NullFragments0/output_files/frags.200.5mers

-nstruct 2000

Thank in advance

Category: 
Post Situation: 
Wed, 2014-10-08 22:28
phanvy

You're getting that error because one of the fragment files you're attempting to read can't be read. Which file is giving you the problem should be being written to the standard error stream, in a message like ""Open failed for file: FILENAME"

Apropos of nothing, my guess is that the relative path you're giving for -frag3 and -frag5 aren't working because the path isn't correct from the directory you're running from. (The paths would need to be relative to the directory from which you start Rosetta, not the directory where the option file lives.) Try changing the paths, or better yet, turning them into absolute paths, and see if that fixes your issue.

Tue, 2014-10-14 09:35
rmoretti

Thank you a lot rmoretti
Phan Vy

Wed, 2014-10-15 21:41
phanvy