Closed allyhawkins closed 3 years ago
Actually... I realized that there is one more step that needs to be done... updating images/cellranger/README.md
to reflect the changes. You can either do that in this PR as well before merging, or in a separate PR.
This PR addresses #55 which requires addition of a new docker image for cellranger 6.0.0 to be used for benchmarking pre-processing of ScPCA data.
The old dockerfile used for cellranger 4.0.0 was moved to a new file named
cellranger4.docker
and the newDockerfile
contains the image for running cellranger 6.0.0. The docker image was built and tested using the following command:docker run -it --rm scpca-cellranger:6.0.0 cellranger testrun --id=tiny
to ensure that it successfully can run cellranger 6.0.0.Additionally, it appears that the reference files for cellranger have not been updated since July 7, 2020 and the reference files located on S3 were added in October, 2020. The STARsolo website also doesn't mention any need for a new reference index. I think it is safe to assume that we do not need to update the reference. https://support.10xgenomics.com/single-cell-gene-expression/software/downloads/latest
Things that have not been done:
workflows/cellranger-quant/run-cellranger.nf
has not been updated yet and will be addressed in a new issue