chapmanb / bcbb

Incubator for useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
609 stars 243 forks source link

Added inferred strand for inferred parent when safe #104

Closed mspinelli closed 8 years ago

mspinelli commented 8 years ago

If all children SeqFeatures have the same stand, then set the inferred parent's strand to match (in this case it seems like setting it to None is not the best choice).

chapmanb commented 8 years ago

Matt -- thank you for the contribution. Much appreciated.