Skip to content

Commit c0f8951

Browse files
authored
Merge pull request #20 from Arslan-Siraj/development
refine text
2 parents 8cf9812 + bdb140d commit c0f8951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def clean_filename_with_regex(filename):
298298
match = re.search(r"proteins([\d.]+)_XLs", protein_path.name)
299299
value = match.group(1) if match else None
300300
if float(value)>0.1000:
301-
warning_message = f"NuXL not report at {value}, Protein-level reports at 1% and 10% FDR will only be displayed if XL FDR thresholds (0.01 and 0.10) are specified. NuXL generates reports exclusively for these FDR values, so ensure the thresholds are set accordingly."
301+
warning_message = f"Proteins are not reported at {value}. Protein reports are only generated at 1% and 10% FDR, and only if XL FDR thresholds (0.01 and 0.10) or higher are specified."
302302
else:
303303
warning_message = f"{protein_path.name} file not exist in current workspace, please rerun analysis or upload."
304304

0 commit comments

Comments
 (0)