-
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.
- 🐛 use larger image to test tutorial on colab
- Loading branch information
Henry
committed
May 30, 2024
1 parent
0d0ddc0
commit 89d554b
Showing
3 changed files
with
38 additions
and
1 deletion.
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
23 changes: 23 additions & 0 deletions
23
project/config/single_dev_dataset/proteinGroups_N50/README.md
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Config files | ||
|
||
## Version 1 imputation workflow | ||
|
||
For [`worflow/Snakefile`](https://github.com/RasmussenLab/pimms/blob/HEAD/project/workflow/Snakefile) | ||
|
||
```bash | ||
config.yaml # main config | ||
split.yaml # split data config referenced in config.yaml | ||
train_CF.yaml # CF train config referenced in config.yaml | ||
train_DAE.yaml # DAE train config referenced in config.yaml | ||
train_KNN.yaml # KNN train config referenced in config.yaml | ||
train_Median.yaml # Median train config referenced in config.yaml | ||
train_VAE.yaml # VAE train config referenced in config.yaml | ||
``` | ||
|
||
## Version 2 impuation workflow | ||
|
||
For [`workflow/Snakefile_v2.yaml`](https://github.com/RasmussenLab/pimms/blob/HEAD/project/workflow/Snakefile_v2.smk) only one config file is needed: | ||
|
||
```bash | ||
config_v2.yaml | ||
``` |