Skip to content

Commit 3e120ec

Browse files
committed
added page for nextflow installation
1 parent f0a6c94 commit 3e120ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/guide/example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar:
1212
---
1313

1414
import { FileTree, Aside, Card, CardGrid, Steps, Icon, Tabs, TabItem } from '@astrojs/starlight/components';
15-
import { Code } from 'astro-expressive-code/components'
15+
import { Code } from 'astro-expressive-code/components';
1616

1717

1818
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.

src/content/docs/guide/nextflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88
---
99

1010
import { FileTree, Aside, Card, CardGrid, Steps, Icon, Tabs, TabItem } from '@astrojs/starlight/components';
11-
import { Code } from 'astro-expressive-code/components'
11+
import { Code } from 'astro-expressive-code/components';
1212

1313

1414
Nextflow is a powerful workflow management system that simplifies the process of writing and executing complex data analysis pipelines.

0 commit comments

Comments
 (0)