Skip to content

Commit

Permalink
Simplified help messages for all modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Apr 16, 2024
1 parent 954d49b commit a6f6c42
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 542 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.3.5 - 2024-04-15

- Added function to check if input files passed to the CreateSchema and AlleleCall modules have unique prefixes longer than 30 characters (the prefix includes everything in the basename before the first `.`). The process prints a message with the list of input files with a prefix longer than 30 characters and exits.

- Fixed issue in the AlleleCall module when running in mode 1 (trying to write the file with the list of invalid CDSs, but the data is not available when running in mode 1).

- Added more tests and improved test scripts.

## 3.3.4 - 2024-03-22

- Improved BLAST exception capturing.
Expand Down
Loading

0 comments on commit a6f6c42

Please sign in to comment.