Skip to content

Commit 9f47aa9

Browse files
Refactor: Replace mindpipe -> micone
1 parent 05be419 commit 9f47aa9

File tree

80 files changed

+750
-728
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+750
-728
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ repos:
44
hooks:
55
- id: black
66
language_version: python3
7-
args: [--py36]
87
exclude: micone/pipelines/src

CONTRIBUTING.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/dileep-kishore/mindpipe/issues.
18+
Report bugs at https://github.com/dileep-kishore/micone/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/dileep-kishore/mindpipe/issues.
48+
The best way to send feedback is to file an issue at https://github.com/dileep-kishore/micone/issues.
4949

5050
If you are proposing a feature:
5151

@@ -57,17 +57,17 @@ If you are proposing a feature:
5757
Get Started!
5858
------------
5959

60-
Ready to contribute? Here's how to set up `mindpipe` for local development.
60+
Ready to contribute? Here's how to set up `micone` for local development.
6161

62-
1. Fork the `mindpipe` repo on GitHub.
62+
1. Fork the `micone` repo on GitHub.
6363
2. Clone your fork locally::
6464

65-
$ git clone [email protected]:your_name_here/mindpipe.git
65+
$ git clone [email protected]:your_name_here/micone.git
6666

6767
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
6868

69-
$ mkvirtualenv mindpipe
70-
$ cd mindpipe/
69+
$ mkvirtualenv micone
70+
$ cd micone/
7171
$ python setup.py develop
7272

7373
4. Create a branch for local development::
@@ -79,7 +79,7 @@ Ready to contribute? Here's how to set up `mindpipe` for local development.
7979
5. When you're done making changes, check that your changes pass flake8 and the
8080
tests, including testing other Python versions with tox::
8181

82-
$ flake8 mindpipe tests
82+
$ flake8 micone tests
8383
$ python setup.py test or py.test
8484
$ tox
8585

@@ -103,15 +103,15 @@ Before you submit a pull request, check that it meets these guidelines:
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105105
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
106-
https://travis-ci.org/dileep-kishore/mindpipe/pull_requests
106+
https://travis-ci.org/dileep-kishore/micone/pull_requests
107107
and make sure that the tests pass for all supported Python versions.
108108

109109
Tips
110110
----
111111

112112
To run a subset of tests::
113113

114-
$ py.test tests.test_mindpipe
114+
$ py.test tests.test_micone
115115

116116

117117
Deploying

HISTORY.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Added
2020
- ``Pipeline`` class defines the pipeline and methods to run the pipeline
2121
- ``Environments`` class that creates, lists and loads conda environments
2222
- Logging functionality
23-
- CLI interface for mindpipe
23+
- CLI interface for micone
2424

2525

2626
0.4.2 (2018-10-08)
@@ -196,8 +196,8 @@ Added
196196
- First release and initial commits
197197

198198

199-
.. _[0.2.3]: https://github.com/dileep-kishore/mindpipe/compare/v0.2.2...v0.2.3
200-
.. _[0.2.2]: https://github.com/dileep-kishore/mindpipe/compare/v0.2.1...v0.2.2
201-
.. _[0.2.1]: https://github.com/dileep-kishore/mindpipe/compare/v0.2.0...v0.2.1
202-
.. _[0.2.0]: https://github.com/dileep-kishore/mindpipe/compare/v0.1.0...v0.2.0
199+
.. _[0.2.3]: https://github.com/dileep-kishore/micone/compare/v0.2.2...v0.2.3
200+
.. _[0.2.2]: https://github.com/dileep-kishore/micone/compare/v0.2.1...v0.2.2
201+
.. _[0.2.1]: https://github.com/dileep-kishore/micone/compare/v0.2.0...v0.2.1
202+
.. _[0.2.0]: https://github.com/dileep-kishore/micone/compare/v0.1.0...v0.2.0
203203

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include LICENSE
55
include README.rst
66

77
recursive-include tests *
8-
recursive-include mindpipe *
8+
recursive-include micone *
99
recursive-exclude * __pycache__
1010
recursive-exclude * *.py[co]
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MiCoNE - Microbial Co-occurrence Network Explorer
22
=================================================
33

