-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDE/PKFE-30 #60
MDE/PKFE-30 #60
Conversation
CONSOLE_FEEDBACK_EVENT, | ||
{ | ||
"type": "errr", | ||
"message": f"FileNotFoundError: {e} while SpliceAI applying algorithm " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while applying SpliceAI algorithm*
CONSOLE_FEEDBACK_EVENT, | ||
{ | ||
"type": "errr", | ||
"message": f"PermissionError: {e} while SpliceAI applying algorithm " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while applying SpliceAI algorithm*
) | ||
return jsonify({"error": "An internal error occurred"}), 500 | ||
|
||
return jsonify({"message": "LOVD data downloaded successful"}), 200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
successfully*
) | ||
return jsonify({"error": "An internal error occurred"}), 500 | ||
|
||
return jsonify({"message": "CliVar data downloaded successful"}), 200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
successfully*
) | ||
return jsonify({"error": "An internal error occurred"}), 500 | ||
|
||
return jsonify({"message": "gnomAD data downloaded successful"}), 200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
successfully*
String(now.getHours()).padStart(2, '0') + | ||
':' + | ||
String(now.getMinutes()).padStart(2, '0') + | ||
':' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
':' is an illegal file name character in Windows. Would be better and safer to just seperate everything with '-', '_' or '.'
{ | ||
"type": "info", | ||
"message": f"Applying SpliceAI algorithm to '{relative_path}' with " | ||
+ f"override: `{override}'...", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
` {override}'
There are different quotation marks. Should be '
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also applies to other places where similiar text line was copy-pasted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works flawlessly! Just minor changes are needed.
Initial 2024-09-11
Requested changes 2024-09-12