Skip to content

Commit 6fc6c0d

Browse files
authored
Merge pull request #11 from compomics/fix-nocal
Fix running with no calibration
2 parents 18e059c + 00a248d commit 6fc6c0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

im2deep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""
22

3-
__version__ = "1.0.2"
3+
__version__ = "1.0.3"

im2deep/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def main(
217217
"No calibration file found. Proceeding without calibration. Calibration is HIGHLY recommended for accurate CCS prediction."
218218
)
219219
psm_list_cal_df = None
220+
df_cal = None
220221

221222
if not output_file:
222223
output_file = Path(psm_file).parent / (Path(psm_file).stem + "_IM2Deep-predictions.csv")

0 commit comments

Comments
 (0)