Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
camiel-m committed Jul 19, 2023
2 parents 8b6cfa1 + eadf081 commit 80394de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## Installation instruction

We have only used this on a linux system. Most likely this will not work correctly on windows.
Installation should take around 10 minutes.

Create a new environments:
```
conda create --name chromo python=3.7
Expand Down Expand Up @@ -95,7 +98,7 @@ punchcards/Root.yaml:
All:
include: ['your samples']
```
You can now run the main_workflow from chromograph.pipeline to create a new build. This will generate a new folder 'All' containing Loom files, a peaks folder (with the consensus peak set and individuals peaksets from the broad subsets) and the 'exported' folder with plots. Depending on the size of the dataset this can take a long time (many hours).
You can now run the main_workflow from chromograph.pipeline to create a new build. This will generate a new folder 'All' containing Loom files, a peaks folder (with the consensus peak set and individuals peaksets from the broad subsets) and the 'exported' folder with plots. Depending on the size of the dataset this can take a long time (many hours). Additionally some steps here can take a lot of working memory, so it might not work on a desktop computer if you want to analyze large datasets (e.g. > 100k cells).

```
python ~/chromograph/chromograph/pipeline/main_workflow.py
Expand Down

0 comments on commit 80394de

Please sign in to comment.