Skip to content
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

Merged
merged 7 commits into from
Sep 11, 2024
Merged

MDE/PKFE-30 #60

merged 7 commits into from
Sep 11, 2024

Conversation

@mantvydasdeltuva mantvydasdeltuva added the enhancement New feature or request label Sep 11, 2024
@mantvydasdeltuva mantvydasdeltuva self-assigned this Sep 11, 2024
CONSOLE_FEEDBACK_EVENT,
{
"type": "errr",
"message": f"FileNotFoundError: {e} while SpliceAI applying algorithm "
Copy link
Collaborator

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 "
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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') +
':' +
Copy link
Collaborator

@justinnas justinnas Sep 11, 2024

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}'...",
Copy link
Collaborator

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 '

Copy link
Collaborator

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

Copy link
Collaborator

@justinnas justinnas left a 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.

@mantvydasdeltuva mantvydasdeltuva merged commit f492789 into main Sep 11, 2024
0 of 3 checks passed
@mantvydasdeltuva mantvydasdeltuva deleted the MDE/PKFE-30 branch September 11, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants