Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpacesa authored Oct 1, 2024
1 parent 44b820d commit 30be05f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_bindcraft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ wget -P ${install_dir}/params/ https://storage.googleapis.com/alphafold/alphafol
tar -xvf ${install_dir}/params/alphafold_params_2022-12-06.tar
rm ${install_dir}/params/alphafold_params_2022-12-06.tar

# chmod executables
chmod +x ${install_dir}/functions/dssp
chmod +x ${install_dir}/functions/DAlphaBall.gcc

# finish
conda deactivate
printf "BindCraft environment installed\n"
Expand Down

0 comments on commit 30be05f

Please sign in to comment.