Micromeda / pygenprop

A python library for programmatic usage of EBI InterPro Genome Properties.
http://pygenprop.rtfd.io/
Apache License 2.0
9 stars 4 forks source link

Update attributes of literature reference class #70

Closed LeeBergstrand closed 2 years ago

LeeBergstrand commented 4 years ago

The literature reference class currently has an attribute called citation. This attribute should be renamed journal as the information presented discusses the journal of the citation. A new citation property should be made that returns a full-text citation. This property would use pieces of information returned from the other attributes of the literature reference class.

LeeBergstrand commented 2 years ago

https://github.com/Micromeda/pygenprop/pull/83 fixes this.