4-
[![Build Status](https://travis-ci.com/dileep-kishore/mindpipe.svg?token=qCMKydrUTvcJ87J6czex&branch=master)](https://travis-ci.com/dileep-kishore/mindpipe)
4+
[![Build Status](https://travis-ci.com/dileep-kishore/micone.svg?token=qCMKydrUTvcJ87J6czex&branch=master)](https://travis-ci.com/dileep-kishore/micone)
55
[![CodeFactor](https://www.codefactor.io/repository/github/segrelab/micone/badge)](https://www.codefactor.io/repository/github/segrelab/micone)
66
[![Updates](https://pyup.io/repos/github/segrelab/MiCoNE/shield.svg)](https://pyup.io/repos/github/segrelab/MiCoNE/)
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Microbial Interaction Database Pipeline
33
=======================================
44

55

6-
.. image:: https://img.shields.io/pypi/v/mindpipe.svg
7-
:target: https://pypi.python.org/pypi/mindpipe
6+
.. image:: https://img.shields.io/pypi/v/micone.svg
7+
:target: https://pypi.python.org/pypi/micone
88

9-
.. image:: https://img.shields.io/travis/dileep-kishore/mindpipe.svg
10-
:target: https://travis-ci.org/dileep-kishore/mindpipe
9+
.. image:: https://img.shields.io/travis/dileep-kishore/micone.svg
10+
:target: https://travis-ci.org/dileep-kishore/micone
1111

12-
.. image:: https://readthedocs.org/projects/mindpipe/badge/?version=latest
13-
:target: https://mindpipe.readthedocs.io/en/latest/?badge=latest
12+
.. image:: https://readthedocs.org/projects/micone/badge/?version=latest
13+
:target: https://micone.readthedocs.io/en/latest/?badge=latest
1414
:alt: Documentation Status
1515

1616

17-
.. image:: https://pyup.io/repos/github/dileep-kishore/mindpipe/shield.svg
18-
:target: https://pyup.io/repos/github/dileep-kishore/mindpipe/
17+
.. image:: https://pyup.io/repos/github/dileep-kishore/micone/shield.svg
18+
:target: https://pyup.io/repos/github/dileep-kishore/micone/
1919
:alt: Updates
2020

2121

@@ -24,7 +24,7 @@ The pipeline that powers the Microbial Interaction Network Database
2424

2525

2626
* Free software: MIT license
27-
* Documentation: https://mindpipe.readthedocs.io.
27+
* Documentation: https://micone.readthedocs.io.
2828

2929

3030
Features

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = python -msphinx
7-
SPHINXPROJ = mindpipe
7+
SPHINXPROJ = micone
88
SOURCEDIR = .
99
BUILDDIR = _build
1010

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
99
)
1010
set SOURCEDIR=.
1111
set BUILDDIR=_build
12-
set SPHINXPROJ=mindpipe
12+
set SPHINXPROJ=micone
1313

1414
if "%1" == "" goto help
1515

docs/micone.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ micone.cli module
2727
:undoc-members:
2828
:show-inheritance:
2929

30-
micone.mindpipe module
30+
micone.micone module
3131
----------------------
3232

33-
.. automodule:: micone.mindpipe
33+
.. automodule:: micone.micone
3434
:members:
3535
:undoc-members:
3636
:show-inheritance:

docs/readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ This package was created with
7070
`audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`__
7171
project template.
7272

73-
.. |Build Status| image:: https://travis-ci.com/dileep-kishore/mindpipe.svg?token=qCMKydrUTvcJ87J6czex&branch=master
74-
:target: https://travis-ci.com/dileep-kishore/mindpipe
73+
.. |Build Status| image:: https://travis-ci.com/dileep-kishore/micone.svg?token=qCMKydrUTvcJ87J6czex&branch=master
74+
:target: https://travis-ci.com/dileep-kishore/micone
7575
.. |CodeFactor| image:: https://www.codefactor.io/repository/github/segrelab/micone/badge
7676
:target: https://www.codefactor.io/repository/github/segrelab/micone
7777
.. |Updates| image:: https://pyup.io/repos/github/segrelab/MiCoNE/shield.svg

0 commit comments

Comments
 (0)