Skip to content

Commit

Permalink
set mmseqs2 version mmseqs2:16.747c6
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Jan 16, 2025
1 parent e2f33d3 commit ae4ab84
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 391 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/mmseqs/tsv2exprofiledb/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::mmseqs2=15.6f452
- bioconda::mmseqs2=16.747c6
4 changes: 2 additions & 2 deletions modules/nf-core/mmseqs/tsv2exprofiledb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process MMSEQS_TSV2EXPROFILEDB {

conda "${moduleDir}/environment.yml"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/mmseqs2:15.6f452--pl5321h6a68c12_0'
: 'biocontainers/mmseqs2:15.6f452--pl5321h6a68c12_0'}"
? 'https://depot.galaxyproject.org/singularity/mmseqs2:16.747c6--pl5321h6a68c12_0'
: 'biocontainers/mmseqs2:16.747c6--pl5321h6a68c12_0'}"

input:
path database
Expand Down
5 changes: 4 additions & 1 deletion modules/nf-core/mmseqs/tsv2exprofiledb/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
{ assert snapshot(process.out).match() }
{ assert snapshot(
path(process.out.db_exprofile[0]).list().sort().collect { it.getFileName().toString() },
process.out.versions
).match() }
)
}

Expand Down
Loading

0 comments on commit ae4ab84

Please sign in to comment.