Commit | Date | |
---|---|---|
[r3682]
by
bugman
Bug fix for the residue.display() user function. The res_id argument is allowed to be None. |
2007-11-20 15:09:55 | Tree |
[r3681]
by
bugman
Bug fix for the residue.rename() user function. The function generic_fns.residue.create() was being called instead! |
2007-11-20 15:08:53 | Tree |
[r3680]
by
bugman
Bug fix for the residue.rename() user function. The variable 'res_num' was been used when it should have been 'res_id'. |
2007-11-20 15:08:06 | Tree |
[r3679]
by
bugman
Bug fix for the residue.rename() user function. The res_id argument was being tested as an int whereas it is a str. |
2007-11-20 15:06:53 | Tree |
[r3678]
by
bugman
Bug fix for the residue.copy() user function. The pipe_to argument can also be None. |
2007-11-20 15:05:08 | Tree |
2007-11-20 15:04:19 | Tree | |
2007-11-20 12:58:48 | Tree | |
[r3675]
by
bugman
Yet another bug fix for residue.renumber(). This one was because generic_fns.residue.create() was being called!!! |
2007-11-20 12:58:05 | Tree |
[r3674]
by
bugman
Another bug fix for the residue.renumber() user function. The non-existent variable 'res_num' was being passed on to the generic code, whereas 'res_id' should |
2007-11-20 12:56:17 | Tree |
[r3673]
by
bugman
Bug fix for the residue.renumber() user function. The res_id was being tested as an int and the new_number as a str. This is the wrong way around! |
2007-11-20 12:49:33 | Tree |