Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
single_cell_RNAseq_scanpy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ATTIS2021
single_cell_RNAseq_scanpy
Commits
12af673f
Commit
12af673f
authored
4 years ago
by
Min Gao
Browse files
Options
Downloads
Patches
Plain Diff
modified: README.md
parent
74c56fae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-7
8 additions, 7 deletions
README.md
with
8 additions
and
7 deletions
README.md
+
8
−
7
View file @
12af673f
...
...
@@ -3,12 +3,13 @@
Linux/Unix
Python (>= 3.7)
## Install Scanpy through conda:
The Miniconda3 package management system can be used to harmonize all of the software packages. We can install Scanpy using the
conda environment.
Use the following commands to install Miniconda3:
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
The Miniconda3 package management system can be used to harmonize all of the software packages. We can install Scanpy using the
following commands to install Miniconda3:
```
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
```
We can create an isolated environment for Scanpy and install through the following commands:
```
$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
...
...
@@ -18,10 +19,10 @@ $ conda install seaborn scikit-learn statsmodels numba pytables
$ conda install -c conda-forge python-igraph leidenalg
$ conda install -c bioconda scanpy
$ conda install -c anaconda ipykernel
```
## Clone the repository:
```
$ git clone git@gitlab.rc.uab.edu:attis2021/single_cell_rnaseq_scanpy.git
```
## Tutorial:
A more detailed tutorial of how to analyze PBMC data use Scanpy can be found in file scanpy_pbmc_tutorial.ipynb.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment