Releases: tolkit/fasta_windows
Releases · tolkit/fasta_windows
Laplacea
Thanks @muffato for helping in this release. Extra functionality has been added, and slightly better error handling, and bumping of versions.
- Add slightly better error handling. Update indicatif. Bump version for release. Tue, 23 Aug 2022 20:41:01 +0100; Max Brown
- Merge pull request #11 from muffato/master Fri, 19 Aug 2022 22:07:31 +0100; Max Brown
- Updated the README Thu, 18 Aug 2022 17:06:56 +0100; Matthieu Muffato
- Also print the proportion of CpG Thu, 18 Aug 2022 16:54:19 +0100; Matthieu Muffato
- Also print the count of Ns Thu, 18 Aug 2022 16:30:27 +0100; Matthieu Muffato
- Also print out the actual mono-nucleotide counts (from which the frequencies are derived) Thu, 18 Aug 2022 15:56:10 +0100; Matthieu Muffato
- Renamed the main output file and the variables for clarity Thu, 18 Aug 2022 15:29:59 +0100; Matthieu Muffato
- Applied the same trick as when writing the k-mers, which halves that piece of code Thu, 18 Aug 2022 15:21:56 +0100; Matthieu Muffato
- bugfix: was printing an extra tabulation when no description was requested Thu, 18 Aug 2022 15:20:48 +0100; Matthieu Muffato
- Added the AT skew Thu, 18 Aug 2022 15:16:06 +0100; Matthieu Muffato
Monolophus
This release adds a Mac binary (below). Get this with:
curl -L "https://github.com/tolkit/fasta_windows/releases/download/v0.2.3/fasta_windows_v0.2.3_mac" > fasta_windows && chmod +x fasta_windows
# run!
./fasta_windows
In addition:
- clap version updated
- refactored code to remove redundant modules
- added some unit testing
- fixed a windows bug (thanks Matthieu!)
Conda release
First release for conda.