Skip to content

Commit

Permalink
fixed small doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Puumanamana committed Mar 15, 2021
1 parent da9d70e commit a902876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To run CoCoNet with the default parameters, you simply need to provide the assem
coconet --fasta scaffolds.fasta --bam cov/*.bam --output binning_results
You can see the usage information for each subcommand by typing :code:`coconet <subcommand> -h`, where `<subcommand>` is either `preprocess`, `learn`, `cluster` or `run`. For more details about the options, see the :ref:`hyperparameters` section
You can see the usage information for each subcommand by typing :code:`coconet <subcommand> -h`, where `<subcommand>` is either `preprocess`, `learn`, `cluster` or `run`. For more details about the options, see the :ref:`hyperparameters <hyperparameters>` section

You can use the :code:`--continue` flag to resume an interrupted run. However, depending where your run was interrupted, you might have corrupted files, in
which case you would need to either re-run from the start or delete the corrupted file.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/hyperparameters.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:ref:`hyperparameters`
.. _hyperparameters:

Hyperparameters
---------------
Expand Down

0 comments on commit a902876

Please sign in to comment.