Constructor -ref_to_seq fix
commitafdcbbe20d760fe30e1f3d4092dfe0fab658953b
authorFlorent Angly <florent.angly@gmail.com>
Wed, 31 Oct 2012 00:54:53 +0000 (31 10:54 +1000)
committerFlorent Angly <florent.angly@gmail.com>
Wed, 31 Oct 2012 00:54:53 +0000 (31 10:54 +1000)
tree40a296a54436370cc8ab9950cf41ef3e1b2e5d6a
parent5f46cc03956e65c4c166a0d9e789bcd1f6cd5b75
Constructor -ref_to_seq fix

The constructor -ref_to_seq to make a new Bio::PrimarySeq object based on a
string reference (instead of string) was not honored unless the -direct
constructor was also passed. This was not a documented behavior, and there is
no reason that -ref_to_seq has to be passed with -direct.

One can now use -ref_to_seq and -direct independently.
Bio/PrimarySeq.pm