diff --git a/common.cpp b/common.cpp index 6208d36..304ca7c 100644 --- a/common.cpp +++ b/common.cpp @@ -297,7 +297,7 @@ string getStack () char** strings = backtrace_symbols (buffer, nptrs); if (strings /*&& ! which ("addr2line"). empty ()*/) { - FOR_REV_END (int, i, 1, nptrs) + FOR_START /*FOR_REV_END*/ (int, i, 1, nptrs) // From top to bottom of the stack s += string (strings [i]) + "\n"; s += "Use: addr2line -f -C -e " + programArgs [0] + " -a
"; //free (strings); diff --git a/stxtyper.cpp b/stxtyper.cpp index d99c45a..5a1afdd 100644 --- a/stxtyper.cpp +++ b/stxtyper.cpp @@ -32,10 +32,11 @@ * Dependencies: NCBI BLAST, gunzip (optional) * * Release changes: +* 1.0.30 12/14/2024 Bug in --debug * PD-5191 strong operons should not be partial * --threads: reduces time by 30% for large input DNA * Bug in frame shifts detection (for multiple frame shifts in the same protein) -* 1.0.29 12/12/2024 PD-5192 Only operons with >= 80% identity are reported // Only BLAST HSPs with identity >= 80% are considered +* 1.0.29 12/13/2024 PD-5192 Only operons with >= 80% identity are reported // Only BLAST HSPs with identity >= 80% are considered * 1.0.28 12/03/2024 tblastn -gapextend 2 * 10/30/2024 colorizeDir() * 1.0.27 10/23/2024 PD-5155 "Hierarchy node" with mixed types is