smtnkc commited on
Commit
6e261ff
·
1 Parent(s): 56ed3d0

Update readme

Browse files
INSTRUCTIONS.md CHANGED
@@ -12,7 +12,7 @@ Application compares the target sequences with the average embedding of the refe
12
 
13
  Upload a CSV file with the target sequences. CSV file must have ``accession_id`` and ``sequence`` columns.
14
 
15
- See [the example target file](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/target.csv) which includes 10 Omicron (``EPI_ISL_177...``) and 10 Eris (``EPI_ISL_189...``) sequences. It is important to note that the selected Omicron sequences are currently circulating and are not included in the training dataset.
16
 
17
  ##### 3. Get output
18
 
@@ -33,7 +33,7 @@ The output will be a dataframe with the following columns:
33
 
34
  **Note:** All ranks are in descending order, with the default sorting metric being `rank_scgra`.
35
 
36
- See [the output](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/output_eris_delta.csv) for [the example target file](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/target_eris_delta.csv).
37
 
38
  ### The Ranking Mechanism
39
 
 
12
 
13
  Upload a CSV file with the target sequences. CSV file must have ``accession_id`` and ``sequence`` columns.
14
 
15
+ See [the example target file](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/target_eris_omicron.csv) which includes 10 Omicron (``EPI_ISL_177...``) and 10 Eris (``EPI_ISL_189...``) sequences. It is important to note that the selected Omicron sequences are currently circulating and are not included in the training dataset.
16
 
17
  ##### 3. Get output
18
 
 
33
 
34
  **Note:** All ranks are in descending order, with the default sorting metric being `rank_scgra`.
35
 
36
+ See [the output](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/output_eris_omicron.csv) for [the example target file](https://huggingface.co/spaces/smtnkc/cov-snn-app/resolve/main/target_eris_omicron.csv).
37
 
38
  ### The Ranking Mechanism
39
 
output_eris_delta.csv → output_eris_omicron.csv RENAMED
File without changes
target_eris_delta.csv → target_eris_omicron.csv RENAMED
File without changes