File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ Or with the Arrow client:
8585 History
8686-------
8787
88+ - 4.3.0
89+ - Biopython requires are now more strict, there is a maximum that bcbio_gff supports
90+ - loading GFF3 now has a new flag, --cds_cleaning, to enable more apollo conformant behaviour for multi-exon transcripts
91+ (https://github.com/galaxy-genome-annotation/python-apollo/issues/60, https://github.com/galaxy-genome-annotation/python-apollo/pull/62)
8892- 4.2.13
8993 - Relax biopython requirements
9094- 4.2.12
Original file line number Diff line number Diff line change 1- __version__ = '4.2.13 '
1+ __version__ = '4.3.0 '
Original file line number Diff line number Diff line change 1616
1717setup (
1818 name = "apollo" ,
19- version = '4.2.13 ' ,
19+ version = '4.3.0 ' ,
2020 description = "Apollo API library" ,
2121 long_description = readme ,
2222 author = "Helena Rasche;Anthony Bretaudeau;Nathan Dunn" ,
23- author_email = "hxr@hx42 .org" ,
23+ author_email = "hexylena@galaxians .org" ,
2424 url = 'https://github.com/galaxy-genome-annotation/python-apollo' ,
2525 packages = ['apollo' , 'arrow' ] + subpackages ,
2626 entry_points = '''
You can’t perform that action at this time.
0 commit comments