Skip to content

Commit

Permalink
Fix markdown page Props
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 11, 2024
1 parent 52b1c99 commit 794fb34
Show file tree
Hide file tree
Showing 42 changed files with 50 additions and 41 deletions.
9 changes: 9 additions & 0 deletions src/layouts/MarkdownPage.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
import Page from "./Page.astro";
const { frontmatter } = Astro.props;
---

<Page title={frontmatter.title} description={frontmatter.description} image={frontmatter.image}>
<slot />
</Page>
2 changes: 1 addition & 1 deletion src/pages/example1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Basic pipeline
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/example2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Mixing scripting languages
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/example3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: BLAST pipeline
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/example4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RNA-Seq pipeline
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/example5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Machine Learning pipeline
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/gsoc2016.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Google Summer of Code 2016
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

<div class="blg-summary example">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/alex.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Migrating legacy workflows to Nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/alper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## DolphinNext: A graphical user interface for distributed data processing of high throughput genomics
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/anna.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## FA-nf - A Bioinformatics pipeline for functional annotation implemented in Nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/anthony.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Pay As You Go Cloud Bioinformatics for Pathogens
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/anton.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## NF-web: a web interface for Nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/evan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Scientific workflows beyond the Ivory Tower
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/francesco.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow and human microbiome: from data to insights
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/lee-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Running Nextflow on AWS Batch
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/lee.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Governance & Guardrails: Managing your AWS account to ensure your data is secure and your budget is safe
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/luca.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Parallel and scalable workflow for the analysis of RNA modifications using Oxford Nanopore direct RNA sequencing
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/matthias.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Robust and reproducible pipelines to support routine clinical diagnostic and research projects in oncology
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/olga.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow at Chan Zuckerberg Biohub
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/paolo-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## What's new in Nextflow: DSL-2 and beyond
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/paolo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## What's new in Nextflow: DSL-2 and beyond
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/phil-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Getting started with nf-core
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/phil.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## nf-core community updates
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/program.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-06-05
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow Camp 2019 Program
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/richard.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Making use of Nextflow-managed WGS analysis for routine disease surveillance in British livestock
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/sam.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Accelerating Bioinformatics with Nextflow and the Cloud
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/venkat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## U-DAWS: Developing and maintaining reproducible workflows for bioinformatics data
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfcamp/2019/zamin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-05-28
type: col8
tags: nextflow,nfcamp,2019,workshop
status: published
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Shareable and scalable pathogen genomics with Nextflow, containers and Clockwork
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/alessia.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nextflow on the go
date: 2018-10-16
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow on the go
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/antonio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nextflow for supporting the European Reference Laboratory for GMO Food and Feed
date: 2018-11-15
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow for supporting the European Reference Laboratory for GMO Food and Feed
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/diogo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "FlowCraft: A modular, extensible and flexible tool to build, monitor and report Nextflow pipelines"
date: 2018-10-30
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## FlowCraft: A modular, extensible and flexible tool to build, monitor and report Nextflow pipelines
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/evan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nextflow support and enhancements
date: 2018-10-20
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow support and enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/francesco.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Industrial Personalised Immunotherapy Pipeline Development with Nextflow
date: 2018-10-22
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Agile pipelines with Nextflow: how to go from development to production without pain
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Exploiting orthology and de novo transcriptome assembly to refine target sequence information
date: 2018-10-20
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Exploiting orthology and de novo transcriptome assembly to refine target sequence information
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/luca.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Scaling genomics in the AWS cloud
date: 2018-10-22
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Scaling genomics in the AWS cloud
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/luke-goodsell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Industrial Personalised Immunotherapy Pipeline Development with Nextflow
date: 2018-10-11
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Industrial Personalised Immunotherapy Pipeline Development with Nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/paolo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: The state of Nextflow
date: 2018-10-20
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## The state of Nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/phil.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "nf-core: A community effort to collect curated Nextflow pipelines"
date: 2018-10-11
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## nf-core: A community effort to collect curated Nextflow pipelines
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/roger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "QCloud: A web-based quality control system for mass spectrometry-based proteomics laboratories"
date: 2018-10-30
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## QCloud: A web-based quality control system for mass spectrometry-based proteomics laboratories
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/simone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using Nextflow to create scalable and reproducible pipelines at Genomics Medicine Ireland
date: 2018-11-02
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Using Nextflow to create scalable and reproducible pipelines at Genomics Medicine Ireland
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/tiffany.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "IARC Nextflow pipelines: towards efficient cancer genomics analyses"
date: 2018-10-16
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## IARC Nextflow pipelines: Towards efficient cancer genomics analyses
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nfhack/2018/vladimir-kiselev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Nextflow at the heart of UK genomics
date: 2018-10-11
tags: nextflow,nfhack18,workshop
layout: "@layouts/Page.astro"
layout: "@layouts/MarkdownPage.astro"
---

## Nextflow at the heart of UK genomics
Expand Down

0 comments on commit 794fb34

Please sign in to comment.