samhorsfield96 commited on
Commit
2fd7b60
·
verified ·
1 Parent(s): 9ceb66f

Update README.md

Browse files

Adds get_representatives.py information

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,3 +17,9 @@ GENOME000001 /path/to/GENOME000001.fasta
17
  GENOME000002 /path/to/GENOME000002.fasta
18
  GENOME000003 /path/to/GENOME000003.fasta
19
  ```
 
 
 
 
 
 
 
17
  GENOME000002 /path/to/GENOME000002.fasta
18
  GENOME000003 /path/to/GENOME000003.fasta
19
  ```
20
+
21
+ Representatives were then generated using the [get_representatives.py](https://github.com/samhorsfield96/BacCorpusWF/blob/main/scripts/get_representatives.py) script:
22
+
23
+ ```
24
+ python get_representatives.py --infile ${outpref}_dists.tsv --min-return 100000 --threshold 0.80,0.85,0.90,0.95,0.98,0.99,1.0 --outpref ${outpref} --workflow reps
25
+ ```