Description

A module to create embeddings of B-cell receptor (BCR) or T-cell receptor (TCR) amino acid sequences using amulety.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

tsv{:bash}

:file

TSV with BCR/TCR nucleotide sequences in AIRR rearrangement format

*.{tsv}

chain{:bash}

:string

The chain to use for the embeddings. Can be either ‘H’ (high diversity chain: BCR heavy or TCR beta or delta), ‘L’ (low diversity chain: BCR light or TCR alpha or gamma) or ‘HL’/‘LH’ (BCR heavy + light, and TCR alpha + beta or gamma + delta).

model{:bash}

:string

The embedding model to use. Options are detailed on the amulety documentation.

Output

name:type
description
pattern

embedding{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.tsv{:bash}

:file

TSV with embeddings of BCR or TCR amino acid sequences.

*.tsv

versions_amulety{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

amulety{:bash}

:string

The tool name

amulety --help 2>&1 | grep -o 'version [0-9\.]\+' | grep -o '[0-9\.]\+'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

amulety{:bash}

:string

The tool name

amulety --help 2>&1 | grep -o 'version [0-9\.]\+' | grep -o '[0-9\.]\+'{:bash}

:string

The command used to generate the version of the tool

Tools

amulety
GPL v3

Python package to create embeddings of BCR and TCR amino acid sequences.