File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
name : test assembly
137
137
command : |
138
138
source activate ./atlasenv
139
- .test/test_assembly.sh --resources mem=$MEM java_mem=$MEM --jobs=$N_THREADS --restart-times=2 --omit-from build_qc_report build_assembly_report
139
+ .test/test_assembly.sh --resources mem=$MEM java_mem=$MEM --config threads=$N_THREADS mem=$MEM -- jobs=$N_THREADS --restart-times=2 --omit-from build_qc_report build_assembly_report
140
140
# - store_test_results:
141
141
# path: .test/Test_assembly/reports
142
142
# - store_artifacts:
Original file line number Diff line number Diff line change 1
- __version__ = "2.3.5 "
1
+ __version__ = "2.4.0 "
2
2
3
3
from .scripts import utils
4
4
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ channels:
3
3
- bioconda
4
4
- defaults
5
5
dependencies :
6
- - gtdbtk =1.0 .*
6
+ - gtdbtk =1.3 .*
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ CHECKM_ARCHIVE = "checkm_data_v1.0.9.tar.gz"
26
26
CAT_DIR = os .path .join (DBDIR ,'CAT' )
27
27
CAT_flag_downloaded = os .path .join (CAT_DIR ,'downloaded' )
28
28
EGGNOG_DIR = os .path .join (DBDIR ,'EggNOGV2' )
29
- GTDBTK_DATA_PATH = os .path .join (DBDIR ,"GTDB-TK " )
29
+ GTDBTK_DATA_PATH = os .path .join (DBDIR ,"GTDB_V05 " )
30
30
CONDAENV = "../envs"
31
31
32
32
# note: saving OG_fasta.tar.gz in order to not create secondary "success" file
You can’t perform that action at this time.
0 commit comments