Update README.md
Browse filesAdds get_representatives.py information
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 |
+
```
|