diff --git a/modules/nf-core/last/lastdb/main.nf b/modules/nf-core/last/lastdb/main.nf index b7cbda01d83..a002fe13a8e 100644 --- a/modules/nf-core/last/lastdb/main.nf +++ b/modules/nf-core/last/lastdb/main.nf @@ -2,10 +2,10 @@ process LAST_LASTDB { tag "$meta.id" label 'process_medium' - conda "bioconda::last=1418" + conda "bioconda::last=1453" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' : - 'quay.io/biocontainers/last:1418--h5b5514e_0' }" + 'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' : + 'quay.io/biocontainers/last:1453--h5b5514e_0' }" input: tuple val(meta), path(fastx) diff --git a/modules/nf-core/last/postmask/main.nf b/modules/nf-core/last/postmask/main.nf index eac417fbd76..0bcef7d4934 100644 --- a/modules/nf-core/last/postmask/main.nf +++ b/modules/nf-core/last/postmask/main.nf @@ -2,10 +2,10 @@ process LAST_POSTMASK { tag "$meta.id" label 'process_low' - conda "bioconda::last=1418" + conda "bioconda::last=1453" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' : - 'quay.io/biocontainers/last:1418--h5b5514e_0' }" + 'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' : + 'quay.io/biocontainers/last:1453--h5b5514e_0' }" input: tuple val(meta), path(maf) diff --git a/modules/nf-core/last/split/main.nf b/modules/nf-core/last/split/main.nf index c42d02715be..b99b78e7167 100644 --- a/modules/nf-core/last/split/main.nf +++ b/modules/nf-core/last/split/main.nf @@ -2,10 +2,10 @@ process LAST_SPLIT { tag "$meta.id" label 'process_high' - conda "bioconda::last=1418" + conda "bioconda::last=1453" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' : - 'quay.io/biocontainers/last:1418--h5b5514e_0' }" + 'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' : + 'quay.io/biocontainers/last:1453--h5b5514e_0' }" input: tuple val(meta), path(maf) diff --git a/modules/nf-core/last/train/main.nf b/modules/nf-core/last/train/main.nf index 8905b59eb75..93ffac0c099 100644 --- a/modules/nf-core/last/train/main.nf +++ b/modules/nf-core/last/train/main.nf @@ -2,10 +2,10 @@ process LAST_TRAIN { tag "$meta.id" label 'process_high' - conda "bioconda::last=1418" + conda "bioconda::last=1453" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' : - 'quay.io/biocontainers/last:1418--h5b5514e_0' }" + 'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' : + 'quay.io/biocontainers/last:1453--h5b5514e_0' }" input: tuple val(meta), path(fastx) diff --git a/tests/modules/nf-core/last/lastdb/test.yml b/tests/modules/nf-core/last/lastdb/test.yml index 8001f49e554..7431c72c420 100644 --- a/tests/modules/nf-core/last/lastdb/test.yml +++ b/tests/modules/nf-core/last/lastdb/test.yml @@ -9,7 +9,7 @@ - path: output/last/lastdb/test.des md5sum: 3a9ea6d336e113a74d7fdca5e7b623fc - path: output/last/lastdb/test.prj - md5sum: 0e570741b20e89e9878fe26f26d84b7a + md5sum: e90f43ca41802e0aa9e95348558c837e - path: output/last/lastdb/test.sds md5sum: 2cd381f4f8a9c52cfcd323a2863eccb2 - path: output/last/lastdb/test.ssp @@ -23,15 +23,15 @@ - name: last lastdb test_last_lastdb_gzipped_input command: nextflow run ./tests/modules/nf-core/last/lastdb -entry test_last_lastdb_gzipped_input -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/last/lastdb/nextflow.config tags: - - last - last/lastdb + - last files: - path: output/last/lastdb/test.bck md5sum: 8692b1229b1fff1c2d39c4c610ff842b - path: output/last/lastdb/test.des md5sum: 26ab49015cc572172b9efa50fc5190bc - path: output/last/lastdb/test.prj - md5sum: b3e3b96d01ce4c2c5c88c85e4dc83453 + md5sum: dabf7db09dbae4c10af3246b56faeab7 - path: output/last/lastdb/test.sds md5sum: cad9927d4bd161257e98165ad755d8e4 - path: output/last/lastdb/test.ssp diff --git a/tests/modules/nf-core/last/postmask/test.yml b/tests/modules/nf-core/last/postmask/test.yml index 0d3121d96ec..a84d91df887 100644 --- a/tests/modules/nf-core/last/postmask/test.yml +++ b/tests/modules/nf-core/last/postmask/test.yml @@ -1,8 +1,8 @@ - name: last postmask test_last_postmask command: nextflow run ./tests/modules/nf-core/last/postmask -entry test_last_postmask -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/last/postmask/nextflow.config tags: - - last - last/postmask + - last files: - path: output/last/contigs.genome.postmask.maf.gz md5sum: 3a0f42e76da9549748983ac4d7ff7473 diff --git a/tests/modules/nf-core/last/train/test.yml b/tests/modules/nf-core/last/train/test.yml index d551a94d1be..b6015f0e6d1 100644 --- a/tests/modules/nf-core/last/train/test.yml +++ b/tests/modules/nf-core/last/train/test.yml @@ -5,5 +5,20 @@ - last files: - path: output/last/contigs.genome.par - md5sum: 457395281b6852cfee3417816e73a965 + md5sum: caf93e967179237a2eadbe4bae008c52 - path: output/last/versions.yml + - path: output/untar/lastdb/genome.bck + md5sum: 5519879b9b6c4d1fc508da7f17f88f2e + - path: output/untar/lastdb/genome.des + md5sum: 3a9ea6d336e113a74d7fdca5e7b623fc + - path: output/untar/lastdb/genome.prj + md5sum: 489715f14b0fea6273822696e72357f9 + - path: output/untar/lastdb/genome.sds + md5sum: 2cd381f4f8a9c52cfcd323a2863eccb2 + - path: output/untar/lastdb/genome.ssp + md5sum: 4137fb6fe9df2b3d78d5b960390aac7b + - path: output/untar/lastdb/genome.suf + md5sum: 1895efa8653e8e9bd3605cff0408ed33 + - path: output/untar/lastdb/genome.tis + md5sum: b7c40f06b1309dc6f37849eeb86dfd22 + - path: output/untar/versions.yml