Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion im2deep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""

__version__ = "1.0.2"
__version__ = "1.0.3"
1 change: 1 addition & 0 deletions im2deep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def main(
"No calibration file found. Proceeding without calibration. Calibration is HIGHLY recommended for accurate CCS prediction."
)
psm_list_cal_df = None
df_cal = None

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