Skip to content

Commit

Permalink
Replace relative paths with abs paths to JS components (#747)
Browse files Browse the repository at this point in the history
* Replace relative path with abs path to the component.

* Make abs path more portable.
  • Loading branch information
VJalili authored Nov 13, 2024
1 parent 92bfa21 commit 1d78766
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion website/docs/modules/annotate_vcf.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 20
slug: av
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

Adds annotations, such as the inferred function and allele frequencies of variants, to a VCF.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/clean_vcf.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 14
slug: cvcf
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/CleanVcf.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/cluster_batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 5
slug: cb
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/ClusterBatch.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/combine_batches.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 11
slug: cmb
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/CombineBatches.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/evidence_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 2
slug: eqc
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/EvidenceQC.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/filter_batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 7
slug: fb
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/FilterBatch.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/filter_genotypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 19
slug: fg
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/FilterGenotypes.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/gather_batch_evidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 4
slug: gbe
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/GatherBatchEvidence.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/gather_sample_evidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1
slug: gse
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/GatherSampleEvidence.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/genotype_complex.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 13
slug: gcv
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/GenotypeComplexVariants.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/main_vcf_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 21
slug: mvqc
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/MainVcfQC.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/refine_cpx.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 15
slug: refcv
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/RefineComplexVariants.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/resolve_complex.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 12
slug: rcv
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/ResolveComplexVariants.wdl)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/modules/train_gcnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 3
slug: gcnv
---

import { Highlight, HighlightOptionalArg } from "../../src/components/highlight.js"
import { Highlight, HighlightOptionalArg } from "@site/src/components/highlight.js"

[WDL source code](https://github.com/broadinstitute/gatk-sv/blob/main/wdl/TrainGCNV.wdl)

Expand Down

0 comments on commit 1d78766

Please sign in to comment.