Skip to content

Commit

Permalink
feat: move variant calling out of coming soon (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 29, 2024
1 parent f3a47dd commit bdcc97c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ export const mainColumn: ComponentsConfig = [
variant: "banner",
},
},
{
component: C.AnalysisMethod,
viewBuilder: (r) =>
V.buildGenomeAnalysisMethod(r, {
analysisMethod: ANALYSIS_METHOD.VARIANT_CALLING,
text: MDX.VariantCalling({}),
title: "Variant calling",
}),
},
{
component: C.AnalysisMethod,
viewBuilder: (r) =>
Expand Down Expand Up @@ -54,15 +63,6 @@ export const mainColumn: ComponentsConfig = [
variant: "banner",
},
},
{
component: C.AnalysisMethod,
viewBuilder: (r) =>
V.buildGenomeAnalysisMethod(r, {
analysisMethod: ANALYSIS_METHOD.VARIANT_CALLING,
text: MDX.VariantCalling({}),
title: "Variant calling",
}),
},
{
component: C.AnalysisMethod,
viewBuilder: (r) =>
Expand Down

0 comments on commit bdcc97c

Please sign in to comment.