Skip to content

Commit f6ebee3

Browse files
committed
Fix markdown linting
1 parent 99046cb commit f6ebee3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/usage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ and investigate the log and error messages that are produced by each command of
530530
the process.
531531
532532
For example, in the error in
533-
[1a](#1a-Nextflow-reports-an-error-executing-process-with-command-error) you can
533+
[1a](#1a-nextflow-reports-an-error-executing-process-with-command-error) you can
534534
see the following line
535535
536536
```bash
@@ -1443,7 +1443,7 @@ signal drop or want to log off, Nextflow will not crash.
14431443
#### Tutorial Human Pop-Gen - Results
14441444
14451445
Assuming the run completed without any crashes (if problems do occur, check
1446-
against [#usage](#pipeline-options) that all parameters are as expected, or
1446+
against [the parameters documentation](https://nf-co.re/eager/parameters) that all parameters are as expected, or
14471447
check the [FAQ](#troubleshooting-and-faqs)), we can now check our results in
14481448
`results/`.
14491449
@@ -1699,7 +1699,7 @@ each `Lane`, but the `Sample_Name` and `Library_ID` columns identify and group
16991699
them together accordingly. Secondly, as we have NextSeq data, we have specified
17001700
we have `2` for `Colour_Chemistry`, which is important for downstream processing
17011701
(see below). The other columns are less important for this particular context of
1702-
metagenomic screening. See the nf-core/eager [usage](#pipeline-options)
1702+
metagenomic screening. See the nf-core/eager [the parameters documentation](https://nf-co.re/eager/parameters)
17031703
documentation for more specifications on how to set up a TSV file (e.g. why
17041704
despite NextSeqs only having 4 lanes, we go up to 8 in the example above).
17051705
@@ -1802,7 +1802,7 @@ nextflow run nf-core/eager \
18021802
nf-core/eager will now take all unmapped reads after mapping and convert the BAM
18031803
file back to FASTQ, which can be accepted by MALT. But of course, we also then
18041804
need to tell nf-core/eager we actually want to run MALT. We will also specify
1805-
the location of the [pre-built database](#preparation) and which 'min support'
1805+
the location of the [pre-built database](#tutorial-metagenomics---preparation) and which 'min support'
18061806
method we want to use (this specifies the minimum number of alignments is needed
18071807
to a particular taxonomic node to be 'kept' in the MALT output files). Otherwise
18081808
we will keep all other parameters as default. For example using BlastN mode,
@@ -1874,7 +1874,7 @@ Porphyromonas
18741874
```
18751875
18761876
We have also specified the path to the HOPS resources [downloaded
1877-
earlier](#preparation), and that I want to turn off 'destacking' (removal of any
1877+
earlier](#tutorial-metagenomics---preparation), and that I want to turn off 'destacking' (removal of any
18781878
read that overlaps the positions of another - something only recommended to keep
18791879
on when you have high coverage data).
18801880
@@ -1885,7 +1885,7 @@ signal drop or want to log off, Nextflow will not crash.
18851885
#### Tutorial Metagenomics - Results
18861886
18871887
Assuming the run completed without any crashes (if problems do occur, check
1888-
against [usage](#pipeline-options) that all parameters are as expected, or check
1888+
against [the parameters documentation](https://nf-co.re/eager/parameters) that all parameters are as expected, or check
18891889
the [FAQ](#troubleshooting-and-faqs)), we can now check our results in
18901890
`results/`.
18911891
@@ -2511,7 +2511,7 @@ signal drop or want to log off, Nextflow will not crash.
25112511
#### Tutorial Pathogen Genomics - Results
25122512
25132513
Assuming the run completed without any crashes (if problems do occur, check
2514-
against [#usage](#pipeline-options) that all parameters are as expected, or
2514+
against [the parameters documentation](https://nf-co.re/eager/parameters) that all parameters are as expected, or
25152515
check the [FAQ](#troubleshooting-and-faqs)), we can now check our results in
25162516
`results/`.
25172517

0 commit comments

Comments
 (0)