We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18e059c + 00a248d commit 6fc6c0dCopy full SHA for 6fc6c0d
im2deep/__init__.py
@@ -1,3 +1,3 @@
1
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""
2
3
-__version__ = "1.0.2"
+__version__ = "1.0.3"
im2deep/__main__.py
@@ -217,6 +217,7 @@ def main(
217
"No calibration file found. Proceeding without calibration. Calibration is HIGHLY recommended for accurate CCS prediction."
218
)
219
psm_list_cal_df = None
220
+ df_cal = None
221
222
if not output_file:
223
output_file = Path(psm_file).parent / (Path(psm_file).stem + "_IM2Deep-predictions.csv")
0 commit comments