Skip to content

Releases: biocad/cobot-io

Version 0.1.3.7

15 Oct 07:54
b586829
Compare
Choose a tag to compare
Version 0.1.3.7. Generic fasta parser (#41)

version 0.1.3.6

14 Jul 14:09
e53b634
Compare
Choose a tag to compare
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

26 May 12:36
2d67bf7
Compare
Choose a tag to compare
version 0.1.3.5: fix clean sequence with raw data (#39)

version 0.1.3.4

14 May 15:23
6a3b801
Compare
Choose a tag to compare
version 0.1.3.4: clean ab1 with raw data (#38)

Trigger CI to upload to hackage

07 May 14:08
a37fbc5
Compare
Choose a tag to compare
0.1.3.3-ci2

Disable --pvp-bounds for stack upload (#37)

Trigger CI to upload to hackage

07 May 14:05
c72ae50
Compare
Choose a tag to compare
 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

07 May 13:49
c72ae50
Compare
Choose a tag to compare
 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

15 Apr 09:23
5284703
Compare
Choose a tag to compare
from less-wrong to cobot (#35)

* from less-wrong to cobot

* pedantic

* version up

Version 0.1.3.1

02 Apr 14:49
fcfb7f0
Compare
Choose a tag to compare
Version 0.1.3.1. Fixed reading of insertion code for residues in MAE …

version 0.1.3.0

01 Apr 07:06
c521fd1
Compare
Choose a tag to compare
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