Skip to content

Environment for automated cell type annotation using scAtlas as reference.

Notifications You must be signed in to change notification settings

matmu/cell_type_annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Automated cell type annotation

The script requires GPUs on your host system.

Run script using container environment

We provide a container environment with all required software dependencies. Pre-build Docker images are available here.

Note: If you encounter any GPU related issues with the commands below, make sure that GPU support for container applications is set up correctly on your host system.

Singularity

singularity run --nv --pwd /mnt --bind /path/on/host:/mnt docker://matmu/cell_type_annotation:latest

Docker

docker run --rm -it --gpus=all -v /path/on/host:/mnt -w /mnt matmu/cell_type_annotation:latest

About

Environment for automated cell type annotation using scAtlas as reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published