Skip to content

Commit

Permalink
Fix a few broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 25, 2020
1 parent 35acf32 commit feb2874
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions documentation/source/parameter-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,10 @@ File Staging
The correction stage of Canu requires random access to all the reads. Performance is greatly
improved if the gkpStore database of reads is copied locally to each node that computes corrected
read consensus sequences. This 'staging' is enabled by supplying a path name to fast local storage
with the :ref:`stageDirectory` option, and, optionally, requesting access to that resource from the grid
with the :ref:`gridEngineStageOption` option.
with the :ref:`stageDirectory <stageDirectory>` option, and, optionally, requesting access to that resource from the grid
with the :ref:`gridEngineStageOption <gridEngineStageOption>` option.

.. _stageDirectory:

stageDirectory <string=undefined>
A path to a directory local to each compute node. The directory should use an environment
Expand All @@ -279,6 +281,8 @@ stageDirectory <string=undefined>

If specified in a specFile, do not escape the dollar signs.

.. _gridEngineStageOption:

gridEngineStageOption <string=undefined>
This string is passed to the job submission command, and is expected to request
local disk space on each node. It is highly grid specific. The string `DISK_SPACE`
Expand Down Expand Up @@ -854,6 +858,8 @@ give you sufficient coverage of your genome/plasmid. In these cases, you can set
`corOutCoverage=999`, or any value greater than your total input coverage which will correct and
assemble all input data, at the expense of runtime.

.. _corErrorRate:

corErrorRate <integer=unset>
Do not use overlaps with error rate higher than this (estimated error rate for `mhap` and `minimap` overlaps).

Expand Down

0 comments on commit feb2874

Please sign in to comment.