- Fix for gb-parser: spaces in name in LOCUS
- Add
5ROX
modification to Fasta parser.
- Fix Fasta parser for unknown modifications on the end of the line.
- Update tests and dependencies.
- Add Ord for Fasta and related types.
- Update dependencies for Haskell LTS-20.4.
- Update FASTA parser to megaparsec.
- Update more dependencies;
- Fix new warnings in GHC-9.
- Support GHC-9.2 packages in dependencies.
- More types of multiline properties are supported.
- CI fix
- Redesigned the Range type to reflect all possible cases.
- Switched to Megaparsec.
- Pedantic build and CI
- GB parser made more verbose.
Added ASN hydrogen names sometimes set by Scho
*
->Type
for GHC-9.
- Update dependency versions.
- YLAB2-629: Fasta parser is now able to parse empty lines in the beginning.
- Exports and instances for Biosset.
- Lowercase insertion code parsing in PDB.
- PDB parsing.
- Bad comment in GB parser.
- Unknown fields in GB.
- Added ability to parse modifications in Fasta.
- Allow
QuickCheck-2.14
.
- PDB parser error: it didn't account for segment identifier field.
- Bond restoring in PDB for non-standard residue names.
- Allow
linear-0.21
.
SOURCE
andORIGIN
in GB parser.
- FASTA parser can now parse empty lines with spaces.
- A couple of issues, that caused parametrization failures, fixed in bond restoring for PDB format.
- Generic fasta parser.
- Convertation from
Model
s toPDB
. - Writer for
PDB
. renameChains
function that renames chains in a model.
- Correctly clean
BasecalledSequenceWithRawData
, including inner quality.
instance Cleanable BasecalledSequenceWithRawData
.
- Type and decoder for
ab1
with raw channel data and peak locations.
- Use supplied thresholds instead of default ones in the implementation of
cleanWith
; - Do not run
IO
inhspec
Spec
monad, usebeforeAll
.
- Resolver version up.
- Moving from
less-wrong
tobiocad
.
- Reading of insertion code for residues in MAE.
- Residue index in
Structure
. - Atom input index in
Structure
. - Bond restoring for PDB.
- Tests for PDB -> Model conversion.
- GlobalID now 0-based in mae, PDB, and MMTF.
- A lot of things.
- Lenses for
Structure
.
- Function
filterAtomsOfModel
to filter atoms of model by the given predicate.
- Grouping by residues when converting
Mae
toModel
.
instance Traversable (Sequence mk w)
.
- Support GHC-8.8.
- Fixes for instance of
StructureModels
forMae
when working with structures without explicit chain names.
- Possibility to have spaces in Fasta sequences.
- Preprocessing for pdb-files.
- Pdb parser.
- Fixes for .mae pasrser.
- Fixes for instance of
StructureModels
forMae
.
- Instance of
StructureModels
forMae
.
- Fix for .mae pasrser.
- Parser for
MAE
.
- Parser for
FASTA
. - Writer for
FASTA
.
length
onSequence
now works in O(1).
- New version of module Bio.Sequence hat introduces
IsSequence
type class andSequence
datatype. - Type
GenBankSequence
describing structure of .gb file. - Parser for
GenBankSequence
. - Writer for
GenBankSequence
.
- ABI cleaner and decoder now work with type
ABIRaw
.
- Field
chemCompType
inResidue
.
codec10
.