From fb6720a8bbc41f00ebea6925e45dac293ec68564 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Fri, 1 Nov 2024 09:59:50 -0400 Subject: [PATCH] Add links to GATK forums and joint calling workspace (#741) --- website/docs/execution/joint.md | 2 +- website/docs/troubleshooting/faq.md | 1 + website/docs/troubleshooting/support.md | 10 ++++++++++ website/src/components/HomepageFeatures/index.js | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 website/docs/troubleshooting/support.md diff --git a/website/docs/execution/joint.md b/website/docs/execution/joint.md index fdb0378a1..4105e4edc 100644 --- a/website/docs/execution/joint.md +++ b/website/docs/execution/joint.md @@ -6,7 +6,7 @@ slug: joint --- ## Terra workspace -Users should clone the Terra joint calling workspace (TODO) +Users should clone the [Terra joint calling workspace](https://app.terra.bio/#workspaces/broad-firecloud-dsde-methods/GATK-Structural-Variants-Joint-Calling) which is configured with a demo sample set. Refer to the following sections for instructions on how to run the pipeline on your data using this workspace. diff --git a/website/docs/troubleshooting/faq.md b/website/docs/troubleshooting/faq.md index 439cbf391..b84233616 100644 --- a/website/docs/troubleshooting/faq.md +++ b/website/docs/troubleshooting/faq.md @@ -1,6 +1,7 @@ --- title: FAQ slug: faq +sidebar_position: 0 --- Please consult the following resources for additional troubleshooting guides: diff --git a/website/docs/troubleshooting/support.md b/website/docs/troubleshooting/support.md new file mode 100644 index 000000000..fb85ce632 --- /dev/null +++ b/website/docs/troubleshooting/support.md @@ -0,0 +1,10 @@ +--- +title: User support +slug: support +sidebar_position: 1 +--- + +For guidance troubleshooting error messages, please review our [FAQ](./faq). + +If you still cannot resolve your issue, reach out to our support team on the +[GATK forums](https://gatk.broadinstitute.org/hc/en-us/community/topics). diff --git a/website/src/components/HomepageFeatures/index.js b/website/src/components/HomepageFeatures/index.js index e5ce0b381..bfb9eeaff 100644 --- a/website/src/components/HomepageFeatures/index.js +++ b/website/src/components/HomepageFeatures/index.js @@ -18,7 +18,7 @@ const accessibleFeatures = [ ), buttons: [ { - buttonLink: 'https://app.terra.bio', + buttonLink: 'https://app.terra.bio/#workspaces/broad-firecloud-dsde-methods/GATK-Structural-Variants-Joint-Calling', buttonText: 'Joint Calling Workspace' }, {