ryanmcgreevy / ModelMaker

ModelMaker plugin of VMD
2 stars 1 forks source link

Full_length_model #15

Closed trudack closed 7 years ago

trudack commented 7 years ago

the option -resstart does not work

ryanmcgreevy commented 7 years ago

The option flag is actually -resstart (2 s). Is this actually a bug or did you accidentally omit an 's' when you tested it?

maxscheurer commented 7 years ago

I think this is a typo... Till was testing it while we were talking and it did not yield a renumbered pdb file. I thought the code was not implemented yet, but I just saw that it ought to work actually...

trudack commented 7 years ago

Yes it was a typo and it works.

But is there a way to catch if you have a typo in one of the options instead of just ignoring the option. I believe other users might make the same typo and run into trouble catching the problem

ryanmcgreevy commented 7 years ago

Yes I can put in a typo warning for each of the commands pretty easily. I'll have the change committed soon.

ryanmcgreevy commented 7 years ago

Warning and early termination fix contained in this commit.