File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
chemicaltoolbox/lirasearch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1818 python -m esp_dnn.predict -m ligand -i . -o . &&
1919 esp-surface-generator ligand.pdb.pqr ligand.pdb.tmesh &&
2020 sh-coeff-calculator . &&
21- ln -s ${database_select.fields.path}/* /opt/ignite/storage &&
21+ ln -sf ${database_select.fields.path}/* /opt/ignite/storage &&
2222 echo 'y' | /opt/ignite/bin/control.sh --set-state ACTIVE_READ_ONLY &&
2323 micromamba run -n lirasearch python /opt/ignite/scripts/lira_search_sdf.py --in_file rid_coeffs.csv --out_file output --database /opt/ignite/storage/rid_coeffs.csv --ignite_address 127.0.0.1:10800 --num_results $num_results --out_folder search_results &&
2424 micromamba run -n lirasearch python /opt/ignite/scripts/lira_super.py --target ligand.pdb --folder search_results &&
You can’t perform that action at this time.
0 commit comments