You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# AlphaPulldown: Version 2.0.0
1
+
# AlphaPulldown: Version 2.0.1
2
2
3
3
> AlphaPulldown fully **maintains backward compatibility** with input files and scripts from versions 1.x.
4
4
5
5
## Table of Contents
6
6
7
7
<!-- TOC start (generated with https://github.com/derlin/bitdowntoc) -->
8
8
9
-
-[AlphaPulldown: Version 2.0.0 (Beta)](#alphapulldown-version-200-beta)
9
+
-[AlphaPulldown: Version 2.0.1](#alphapulldown-version-201)
10
10
*[Table of Contents](#table-of-contents)
11
11
-[About AlphaPulldown](#about-alphapulldown)
12
12
*[Overview](#overview)
@@ -299,7 +299,7 @@ You can delete the <writable_image_dir> now.
299
299
300
300
## 2. Configuration
301
301
302
-
Adjust `config/config.yaml` for your particular use case. It is possible to use pre-calculated features (e.g. [downloaded from our features database](https://github.com/KosinskiLab/AlphaPulldown?tab=readme-ov-file#installation)) by adding paths to the features to your config/config.yaml
302
+
Adjust [`config/config.yaml`](https://github.com/KosinskiLab/AlphaPulldownSnakemake/blob/main/config/config.yaml) for your particular use case. It is possible to use pre-calculated features (e.g. [downloaded from our features database](https://github.com/KosinskiLab/AlphaPulldown?tab=readme-ov-file#installation)) by adding paths to the features to your config/config.yaml
303
303
304
304
```yaml
305
305
feature_directory :
@@ -313,7 +313,15 @@ If you want to use CCP4 for analysis, open `config/config.yaml` in a text editor
If you want to change folding backend, simply add `folding-backend` flag to the `structure_inference_arguments`, e.g. for using AlphaFold3 backend:
317
+
```yaml
318
+
structure_inference_arguments:
319
+
--fold_backend: alphafold3
320
+
--<other-flags>
321
+
```
322
+
Please do not forget to change `alphafold-data-directory` and add backend specific flags.
323
+
> [!NOTE]
324
+
> At the moment AlphaPulldown supports the following backends: alphafold, alphafold3, alphalink and unifold.
317
325
**input_files**
318
326
This variable holds the path to your sample sheet, where each line corresponds to a folding job. For this pipeline we use the following format specification:
0 commit comments