Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ searcher = ProteoRiftSearch(
|
|
| 65 |
precursor_tolerance_type="ppm",
|
| 66 |
charge=3,
|
| 67 |
length_filter=True,
|
| 68 |
-
device="cuda"
|
| 69 |
)
|
| 70 |
|
| 71 |
results = searcher.search(mgf_dir="...", peptide_db="...")
|
|
|
|
| 65 |
precursor_tolerance_type="ppm",
|
| 66 |
charge=3,
|
| 67 |
length_filter=True,
|
| 68 |
+
device="cuda"
|
| 69 |
)
|
| 70 |
|
| 71 |
results = searcher.search(mgf_dir="...", peptide_db="...")
|