-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Configuration | ||
|
||
You need one configuration file and one annotation file to run the complete workflow. You can use the provided example as starting point. Always use absolute paths. If in doubt read the comments in the config and/or try the default values. | ||
You need one configuration file and one annotation file to run the complete workflow. You can use the provided example as starting point. If in doubt read the comments in the config and/or try the default values. | ||
|
||
- project configuration (config/config.yaml): different for every project/dataset and configures the analyses to be performed | ||
- project configuration (config/config.yaml): different for every project/dataset and configures the analyses to be performed. | ||
- sample annotation (sample_annotation): CSV file consisting of two columns | ||
- name: name of the dataset (tip: keep it short) | ||
- data: absolute path to the Seurat object as .rds | ||
- name: name of the dataset (tip: keep it short). | ||
- data: absolute path to the Seurat object as .rds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ dependencies: | |
- r-ggplot2=3.4.4 | ||
- r-scales=1.3.0 | ||
- r-patchwork=1.2.0 | ||
- r-data.table | ||
- r-data.table=1.14.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ dependencies: | |
- r-ggplot2=3.4.4 | ||
- r-scales=1.3.0 | ||
- r-patchwork=1.2.0 | ||
- r-data.table | ||
- r-data.table=1.14.10 |