comparison README.rst @ 2:abba603c6ef3 draft

"planemo upload for repository https://github.com/usegalaxy-au/galaxy-local-tools commit a510e97ebd604a5e30b1f16e5031f62074f23e86-dirty"
author galaxy-australia
date Thu, 03 Mar 2022 03:04:38 +0000
parents 6c92e000d684
children eb085b3dbaf8
comparison
equal deleted inserted replaced
1:6c92e000d684 2:abba603c6ef3
71 71
72 REFERENCE DATA 72 REFERENCE DATA
73 ~~~~~~~~~~~~~~ 73 ~~~~~~~~~~~~~~
74 74
75 Alphafold needs reference data to run. The wrapper expects this data to 75 Alphafold needs reference data to run. The wrapper expects this data to
76 be present at ``/data/alphafold_databases``. To download, run the 76 be present at ``/data/alphafold_databases``. A custom path will be read from
77 following shell script command in the tool directory. 77 the ALPHAFOLD_DB environment variable, if set. To download the AlphaFold,
78 reference data, run the following shell script command in the tool directory.
78 79
79 :: 80 ::
80 81
81 # make folders if needed 82 # make folders if needed
82 mkdir /data /data/alphafold_databases 83 mkdir /data /data/alphafold_databases