Skip to content

Commit fe35d60

Browse files
authored
Merge pull request #575 from nf-core/temp-test-full-profile
Temporary test full profile (until container and tax anno reference files fixed)
2 parents 4594c93 + 2c8a8e4 commit fe35d60

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### `Changed`
1111

12+
- [#575](https://github.com/nf-core/mag/pull/575/files) - Deactivated MetaSPAdes, Centrifuge, and GTDB in test_full profile due to some container incompatibilities in nf-core megatest AWS configurations (by @jfy133)
13+
1214
### `Fixed`
1315

16+
- [#574](https://github.com/nf-core/mag/pull/574) - Fix wrong channel going to BIN_SUMMARY (fix by @maxibor)
17+
1418
### `Dependencies`
1519

1620
### `Deprecated`

conf/test_full.config

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,21 @@ params {
1919
host_fasta = "s3://ngi-igenomes/test-data/mag/hg19_main_mask_ribo_animal_allplant_allfungus.fa.gz"
2020
input = "s3://ngi-igenomes/test-data/mag/samplesheets/samplesheet.full.csv"
2121

22-
centrifuge_db = "s3://ngi-igenomes/test-data/mag/p_compressed+h+v.tar.gz"
22+
//centrifuge_db = "s3://ngi-igenomes/test-data/mag/p_compressed+h+v.tar.gz"
2323
kraken2_db = "s3://ngi-igenomes/test-data/mag/minikraken_8GB_202003.tgz"
2424
cat_db = "s3://ngi-igenomes/test-data/mag/CAT_prepare_20210107.tar.gz"
25-
gtdb_db = "s3://ngi-igenomes/test-data/mag/gtdbtk_r202_data.tar.gz"
25+
// gtdb_db = "s3://ngi-igenomes/test-data/mag/gtdbtk_r214_data.tar.gz"
26+
skip_gtdbtk = true
27+
28+
// TODO TEMPORARY: deactivate SPAdes due to incompatibility of container with fusion file system
29+
skip_spades = true
30+
skip_spadeshybrid = true
2631

2732
// reproducibility options for assembly
2833
spades_fix_cpus = 10
2934
spadeshybrid_fix_cpus = 10
3035
megahit_fix_cpu_1 = true
36+
3137
// available options to enable reproducibility for BUSCO (--busco_db) not used here
3238
// to allow detection of possible problems in automated lineage selection mode using public databases
3339

0 commit comments

Comments
 (0)