liyuesen commited on
Commit
c2ddb7e
1 Parent(s): efe57a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -18,15 +18,12 @@
18
 
19
  # Example usage:
20
 
21
- * If you want to input a protein FASTA file,
22
-
23
  python drug_generator.py -f bcl2.fasta -n 50
24
 
25
- * If you want to input the amino acid sequence of the protein,
26
-
27
  python drug_generator.py -p MAKQPSDVSSECDREGRQLQPAERPPQLRPGAPTSLQTEPQGNPEGNHGGEGDSCPHGSPQGPLAPPASPGPFATRSPLFIFMRRSSLLSRSSSGYFSFDTDRSPAPMSCDKSTQTPSPPCQAFNHYLSAMASMRQAEPADMRPEIWIAQELRRIGDEFNAYYARRVFLNNYQAAEDHPRMVILRLLRYIVRLVWRMH -n 50
28
 
29
- * If you want to provide a prompt for the ligand
30
-
31
  python drug_generator.py -f bcl2.fasta -l COc1ccc(cc1)C(=O) -n 50
32
 
 
18
 
19
  # Example usage:
20
 
21
+ ## If you want to input a protein FASTA file,
 
22
  python drug_generator.py -f bcl2.fasta -n 50
23
 
24
+ ## If you want to input the amino acid sequence of the protein,
 
25
  python drug_generator.py -p MAKQPSDVSSECDREGRQLQPAERPPQLRPGAPTSLQTEPQGNPEGNHGGEGDSCPHGSPQGPLAPPASPGPFATRSPLFIFMRRSSLLSRSSSGYFSFDTDRSPAPMSCDKSTQTPSPPCQAFNHYLSAMASMRQAEPADMRPEIWIAQELRRIGDEFNAYYARRVFLNNYQAAEDHPRMVILRLLRYIVRLVWRMH -n 50
26
 
27
+ ## If you want to provide a prompt for the ligand
 
28
  python drug_generator.py -f bcl2.fasta -l COc1ccc(cc1)C(=O) -n 50
29