Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Atz committed Feb 16, 2024
1 parent 7c3b20e commit 83f731a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,7 @@ ls output/

## 3. Sampling from a template ligand

In the `genfromligand/` directory, Dragonfly can be applied to generate molecules based on a template SMILES string.
If you run the program for the first time, create directory 'output' first:
```
mkdir output
```
Use the following command:
In the `genfromligand/` directory, Dragonfly can be applied to generate molecules based on a template SMILES string, using the following command:
```
cd genfromligand/
python sampling.py -config 603 -epoch 305 -T 0.5 -smi_id rosiglitazone -smi "CN(CCOC1=CC=C(C=C1)CC2C(=O)NC(=O)S2)C3=CC=CC=N3" -num_mols 100
Expand Down

0 comments on commit 83f731a

Please sign in to comment.