Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IndexError in
set_vsc_parameters()
due to misplaced right paren…
…thesis in string's format method. Issue: When the VSG FASTA file was missing, or compressed in the .bz2 format, the program failed to output proper error messages and instead raised an "IndexError: Replacement index 1 out of range for positional args tuple." Resolution: The right parenthesis has been correctly placed to ensure the format method is properly closed.
- Loading branch information