Commit 89f05497 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Merge branch 'main' of github.com:aqlaboratory/openfold into main

parents a14e8360 24118e80
...@@ -299,7 +299,7 @@ docker run \ ...@@ -299,7 +299,7 @@ docker run \
-v /mnt/alphafold_database/:/database \ -v /mnt/alphafold_database/:/database \
-ti openfold:latest \ -ti openfold:latest \
python3 /opt/openfold/run_pretrained_openfold.py \ python3 /opt/openfold/run_pretrained_openfold.py \
/data/input.fasta \ /data/fasta_dir \
/database/pdb_mmcif/mmcif_files/ \ /database/pdb_mmcif/mmcif_files/ \
--uniref90_database_path /database/uniref90/uniref90.fasta \ --uniref90_database_path /database/uniref90/uniref90.fasta \
--mgnify_database_path /database/mgnify/mgy_clusters_2018_12.fa \ --mgnify_database_path /database/mgnify/mgy_clusters_2018_12.fa \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment