Releases: biocad/cobot-io
Releases · biocad/cobot-io
Version 0.1.3.7
Version 0.1.3.7. Generic fasta parser (#41)
version 0.1.3.6
Version 0.1.3.6. Added PDB writer (#40) * added writer for PDB * more * Version 0.1.3.6. Added PDB writer * fixes * flip
Version 0.1.3.5
version 0.1.3.5: fix clean sequence with raw data (#39)
version 0.1.3.4
version 0.1.3.4: clean ab1 with raw data (#38)
Trigger CI to upload to hackage
0.1.3.3-ci2 Disable --pvp-bounds for stack upload (#37)
Trigger CI to upload to hackage
version 0.1.3.3: raw ab1 data decoder (#36) * Bio.ABI.Clean: use correct thresholds * Parse raw data from ab1 files * Fix IO usage in tests
Version 0.1.3.3
version 0.1.3.3: raw ab1 data decoder (#36) * Bio.ABI.Clean: use correct thresholds * Parse raw data from ab1 files * Fix IO usage in tests
version 0.1.3.2
from less-wrong to cobot (#35) * from less-wrong to cobot * pedantic * version up
Version 0.1.3.1
Version 0.1.3.1. Fixed reading of insertion code for residues in MAE …
version 0.1.3.0
IO fixes, bond restoring (#32) * Residue index supported in PDB * Residue number and insertion code: the proper way * HETATMs now parsed from PDB * Insertion code support in mae * PDBSpec renamed to PDBParserSpec * Bond restoring first version. Doesn't work correctly for now * Global bond restoring work correctly * Fixed text * Type * Bond restoring works correctly. Input data must be slightly fixed * Added missing disulfide bridges to mae structures * Local bond for PDB, with no tests yet * Fuck, nothing works * Everything works! * pedantation * Fetching from REST API avoided in MMTF test * Changelog, version * Removed some strange comments in a test * Changes after the review * Added atomInputIndex. GlobalID is 0-based now * Changelog and formatting