Skip to content

Commit

Permalink
Update doc for rename_colab_search_a3m.py
Browse files Browse the repository at this point in the history
Requires script download but should for now and users who used local colab_search should manage
  • Loading branch information
jkosinski authored and DimaMolod committed Nov 6, 2024
1 parent 3e0490b commit f6085e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,11 @@ output_dir
...
```
These a3m files from `colabfold_search` are inconveniently named. Thus, we have provided a `rename_colab_search_a3m.py` script to help you rename all these files. Simply run:
These a3m files from `colabfold_search` are inconveniently named. Thus, we have provided a `rename_colab_search_a3m.py` script to help you rename all these files. Download the script from https://github.com/KosinskiLab/AlphaPulldown/blob/main/alphapulldown/scripts/rename_colab_search_a3m.py and run:
```bash
# within the same conda env where you have installed AlphaPulldown
cd output_dir
rename_colab_search_a3m.py
python rename_colab_search_a3m.py path_to_fasta_file_you_used_as_input_for_colabfold_search
```
Then your `output_dir` will become:
Expand Down

0 comments on commit f6085e2

Please sign in to comment.