Skip to content

MoleSir/scauto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Cell Analysis Auto

AI-assisted single-cell analysis

Quick Start

  1. Install Conda

    If you don’t have Conda installed, please install Miniconda or Anaconda.

  2. Clone the repository

    git clone https://github.com/MoleSir/scauto
    cd scauto
  3. Create the environment

    Use spec-file.txt to create an exact environment:

    conda create --name my_env --file spec-file.txt
    • Replace my_env with the environment name of your choice.
    • This will install all packages and versions listed in spec-file.txt to ensure reproducibility.
  4. Activate the environment

    conda activate my_env
  5. Running the project

    python3 main.py

References

SCA

MCP

RAG

About

AI-assisted single-cell RNA-seq analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published