bilalsm commited on
Commit
3a23c54
·
verified ·
1 Parent(s): 21ba6b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ searcher = ProteoRiftSearch(
65
  precursor_tolerance_type="ppm",
66
  charge=3,
67
  length_filter=True,
68
- device="cuda" # or "cpu", "auto"
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="...")