Skip to content

Docker Image with IMGT library #1651

Answered by mizraelson
val-axthelm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
You can download the latest imgt library from here.
Then just put the file into the results directory that you mount to the /work one inside the docker.

In the example bellow I have the imgt library file imgt.202312-3.sv8.json.gz in /Users/mizraelson/result.

docker run --rm \
-e MI_LICENSE="XXXXXXXXXXXXXXXXXX" \
-v /Users/mizraelson/raw:/raw:ro \
-v /Users/mizraelson/result:/work \
ghcr.io/milaboratory/mixcr/mixcr:latest \
mixcr analyze neb-human-rna-xcr-umi-nebnext \
--library imgt \
/raw/Sample_{{R}}.fastq.gz \
Sample

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mizraelson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants