You are here

Error : seqpos <= size()

5 posts / 0 new
Last post
Error : seqpos <= size()
#1

Dear Rossetta Users,

when I run Flexpepdock protocol, the error is : "ERROR: seqpos <= size()
ERROR:: Exit from: src/core/conformation/Conformation.hh line: 289:.

Can someone here explain why this happenned?
I attach the input file below.

Best regards
Phan Vy

AttachmentSize
strarting.txt375.95 KB
Category: 
Post Situation: 
Sun, 2014-10-05 17:20
phanvy

Can you attach your command line with any flags that you used? Does the result change at all if you remove the zinc ion?

Mon, 2014-10-06 12:21
everyday847

Dear everyday847,
I removed Zinc, but the error still return (same above)

This is the flag for running prepack before running Flexpepdock protocol

s starting.pdb
-database /home/tuongvy/SW/rosetta3.4/rosetta_database

-flexpep_prepack
-ex1
-ex2aro

I got starting structure from Molecular Dynamics simulation.
Thank a lot and best regard

Phan Vy

Mon, 2014-10-06 16:06
phanvy

Your "occupancy" column in the PDB is zero, which means Rosetta will ignore those atoms by default. (Leading to an empty structure.)

Use the option "-ignore_zero_occupancy false" to override this behavior and use all the atom coordinates specified in the PDB.

Mon, 2014-10-06 16:46
rmoretti

rmoretti!
Thank a lot for your help. It work now

Phan Vy

Mon, 2014-10-06 21:18
phanvy