Merge pull request #55 from RosettaCommons/roccomoretti/scoredir
Don't treat directories like empty score files.
Fixes issue Amelie (via Andrew) wrote the devel list about - that local directories (e.g. ./talaris2014/) are treated like empty scorefiles. Alter izstream to error-out when opening a directory on all platforms.
Unit tests for new izstream behavior added.
notify author
notify list [rosetta-logs@googlegroups.com]
ppk integration test only showed a failure now, even though the error is due to an energy function evaluation that was likely introduced in the far past. Not sure why this is the case. This commit will restore the test
notify author
notify list [rosetta-logs@googlegroups.com]
[update of SandwichFeatures]
- table name change ( sw_by_components -> sandwich)
- generate resfile for more general case also (before this, it supports for poor seq_rec case for RelaxDesign only)
- finished refactoring in accordance of better naming convention (use 'using
namespace' inside of specific strand_assembly namespace)
- should not change any integration tests other than (expected) features and features_database_schema
- I think that there is no need to ask 'pull request' since I think
that I am the only one who uses SandwichFeatures as of now
notify author
notify list [rosetta-logs@googlegroups.com]
Updating release_debug settings for all compilers. Making release_debug exactly like 'release' settings but without 'NDEBUG'.
Thanks to William Sheffler for pointing this out!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #59 from RosettaCommons/dougrenfrew/fix_aeh
Fixing the application exception handling integration test. Passed tests and got the thumbs up from Julia, whose code it mostly changes.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #58 from RosettaCommons/tjacobs2/fix_link_residues
This commit fixes a few issues I ran into while using LinkResidues task operations.
In particular, it seems residues were being linked to themselves (which will always
cause an assert failure when run in debug mode). Also, added some robustness to the
addition of residues after creating links. Previously, this would cause an index-out-of-bounds error.
My fix might cause undesirable behavior if residues are added that change residue-numbering (e.g. add rotamer links, create a new residue with resid = 1, repack). Is there a better way to implement this change?
notify author
notify list [rosetta-logs@googlegroups.com]