Skip to content

Commit

Permalink
path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Sep 20, 2024
1 parent 77e2261 commit 2280345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the plugin, first activate the QIIME 2 environment and then install the
plugin repository from github:

```
pip install git+https://github.com/AmandaBirmingham/q2-surpi.git
pip install git+https://github.com/biocore/q2-surpi.git
```

After this, it is necessary to refresh the QIIME 2 plugin cache:
Expand Down
2 changes: 1 addition & 1 deletion q2_surpi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__license__ = 'BSD-3-Clause'
__author__ = 'Amanda Birmingham'
__email__ = '[email protected]'
__url__ = 'https://github.com/AmandaBirmingham/q2-surpi'
__url__ = 'https://github.com/biocore/q2-surpi'
__citations_fname__ = 'citations.bib'

__all__ = ['extract', 'SurpiCountTable', 'SurpiCountTableFormat',
Expand Down

0 comments on commit 2280345

Please sign in to comment.