Skip to content

bobchen1701/STAR_Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing single-cell RNA-seq data for dimension reduction-based analyses using open-source tools

Install Dependencies

The environment for Step 1 of this protocol require Singularity. The details of this installation can be found in the Section 1 notebook.

The environment for Sections 2 (Variant 1 and Variant 2) and 3 of this protocol can be installed through the included .yml with the following, which will also initialize a jupyter kernel:

conda env create -f qc_pipe_env.yml
python -m ipykernel install --user --name=qc_pipe

Otherwise, the requirements.txt file can be manually installed In a working Python virtual environment using pip:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published