Skip to content

Releases: X-lab-3D/PANDORA

v2.1.0-beta: Merge pull request #289 from X-lab-3D/development

16 Oct 10:52
0a6dd4a
Compare
Choose a tag to compare

The latest update to Pandora software now includes the implementation of reverse peptides for MHC-II.

v2.0.0

07 Oct 12:37
1207b71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta2.2...v2.0.0

v2.0.0-beta2.2

02 Nov 18:40
Compare
Choose a tag to compare

##What's changed:

  • Fixed database loaded on zenodo. Updated zenodo link
  • Fixed issues 251 and 252

Full Changelog: v2.0.0-beta2.1...v2.0.0-beta2.2

v2.0.0-beta2.1

02 Nov 14:16
Compare
Choose a tag to compare

What's Changed

*Update Zenodo link for database download
*Minor changed in documentation

New Contributors

v2.0.0-beta2

16 Mar 14:07
fe944d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta1...v2.0.0-beta2

v2.0.0-beta1

27 Feb 14:53
3a653e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta...v2.0.0-beta1

v2.0.0-beta

25 Nov 14:57
743bd32
Compare
Choose a tag to compare

What's Changed

  • Fix conda and pip installation. Move database default location. Add command line option to retrieve the external database. by @DarioMarzella in #222
  • Add command-line options upon conda / pip installation. Update README. by @DarioMarzella in #223

Full Changelog: v2.0.0-alpha1...v2.0.0-beta

v2.0.0-alpha1

11 Nov 13:41
1ef50b5
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-alpha...v2.0.0-alpha1

v2.0.0-alpha

11 Oct 14:47
72799f5
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

What's Changed

  • Template selection is now BLAST-based by default
  • PANDORA now uses BLAST to retrieve the allele name (from IPD/MHC and IMGT/HLA databases)
  • Made target sequence handling more robust. PANDORA can now take either the allele name or the MHC chain sequence and will try to retrieve the other automatically.
  • Added an option to use template MHC sequence when no MHC sequence can be retrieved. Previously it was done by default, leading to incorrect models. Now, if no MHC sequence can be retrieved, the run will be stopped, unless the user sets use_templ_seq to True in their Target or Wrapper function.
  • Database restructured. Now the user does not need to know the installation location and to handle any PANDORA-dependent path. By simply using functions like Database.construct_database() and Database.load() the user is able to generate and then load a database, without having to specify its location.
  • Removed the need for Database.repath() function. Removed Database.repath() function.
  • Parallelized and sped up database generation. Database generation takes now about 20~30 minutes on a single core, and it can be parallelized to reduce the time to less than one minute.
  • Fixed multiple issues in netMHCpan interface. Now PANDORA does not need netMHC(II)pan to be installed internally anymore.
  • Added clip_C_domain option to Pandora and Wrapper modules, to directly model only the G-domain
  • Added the archiving option to the Wrapper, to allow users to model large batches of cases and immediately archive every folder in a .tar file.
  • Extended pytest coverage
  • Fixed numerous issues

Pull Requests

New Contributors

Full Changelog: https://github.com/X-lab-3D/PANDORA/commits/v2.0.0-alpha

v1.0.0

25 Nov 14:53
f049101
Compare
Choose a tag to compare

First Release of the PANDORA package, published with the Marzella, Parizi et. al Frontiers in immunology paper.