Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.18 KB

NEWS.md

File metadata and controls

69 lines (39 loc) · 2.18 KB

pagoo 0.3.18.9000

  • Fixed #59: panaroo csv file was looking for incorrect column names.
  • New github actions.
  • Fixed read_gff() #59.

pagoo 0.3.17

  • Fixed #57 (3): better handling of the csv column names.

pagoo 0.3.16

  • Fixed #57: panaroo_2_pagoo issue. Was a pattern matching bug.

pagoo 0.3.15

  • Fixed #57: panaroo_2_pagoo issue.

pagoo 0.3.14

  • Improved the read_gff function for reading gff3 files from bakta.

pagoo 0.3.13

  • Fixed issue when reading panaroo's output.
  • New roxygen2 version

pagoo 0.3.12

  • Fixed #55: "Cluster annotations do not match cluster names". Error when building the pangenome object.

pagoo 0.3.11

  • Fixed #53: panaroo seems to be writing empty clusters (i.e. no genes on them), so this push fixes error associated with the above.
  • Added information about the publication in the readme.
  • Updated R-CMD-check.yml to latest version.

pagoo 0.3.10

  • Fixed #51: Adding metadata with missing key at the end of the data.frame failed. Now the method $add_metadata() has been corrected.

pagoo 0.3.9

  • Added panaroo_2_pagoo function to read the output of the panaroo pangenome reconstruction software.

  • Improved $add_metadata() method. Now columns with the same name as the one already present are overwritten instead of duplicated (closes #44). Also, users can now provide metadata covering the pangenome partially, i.e, not providing all the gene/clusters/organisms in the mapping column. Those entities without metadata provided are filled with NAs.

pagoo 0.3.8

  • Improve backward compatibility. Older pagoo objects created by third party packages which depend on pagoo do not have an attribute required to successfully load them into session. Now the approach is to downgrade the object to a base pagoo class, or to provide the namespace using the pkg argument.

pagoo 0.3.7

  • Fixed missing link in documentation.
  • Smaller toy dataset to comply with CRAN policies.

pagoo 0.3.6

  • Bugfix, adds compatibility between previous save/load_pangenomeRDS methods

pagoo 0.3.5

  • Faster roary_2_pagoo()
  • Improved save_pangenomeRDS() and load_pangenomeRDS() methods
  • Several bugfixes.

pagoo 0.3.3.9000

  • Added a NEWS.md file to track changes to the package.