You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added general sequence I/O convenience functions sequence.io.load_sequence(), sequence.io.load_sequences(), sequence.io.save_sequence() and sequence.io.save_sequences() that derive
the appropriate File class from the suffix of the file name.
Changes
The omit_chain parameter has been removed from database.rcsb.search()
The old database.rcsb.Query classes have been removed
Removed python setup.py test and python setup.py build_sphinx commands,
please use pytest and sphinx-build directly instead
Renamed sequence.NucleotideSequence.alphabet to sequence.NucleotideSequence.alphabet_unamb
sequence.io.fastq.FastqFile returns its entries only as str instead of sequence.NucleotideSequence for consistency with sequence.io.fastq.FastaFile
The method sequence.io.fastq.FastqFile.get_sequence() is deprecated
The method sequence.io.fastq.FastqFile.get_seq_string() returns the
sequence as a str instead of a sequence.NucleotideSequence
Fixes
Fixed expect_looped parameter in structure.io.pdbx.PDBxFile.get_category()
Fixed error in structure.io.pdbx.PDBxFile, that was raised, if a PDBx
field and its single-line value are in separate lines
Added check for boolean mask length, when a boolean mask is given as index
to biotite.structure.BondList