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

Poc/methylation #301

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Poc/methylation #301

wants to merge 7 commits into from

Conversation

dennishendriksen
Copy link
Contributor

No description provided.

@dennishendriksen dennishendriksen changed the title Po c/methylation Poc/methylation Feb 8, 2024
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-template",
"version": "5.8.0",
"version": "5.8.0 - methylation",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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";
Copy link
Contributor Author

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">
Copy link
Contributor Author

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
Copy link
Contributor Author

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

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants