QPromaQ commited on
Commit
7bc306a
·
verified ·
1 Parent(s): b17fe43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -34,8 +34,7 @@ If any packages are missing during python code execution, install them manually
34
  5. Run **Mass_models.py** on **FEATURES_ALL.ndjson**, **Supp1.csv**, **Supp2.xlsx**
35
  6. Run **predict_dir.py** to generate predictions for all trained models on FASTA genomes. If files provided, annotate predictions with ground truth from the TSV file, and report metrics separately for Isolate and MAG genomes.
36
 
37
- Run Mass_models.py using FEATURES_ALL.ndjson, Supp1.csv, and Supp2.xlsx.
38
- Example run settings:
39
  ```python
40
  python3 80_20_split_fixed.py
41
  --ndjson FEATURE_ALL.ndjson
 
34
  5. Run **Mass_models.py** on **FEATURES_ALL.ndjson**, **Supp1.csv**, **Supp2.xlsx**
35
  6. Run **predict_dir.py** to generate predictions for all trained models on FASTA genomes. If files provided, annotate predictions with ground truth from the TSV file, and report metrics separately for Isolate and MAG genomes.
36
 
37
+ Example run settings (All resutls were obtained using seed=42):
 
38
  ```python
39
  python3 80_20_split_fixed.py
40
  --ndjson FEATURE_ALL.ndjson