Skip to content

Commit

Permalink
Fixed add_spectrum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyyy777 committed Dec 8, 2020
1 parent 919714e commit 5525da2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<img src="https://github.com/Noble-Lab/crema/blob/master/docs/_static/crema_logo_caramel_light.png" width=300>

---

Confidence Estimation for Mass Spectrometry Proteomics

**crema** is a Python package that implements various methods to estimate false discovery rates (FDR) of peptide
Expand Down
Binary file modified crema/__pycache__/params.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_cli_add_spectrum(tmp_path):
cmd = [
"crema",
"data/single_add_spectrum.csv",
"--scan",
"--spectrum",
"scan",
"extras",
"--output_dir",
Expand Down
10 changes: 5 additions & 5 deletions tests/test_crema_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@
"c",
"d",
"e",
"f",
"g",
"h",
"i",
"j",
"z",
"b",
"y",
"d",
"x",
],
}
)
Expand Down

0 comments on commit 5525da2

Please sign in to comment.