Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Oct 8, 2022
1 parent a64dc11 commit b7313a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

# 0.2
- Add GeneticCode to modify the translation table based on the applied genetic code. This change impacts some public functions of the QC-check module
- Add GeneticCode to modify the translation table based on the applied genetic code. This change impacts some public functions of the QC-check module.
- Allow generic `Read + Seek` objects for FastaReader. This enables reading directly from S3 or other remote sources.
- Allow `FastaWriter` to write to different files (only one at a time). This means you don't have to initiate a new `FastaWriter` for every output file, but can reuse an existing instance and simply change the output writer.

# 0.1.3
- Add QC-check module to check if transcripts make sense with a given reference genome.
Expand Down

0 comments on commit b7313a2

Please sign in to comment.