Skip to content

Commit

Permalink
PD-5238 use 'stxtyper --threads'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Brover committed Feb 6, 2025
1 parent 1d9ae27 commit fcf2626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion amrfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Dependencies: NCBI BLAST, HMMer, libcurl, gunzip (optional)
*
* Release changes:
* 4.0.19 02/06/2025 PD-5238 "stxtyper --threads" is re-enabled
* 4.0.18 02/04/2025 PD-5231 StxTyper ver. 1.0.40 of branch "dev"
* 4.0.17 01/31/2025 PD-5231 StxTyper ver. 1.0.39 of branch "dev"
* 4.0.16 01/30/2025 PD-5231 StxTyper ver. 1.0.38 of branch "dev"
Expand Down Expand Up @@ -1205,7 +1206,7 @@ struct ThisApplication final : ShellApplication
+ ifS (print_node, " --print_node")
+ " -q " // ifS (getVerbosity () == -1, " -q")
+ ifS (qc_on, " --debug")
//+ " --threads " + to_string (threads_max ) ??
+ " --threads " + to_string (threads_max )
+ " > " + logFName
, logFName
);
Expand Down
2 changes: 1 addition & 1 deletion stx
Submodule stx updated from 47d3a0 to 679eeb
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.18
4.0.19

0 comments on commit fcf2626

Please sign in to comment.