fatmacankara commited on
Commit
f7cdaf8
·
1 Parent(s): 2be2c33

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +6 -6
ASCARIS.py CHANGED
@@ -46,13 +46,13 @@ with st.form('mform', clear_on_submit=False):
46
  #parser.add_argument('-s', '--source_option',
47
  # help='Selection of input structure data.\n 1: PDB Structures (default), 2: AlphaFold Structures',
48
  # default=1)
49
- parser.add_argument('-i', '--input_datapoint',
50
- help='Input file or query datapoint\n Option 1: Comma-separated list of identifiers (UniProt ID-wt residue-position-mutated residue (e.g. Q9Y4W6-N-432-T or Q9Y4W6-N-432-T, Q9Y4W6-N-432-T)) \n Option 2: Enter comma-separated file path')
 
 
 
51
 
52
- parser.add_argument('-impute', '--imputation_state', default='True',
53
- help='Whether resulting feature vector should be imputed or not. Default True.')
54
-
55
- args = parser.parse_args()
56
 
57
  input_set = input_data
58
  mode = source
 
46
  #parser.add_argument('-s', '--source_option',
47
  # help='Selection of input structure data.\n 1: PDB Structures (default), 2: AlphaFold Structures',
48
  # default=1)
49
+ #parser.add_argument('-i', '--input_datapoint',
50
+ # help='Input file or query datapoint\n Option 1: Comma-separated list of identifiers (UniProt ID-wt residue-position-mutated residue (e.g. Q9Y4W6-N-432-T or Q9Y4W6-N-432-T, Q9Y4W6-N-432-T)) \n Option 2: Enter comma-separated file path')
51
+ #
52
+ #parser.add_argument('-impute', '--imputation_state', default='True',
53
+ # help='Whether resulting feature vector should be imputed or not. Default True.')
54
 
55
+ #args = parser.parse_args()
 
 
 
56
 
57
  input_set = input_data
58
  mode = source