Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
df9b2e2
update amulety version
ggabernet Jan 26, 2026
45ff2e1
update snapshot
ggabernet Jan 26, 2026
29b1939
update singularity oras to https
ggabernet Jan 29, 2026
a872cc2
Merge branch 'master' of https://github.com/nf-core/modules into amulety
ggabernet Jan 29, 2026
3479af5
update container
ggabernet Jan 29, 2026
8eceb3c
fix amulety GPU support
ggabernet Mar 10, 2026
84b9e53
Merge branch 'master' into amulety
ggabernet Mar 10, 2026
a7b7872
fix container GPU
ggabernet Mar 11, 2026
79ab72d
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet Mar 11, 2026
3af04ec
merge upstream
ggabernet Mar 11, 2026
c3b3bb1
Merge branch 'master' into amulety
ggabernet Mar 11, 2026
a4a04fe
fix meta
ggabernet Mar 11, 2026
1a91ef6
fix linting
ggabernet Mar 11, 2026
da6e643
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet Mar 11, 2026
7e3436b
update snapshots
ggabernet Mar 12, 2026
9e9feac
Merge branch 'master' into amulety
ggabernet Mar 12, 2026
40dc808
update stub snapshot
ggabernet Mar 12, 2026
a52e72a
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet Mar 12, 2026
84c6d20
Merge branch 'master' of https://github.com/nf-core/modules into amulety
ggabernet May 14, 2026
2a43fb6
update amulety version
ggabernet May 14, 2026
193c0ad
update snapshot
ggabernet May 14, 2026
79f78ad
Merge branch 'master' into amulety
ggabernet May 14, 2026
dd900a0
update gpu snapshot
ggabernet May 14, 2026
6723743
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet May 14, 2026
51c80a6
address review comments
ggabernet May 18, 2026
db9bf1e
Merge branch 'master' into amulety
ggabernet May 19, 2026
717c2cf
fix linting
ggabernet May 19, 2026
a4df03e
test increase CI volume
ggabernet May 19, 2026
5e27acb
increase volume for nf-tests
ggabernet May 20, 2026
9d6cc66
Merge branch 'master' into amulety
ggabernet May 20, 2026
4beadcc
test pin down torch
ggabernet May 20, 2026
c2811e2
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet May 20, 2026
93f66b8
fix env
ggabernet May 20, 2026
884d0db
increase volume
ggabernet May 20, 2026
858ea5a
test increase volume
ggabernet May 20, 2026
3cf3a8d
set volume back
ggabernet May 20, 2026
6d50462
update torch version
ggabernet May 20, 2026
4bb16ab
update cuda
ggabernet May 21, 2026
b1d1e3f
update checksums
ggabernet May 21, 2026
3aa6b5d
Merge branch 'master' into amulety
ggabernet May 21, 2026
82eeb83
reduce volume to 40GB default
ggabernet May 21, 2026
252a19f
Merge branch 'amulety' of https://github.com/ggabernet/nf-core-module…
ggabernet May 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/nf-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ jobs:
# Standard GPU tests (g4dn.xlarge - 4 vCPU, 16 GB RAM, T4 GPU)
# Runs tests tagged "gpu" (20+ modules: parabricks, amulety, cellpose, etc.)
nf-test-gpu:
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
runs-on:
- runs-on=${{ github.run_id }}
- family=g4dn.xlarge
- image=ubuntu24-gpu-x64
- volume=40gb
name: "GPU Test | g4dn.xlarge | ${{ matrix.profile }} | ${{ matrix.shard }}"
needs: [nf-test-changes]
if: ${{ needs.nf-test-changes.outputs.gpu_total_shards != '0' && needs.nf-test-changes.outputs.gpu_total_shards != '' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- runs-on=${{ github.run_id }}
- runner=4cpu-linux-${{ matrix.arch }}
- image=ubuntu24-full-${{ matrix.arch }}
- volume=40gb
name: "${{ matrix.arch }} | ${{ matrix.profile }} | ${{ matrix.shard }}"
needs: [nf-test-changes]
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/amulety/embed/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ channels:
dependencies:
- bioconda::igblast=1.22.0
- conda-forge::curl=8.18.0
- conda-forge::pip=26.1.1
- conda-forge::python=3.12.13
- conda-forge::wget=1.25.0
- pip:
Comment thread
ggabernet marked this conversation as resolved.
- amulety==2.1.2
- amulety==2.1.3
- torch==2.10.0
- transformers==4.49.0
7 changes: 5 additions & 2 deletions modules/nf-core/amulety/embed/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process AMULETY_EMBED {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine in ['singularity', 'apptainer'] && !task.ext.singularity_pull_docker_container ?
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/ee/eef2fbc7c8d1ba71b3890a83b520c3eefa136ec4de5a8e6a97db828ae354d7ab/data':
'community.wave.seqera.io/library/igblast_curl_python_wget_pruned:07dda71433b05ed5' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/c3/c39fc87288811f7806452ecbdb559b9e9bba71aebb82c60d60af939a73bdf614/data':
'community.wave.seqera.io/library/igblast_curl_python_transformers_pruned:05685e2c81024d42' }"

input:
tuple val(meta), path(tsv)
Expand All @@ -17,6 +17,9 @@ process AMULETY_EMBED {
tuple val(meta), path("${task.ext.prefix ?: meta.id}.tsv"), emit: embedding
tuple val(meta), path("*metadata.tsv"), emit: embedding_metadata
tuple val("${task.process}"), val('amulety'), eval("amulety --help 2>&1 | grep -o 'version [0-9\\.]\\+' | grep -o '[0-9\\.]\\+'"), emit: versions_amulety, topic: versions
tuple val("${task.process}"), val('python'), eval("python --version 2>&1 | grep -o 'Python [0-9\\.]\\+' | grep -o '[0-9\\.]\\+'"), emit: versions_python, topic: versions
tuple val("${task.process}"), val('pytorch'), eval("python -c 'import torch; print(torch.__version__)'"), emit: versions_pytorch, topic: versions
tuple val("${task.process}"), val('transformers'), eval("python -c 'import transformers; print(transformers.__version__)'"), emit: versions_transformers, topic: versions

when:
task.ext.when == null || task.ext.when
Expand Down
59 changes: 58 additions & 1 deletion modules/nf-core/amulety/embed/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ output:
description: TSV with embeddings of BCR or TCR amino acid sequences.
pattern: "*.tsv"
ontologies:
- edam: http://edamontology.org/format_3475 # TSV
- edam: http://edamontology.org/format_3475
embedding_metadata:
- - meta:
type: map
Expand All @@ -79,6 +79,36 @@ output:
- amulety --help 2>&1 | grep -o 'version [0-9\.]\+' | grep -o '[0-9\.]\+':
type: eval
description: The command used to generate the version of the tool
versions_python:
- - ${task.process}:
type: string
description: The process the versions were collected from
- python:
type: string
description: The name of the tool
- python --version 2>&1 | grep -o 'Python [0-9\.]\+' | grep -o '[0-9\.]\+':
type: eval
description: The expression to obtain the version of the tool
versions_pytorch:
- - ${task.process}:
type: string
description: The process the versions were collected from
- pytorch:
type: string
description: The name of the tool
- python -c 'import torch; print(torch.__version__)':
type: eval
description: The expression to obtain the version of the tool
versions_transformers:
- - ${task.process}:
type: string
description: The process the versions were collected from
- transformers:
type: string
description: The name of the tool
- python -c 'import transformers; print(transformers.__version__)':
type: eval
description: The expression to obtain the version of the tool
topics:
versions:
- - ${task.process}:
Expand All @@ -90,6 +120,33 @@ topics:
- amulety --help 2>&1 | grep -o 'version [0-9\.]\+' | grep -o '[0-9\.]\+':
type: eval
description: The command used to generate the version of the tool
- - ${task.process}:
type: string
description: The process the versions were collected from
- python:
type: string
description: The name of the tool
- python --version 2>&1 | grep -o 'Python [0-9\.]\+' | grep -o '[0-9\.]\+':
type: eval
description: The expression to obtain the version of the tool
- - ${task.process}:
type: string
description: The process the versions were collected from
- pytorch:
type: string
description: The name of the tool
- python -c 'import torch; print(torch.__version__)':
type: eval
description: The expression to obtain the version of the tool
- - ${task.process}:
type: string
description: The process the versions were collected from
- transformers:
type: string
description: The name of the tool
- python -c 'import transformers; print(transformers.__version__)':
type: eval
description: The expression to obtain the version of the tool
authors:
- "@ggabernet"
maintainers:
Expand Down
112 changes: 98 additions & 14 deletions modules/nf-core/amulety/embed/tests/gpu.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"id": "test",
"single_end": false
},
"test.tsv:md5,8ed0c1c7e8acc1bd8a5b3099c3cc0e53"
"test.tsv:md5,1feb3fbc43aae1bb51d45e3552372240"
]
],
"1": [
Expand All @@ -24,7 +24,28 @@
[
"AMULETY_EMBED",
"amulety",
"2.1.2"
"2.1.3"
]
],
"3": [
[
"AMULETY_EMBED",
"python",
"3.12.13"
]
],
"4": [
[
"AMULETY_EMBED",
"pytorch",
"2.10.0+cu128"
]
],
"5": [
[
"AMULETY_EMBED",
"transformers",
"4.49.0"
]
],
"embedding": [
Expand All @@ -33,7 +54,7 @@
"id": "test",
"single_end": false
},
"test.tsv:md5,8ed0c1c7e8acc1bd8a5b3099c3cc0e53"
"test.tsv:md5,1feb3fbc43aae1bb51d45e3552372240"
]
],
"embedding_metadata": [
Expand All @@ -49,16 +70,37 @@
[
"AMULETY_EMBED",
"amulety",
"2.1.2"
"2.1.3"
]
],
"versions_python": [
[
"AMULETY_EMBED",
"python",
"3.12.13"
]
],
"versions_pytorch": [
[
"AMULETY_EMBED",
"pytorch",
"2.10.0+cu128"
]
],
"versions_transformers": [
[
"AMULETY_EMBED",
"transformers",
"4.49.0"
]
]
}
],
"timestamp": "2026-05-20T17:07:59.793052154",
"meta": {
"nf-test": "0.9.3",
"nextflow": "25.10.2"
},
"timestamp": "2026-03-12T13:33:07.008006758"
"nf-test": "0.9.5",
"nextflow": "26.04.1"
}
},
"human - AIRR rearrangement - stub": {
"content": [
Expand All @@ -85,7 +127,28 @@
[
"AMULETY_EMBED",
"amulety",
"2.1.2"
"2.1.3"
]
],
"3": [
[
"AMULETY_EMBED",
"python",
"3.12.13"
]
],
"4": [
[
"AMULETY_EMBED",
"pytorch",
"2.10.0+cu128"
]
],
"5": [
[
"AMULETY_EMBED",
"transformers",
"4.49.0"
]
],
"embedding": [
Expand All @@ -110,15 +173,36 @@
[
"AMULETY_EMBED",
"amulety",
"2.1.2"
"2.1.3"
]
],
"versions_python": [
[
"AMULETY_EMBED",
"python",
"3.12.13"
]
],
"versions_pytorch": [
[
"AMULETY_EMBED",
"pytorch",
"2.10.0+cu128"
]
],
"versions_transformers": [
[
"AMULETY_EMBED",
"transformers",
"4.49.0"
]
]
}
],
"timestamp": "2026-05-20T13:06:28.489036118",
"meta": {
"nf-test": "0.9.3",
"nextflow": "25.10.2"
},
"timestamp": "2026-03-12T13:33:18.34555436"
"nf-test": "0.9.5",
"nextflow": "26.04.1"
}
}
}
Loading
Loading