-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for pypi See merge request algorithm/remora!86
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ To install from github source for development, the following commands can be run | |
:: | ||
|
||
git clone [email protected]:nanoporetech/remora.git | ||
pip install -e remora/[data_prep,tests] | ||
pip install -e remora/[tests] | ||
|
||
See help for any Remora command with the ``-h`` flag. | ||
|
||
|
@@ -76,6 +76,8 @@ Data Preparation | |
**************** | ||
|
||
Remora data preparation begins from Taiyaki mapped signal files generally produced from Megalodon containing modified base annotations. | ||
This requires installation of Taiyaki via ``pip install git+https://github.com/nanoporetech/taiyaki``. | ||
|
||
An example dataset might be pre-processed with the following commands. | ||
|
||
.. code-block:: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters