Update README.md
Browse files
README.md
CHANGED
|
@@ -42,5 +42,9 @@ Run the script with the desired arguments, such as the protein sequence, ligand
|
|
| 42 |
```shell
|
| 43 |
python drug_generator.py -f bcl2.fasta -l COc1ccc(cc1)C(=O) -n 50
|
| 44 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
## License
|
| 46 |
[Artistic License 2.0](https://opensource.org/license/artistic-license-2-0-php/)
|
|
|
|
| 42 |
```shell
|
| 43 |
python drug_generator.py -f bcl2.fasta -l COc1ccc(cc1)C(=O) -n 50
|
| 44 |
```
|
| 45 |
+
- Note: If you are running in a Linux environment, you need to enclose the ligand's prompt with single quotes ('').
|
| 46 |
+
```shell
|
| 47 |
+
python drug_generator.py -f bcl2.fasta -l 'COc1ccc(cc1)C(=O)' -n 50
|
| 48 |
+
```
|
| 49 |
## License
|
| 50 |
[Artistic License 2.0](https://opensource.org/license/artistic-license-2-0-php/)
|