aqlaboratory / rgn

Recurrent Geometric Networks for end-to-end differentiable learning of protein structure
MIT License
326 stars 87 forks source link

Unable to execute 'convert_to_tfrecord' #27

Open xistance-w opened 3 years ago

xistance-w commented 3 years ago

Hi,

I am attempting to perform a prediction on a protein sequence, but so far I have only managed to derive the ProteinNet file. Upon executing the conversion to tfrecord as per the instruction stated in under the "Predict structure of a single new sequence using a trained model" section, I have encountered a raise StopIteration exception. I have similar attempted to convert the CASP7 ProteinNet record and was faced with a similar error.

Thanks.