Skip to content

Commit 76fd72a

Browse files
authored
updae to new GTDB (#306)
* updae to new GTDB fix #404 * new version specific download path * update verion 2.4 * define mem 4 via --config in ciricle ci test assembly
1 parent 65a018c commit 76fd72a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
name: test assembly
137137
command: |
138138
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
140140
# - store_test_results:
141141
# path: .test/Test_assembly/reports
142142
# - store_artifacts:

atlas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.5"
1+
__version__ = "2.4.0"
22

33
from .scripts import utils
44

atlas/envs/gtdbtk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- bioconda
44
- defaults
55
dependencies:
6-
- gtdbtk =1.0.*
6+
- gtdbtk =1.3.*

atlas/rules/download.snakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CHECKM_ARCHIVE = "checkm_data_v1.0.9.tar.gz"
2626
CAT_DIR= os.path.join(DBDIR,'CAT')
2727
CAT_flag_downloaded = os.path.join(CAT_DIR,'downloaded')
2828
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")
3030
CONDAENV = "../envs"
3131

3232
# note: saving OG_fasta.tar.gz in order to not create secondary "success" file

0 commit comments

Comments
 (0)