Skip to content

Commit a1af685

Browse files
committed
update format
1 parent 77cbc79 commit a1af685

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def terminate_subprocess():
436436
# then download link for identification file of above criteria
437437
download_selected_result_files_new(identification_files, link_name=f":arrow_down: {protocol_name}_XL_identification_files", zip_filename=f"{protocol_name}_XL_identification_files")
438438

439-
st.success("⚡️**Analyzing with NuXL Completed Successfully!** ⚡️")
439+
st.success("⚡️**Analyzing with NuXL Completed Successfully!** ⚡️")
440440

441441
else:
442442
# Display error message

content/dia_library.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"iRT calibration model",
7373
options=["linear", "piecewise"],
7474
index=0,
75-
help="Select the functional form used for iRT calibration."
75+
help="Select the functional form used for iRT calibration. If no file from MSFragger is available, it will be skipped automatically."
7676
)
7777
#run_FileInfo = st.checkbox("Run mzML FileInfo", value = True, help="If checked, FileInfo will be run on the selected mzML files to provide additional information in log.")
7878

@@ -282,10 +282,10 @@ def log(msg: str):
282282
log(f"{result_FileInfo.stdout}\n")
283283

284284
#-------------------check FileInfo output-----------------
285-
if "ion mobility: <none> .. <none>" in result_FileInfo.stdout:
286-
log("\n====> WARNING: No ion mobility information found in mzML files. Please ensure your data contains ion mobility for library generation. <====\n")
287-
st.error("No ion mobility information found in mzML files. Please ensure your data contains ion mobility for library generation.")
288-
st.stop()
285+
#if "ion mobility: <none> .. <none>" in result_FileInfo.stdout:
286+
# log("\n====> WARNING: No ion mobility information found in mzML files. Please ensure your data contains ion mobility for library generation. <====\n")
287+
# st.error("No ion mobility information found in mzML files. Please ensure your data contains ion mobility for library generation.")
288+
# st.stop()
289289

290290
#---------------upload the library file from MSFragger---------------------
291291
if uploaded_file is not None:

content/rescoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def terminate_subprocess():
382382
#download_selected_result_files(files_to_download, link_name=f":arrow_down: {id_file}_rescoring_out_files", zip_filename=f"{id_file}_rescoring_out_files")
383383
download_selected_result_files_new(files_to_download, link_name=f":arrow_down: {id_file}_rescoring_out_files", zip_filename=f"{id_file}_rescoring_out_files")
384384

385-
st.success("⚡️**Rescoring Completed Successfully!** ⚡️")
385+
st.success("⚡️**Rescoring Completed Successfully!** ⚡️")
386386

387387
else:
388388
# Display error message

0 commit comments

Comments
 (0)