Skip to content

Commit

Permalink
Update docs source
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Sep 7, 2021
1 parent 610ce59 commit 072f979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Reproducibility
---------------

The randomness in DNA Chisel is entirely determined by the Numpy random generator.
As a consequence, setting the Numpy seed at the beginning of a ascript ensures
As a consequence, setting the Numpy seed at the beginning of a script ensures
that the result will always be the same:

.. code:: python
Expand All @@ -16,4 +16,4 @@ that the result will always be the same:
# Start the script there...
If you have reproducibility issues despite setting the seed, we would consider
it a bug, please open an issue on Github.
it a bug, please open an issue on Github.
2 changes: 1 addition & 1 deletion docs/ref/cli.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Command Line Interface
----------------------

Installing the DNA Chisel python library automatically installs the
Installing the DNA Chisel Python package automatically installs the
``dnachisel`` command line interface (CLI) accessible from the machine's terminal.

This interface enables to get a problem as an annotated genbank and output
Expand Down

0 comments on commit 072f979

Please sign in to comment.