ChangeLog
Version: 1.1.5
add:
docs/by readthedocschange: merge
complementedandcomplement()tocomplement, mergereversedandreverse()toreversedchange:
bioseq.config.TABLEtobioseq.config.CODON_TABLEremove:
bioseq.config.setAlignPara,bioseq.config.setStartCoden
Version: 1.1.4
add:
bioseq.utils.fetchENS()add:
bioseq.utils.parseFasta()add:
iteratoroption ofbioseq.utils.loadFasta()add: multi-uids fetch support for
bioseq.utils.fetchNCBI()
Version: 1.1.3
fix: Wrong results from
bioseq.utils.loadFasta()
Version: 1.1.2
change:
RNA.getOrf(),RNA.transcript()add:
algoritm.pyi
Version: 1.1.1
add: unittest
fix: some bug found in unintest
Version: 1.1.0
add:
infoattribute forSequenceadd:
toDNA(),toRNA(),toPeptide()method forSequenceadd:
utils.fetchNCBI()change:
utils.read_fasta()toutils.loadFastaand be a generator ofSequence
Version: 1.0.9
add: add type annotations, remove
*.pyifileadd:
Sequence.reset_cache()to reset some cached property, to update the value after mutation, includeweight,composition,GC(DNA, RNA),orf(DNA, RNA),peptide(DNA, RNA),translate(DNA, RNA),pI(Peptide),Hphob_list(Peptide).add: warning when mutation overlapped previous mutation
fix: some wrong typing check in
Sequence.find(),Sequence.mutation()remove:
return_score: boolforSequence.align()