-
Notifications
You must be signed in to change notification settings - Fork 0
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
Poc/methylation #301
base: main
Are you sure you want to change the base?
Poc/methylation #301
Conversation
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@molgenis/vip-report-template", | |||
"version": "5.8.0", | |||
"version": "5.8.0 - methylation", |
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.
"version": "5.8.0 - methylation", | |
"version": "5.8.0-methylation", |
@@ -1,4 +1,4 @@ | |||
import { WindowApiClient } from "@molgenis/vip-report-api/src/WindowApiClient"; | |||
import { WindowApiClient } from "../../vip-report-api/src/WindowApiClient"; |
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 this required when using a linked library?
<Show when={qc().length > 0}> | ||
<abbr title={"Failed quality control filters: " + qc().join(", ")} class="ml-1 is-clickable"> | ||
<Show when={qc() != null && qc().length > 0}> | ||
<abbr title="Failed quality control filters: <workaround:disabled>" class="ml-1 is-clickable"> |
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.
note to self: due to a bug in vip-report-template that has been fixed on the main branch
@@ -1,4 +1,4 @@ | |||
import { ApiClient, ReportData } from "@molgenis/vip-report-api/src/ApiClient"; | |||
import { ApiClient, ReportData } from "../../../vip-report-api/src/ApiClient"; // CHANGES HERE |
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.
what do you mean with // CHANGES HERE
? Use FIXME or TODO in order for IDE to pick up stuff that requires attention
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.
Travis reports that the last build failed:
✖ 990 problems (926 errors, 64 warnings)
ELIFECYCLE Command failed with exit code 1.
The command "pnpm run lint" exited with 1.
No description provided.