gem-pasteur / Integron_Finder

Bioinformatics tool to find integrons in bacterial genomes
GNU General Public License v3.0
67 stars 22 forks source link

fillna="na" error if pandas version 0.19.0, solved by downgrading pandas to 0.18.0 #18

Closed SwapnilDoijad closed 8 years ago

SwapnilDoijad commented 8 years ago

After upgrading pandas to 0.19.0 following error occurred


In replicon ABC-1, there are:


Currently, the error got resolved by downgrading pandas to 0.18.0

Any other option to get Integron_Finder work with upgraded pandas?

jeanrjc commented 8 years ago

This is going to be fixed in the next release. Meanwhile, you can use pandas 0.18.0 (as said by @SwapnilDoijad )

jeanrjc commented 8 years ago

Release 1.5.1 fix this issue.