Skip to content

Commit

Permalink
Merge branch 'add-missing-dash' into 'dev'
Browse files Browse the repository at this point in the history
add missing dash to docs [CW-3148]

Closes CW-3148

See merge request epi2melabs/workflows/wf-artic!156
  • Loading branch information
julibeg committed Nov 29, 2023
2 parents 5b047ec + bc69ecb commit 54451c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ More information on running EPI2ME workflows can be found on our [website](https
The following command can be used to obtain the workflow. This will pull the repository in to the assets folder of nextflow and provide a list of all parameters available for the workflow as well as an example command:

```
nextflow run epi2me-labs/wf-artic –help
nextflow run epi2me-labs/wf-artic -–help
```
A demo dataset is provided for testing of the workflow. It can be downloaded using:
```
Expand All @@ -75,6 +75,7 @@ For further information about running a workflow on the cmd line see https://lab




## Related protocols

This workflow is designed to take input sequences that have been produced from [Oxford Nanopore Technologies](https://nanoporetech.com/) devices.
Expand Down
4 changes: 2 additions & 2 deletions docs/04_install_and_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ More information on running EPI2ME workflows can be found on our [website](https
The following command can be used to obtain the workflow. This will pull the repository in to the assets folder of nextflow and provide a list of all parameters available for the workflow as well as an example command:

```
nextflow run epi2me-labs/wf-artic –help
nextflow run epi2me-labs/wf-artic -–help
```
A demo dataset is provided for testing of the workflow. It can be downloaded using:
```
Expand All @@ -26,4 +26,4 @@ nextflow run epi2me-labs/wf-artic \
--fastq test_data/reads.fastq.gz \
-profile standard
```
For further information about running a workflow on the cmd line see https://labs.epi2me.io/wfquickstart/
For further information about running a workflow on the cmd line see https://labs.epi2me.io/wfquickstart/

0 comments on commit 54451c7

Please sign in to comment.