GreatCaptainNemo commited on
Commit
75172e7
1 Parent(s): fc323c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -107,4 +107,24 @@ if __name__ == '__main__':
107
  with open(args.output_file,'w') as f:
108
  f.write("\n".join(outputs))
109
  print("All the outputs have been saved in",args.output_file)
110
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  with open(args.output_file,'w') as f:
108
  f.write("\n".join(outputs))
109
  print("All the outputs have been saved in",args.output_file)
110
+ ```
111
+
112
+ # Input Format:
113
+ The instructions which you input to the model should follow the following format:
114
+ ```text
115
+ [Generate by superfamily] Superfamily=<xxx>
116
+ or
117
+ [Determine superfamily] Seq=<yyy>
118
+ ```
119
+ Here are some examples of the input:
120
+ ```text
121
+ [Generate by superfamily] Superfamily=<Ankyrin repeat-containing domain superfamily>
122
+ ```
123
+ ```
124
+ #You can also specify the first few amino acids of the protein sequence:
125
+ [Generate by superfamily] Superfamily=<Ankyrin repeat-containing domain superfamily> Seq=<MKRVL
126
+ ```
127
+ ```
128
+ [Determine superfamily] Seq=<MAPGGMPREFPSFVRTLPEADLGYPALRGWVLQGERGCVLYWEAVTEVALPEHCHAECWGVVVDGRMELMVDGYTRVYTRGDLYVVPPQARHRARVFPGFRGVEHLSDPDLLPVRKR>
129
+ ```
130
+ **See [this](https://github.com/Lyu6PosHao/ProLLaMA/blob/main/superfamilies.txt) on all the optional superfamilies.**