Teichlab / celltypist

A tool for semi-automatic cell type classification
https://www.celltypist.org/
MIT License
278 stars 44 forks source link

Add `model_list` argument to download models by name #6

Closed prete closed 2 years ago

prete commented 2 years ago

Add model_list argument to models.download_models. This argument is a list that serves as filter to download models. It allows users to download only a subset of models by providing a list of filenames. Usage:

from celltypist import models
models.download_models(force_update = True, model_list=["Immune_Placenta_Low.pkl"])

This feature comes from #5