-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from jbloomlab/citation_info
Citation info
- Loading branch information
Showing
6 changed files
with
26 additions
and
12 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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
Acknowledgements | ||
----------------- | ||
``alignparse`` is written by `the Bloom lab <https://research.fhcrc.org/bloom/en.html>`_. | ||
|
||
See https://github.com/jbloomlab/alignparse/graphs/contributors for the full list of contributors. | ||
`alignparse <https://jbloomlab.github.io/alignparse/>`_ is written by `the Bloom lab <https://research.fhcrc.org/bloom/en.html>`_. | ||
|
||
For the full list of contributors to `alignparse <https://jbloomlab.github.io/alignparse/>`_, `see here <https://github.com/jbloomlab/alignparse/graphs/contributors>`_. | ||
|
||
If you use `alignparse <https://jbloomlab.github.io/alignparse/>`_ in your research, please cite the following reference: | ||
|
||
Crawford KHD and Bloom JD. `"alignparse: A Python package for parsing complex features from high-throughput long-read sequencing." <https://doi.org/10.21105/joss.01915>`_. *Journal of Open Source Software*, 4:44, 1915 (2019). | ||
|
||
If you use the :mod:`alignparse.minimap2` module to run `minimap2 <https://github.com/lh3/minimap2>`_, please also cite the `reference for minimap2 <https://academic.oup.com/bioinformatics/article/34/18/3094/4994778>`_. |
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
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 |
---|---|---|
@@ -1,21 +1,19 @@ | ||
Installation | ||
-------------- | ||
|
||
``alignparse`` requires Python 3.6 or higher and is currently tested on Python 3.6 and 3.7. | ||
`alignparse <https://jbloomlab.github.io/alignparse/>`_ requires Python 3.6 or higher and is currently tested on Python 3.6 and 3.7. | ||
A Mac OS X or Linux operating system is also required. | ||
|
||
The easiest way to install ``alignparse`` is from `PyPI <https://pypi.org/>`_ using `pip <https://pip.pypa.io>`_ with:: | ||
The easiest way to install `alignparse <https://jbloomlab.github.io/alignparse/>`_ is from `PyPI <https://pypi.org/>`_ using `pip <https://pip.pypa.io>`_ with:: | ||
|
||
pip install alignparse | ||
|
||
Note that installing the dependency ``pysam`` may require additional packages on the host system. | ||
Note that installing the dependency `pysam <https://pysam.readthedocs.io/en/latest/api.html>`_ may require additional packages on the host system. | ||
See the `pysam documentation <https://pysam.readthedocs.io/en/latest/installation.html#pypi-installation>`_ for more details. | ||
|
||
The source code for ``alignparse`` is available on GitHub at https://github.com/jbloomlab/alignparse. | ||
|
||
In order to use the :mod:`alignparse.minimap2` module, you need to install the `minimap2 <https://github.com/lh3/minimap2>`_ executable (version 2.17 or higher). | ||
You can do that via the `bioconda recipe <https://bioconda.github.io/recipes/minimap2/README.html>`_ or from the program's release page `as described here <https://github.com/lh3/minimap2#install>`_. | ||
|
||
An ``environment.yml`` file is provided with the source code. This can be used to create a `conda environment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ that installs ``alignparse`` and its dependencies using:: | ||
An ``environment.yml`` file is provided with the source code. This can be used to create a `conda environment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ that installs `alignparse <https://jbloomlab.github.io/alignparse/>`_ and its dependencies using:: | ||
|
||
conda env create -f environment.yml |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package index | ||
Package index | ||
============= | ||
|
||
* :ref:`genindex` | ||
|