Sign inSign up

cplaisier/ccaf

By cplaisier

•Updated about 4 years ago

Docker image to run the ccAF to classify scRNA-seq profiling with highly resolved cell cycle phases.

Image
1

907

cplaisier/ccaf repository overview

We facilitate the use of ccAF by providing a Docker Hub container cplaisier/ccaf which has all the dependencies and libraries required to run the ccAF classifier. To see how the Docker container is configured please refer to the Dockerfile. Please install Docker and then from the command line run:

docker pull cplaisier/ccaf

Then run the Docker container using the following command (replace with the directory where you have the scRNA-seq data to be classified):

docker run -it -v '<path to scRNA-seq profiles directory>:/files' cplaisier/ccaf

This will start the Docker container in interactive mode and will leave you at a command prompt. You will then want to change directory to where you have your scRNA-seq or transcriptome profiling data.

Tag summary

Content type

Image

Digest

sha256:8c348591a…

Size

1.7 GB

Last updated

about 4 years ago

docker pull cplaisier/ccaf