You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Modelling and Inference of MICrobiomes Project (MIMIC)
6
6
:target:https://codecov.io/gh/ucl-cssb/MIMIC
7
7
8
8
Overview
9
-
---------
9
+
--------
10
10
11
11
MIMIC: A Comprehensive Python Package for Simulating, Inferring, and Predicting
12
12
Microbial Community Interactions
@@ -32,7 +32,7 @@ microbial ecology research and supports ecological predictions and applications,
32
32
benefiting the scientific and applied microbiology communities.
33
33
34
34
Structure
35
-
-----------
35
+
---------
36
36
37
37
The repository is organized into the following main directories:
38
38
@@ -59,17 +59,16 @@ The repository is organized into the following main directories:
59
59
- `tests/`: Contains unit tests for the project's code.
60
60
- `.github/`: Contains GitHub templates and workflows.
61
61
62
-
63
62
Installation
64
-
--------------
63
+
------------
65
64
66
65
Prerequisites
67
66
^^^^^^^^^^^^^
68
67
69
68
- **Conda Package Manager**: We recommend using Conda to manage the environment due to dependencies that may not be available via pip.
70
69
71
70
Installation Steps
72
-
^^^^^^^^^^^^^^^^^^^
71
+
^^^^^^^^^^^^^^^^^^
73
72
74
73
For macOS and Ubuntu
75
74
""""""""""""""""""""
@@ -129,8 +128,6 @@ For Windows
129
128
130
129
4. **Install the Package**
131
130
132
-
Install the package in editable mode:
133
-
134
131
.. code-block:: bash
135
132
136
133
pip install -e .
@@ -142,7 +139,7 @@ For Windows
142
139
Alternative Installation Using Pip Only
143
140
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144
141
145
-
If you prefer to use pip without Conda, you can install the package and its dependencies by compiling `requirements.in` into `requirements.txt`:
142
+
If you prefer to use pip without Conda, you can install the package and its dependencies by compiling ``requirements.in`` into ``requirements.txt``:
146
143
147
144
.. code-block:: bash
148
145
@@ -154,39 +151,44 @@ If you prefer to use pip without Conda, you can install the package and its depe
154
151
pip install -r requirements.txt
155
152
pip install -e .
156
153
157
-
158
154
**Note**: This method may not install all dependencies correctly, especially if there are packages that are only available via Conda. We recommend using the Conda installation method for full functionality.
159
155
160
156
Compilers
161
-
"""""""""""
157
+
"""""""""
162
158
A g++ compiler is required for the PyMC3 package.
163
159
160
+
164
161
Usage
165
-
-------
162
+
-----
163
+
164
+
.. usage-begin
166
165
167
166
To get started with MIMIC, you can explore a variety of detailed examples and comprehensive documentation.
168
167
169
-
- **Documentation**: Visit our [complete documentation](https://yourdocumentationurl.com) for detailed guides and more.
170
-
- **Examples**: Check out our [Examples Directory](https://github.com/ucl-cssb/MIMIC/tree/master/examples) which includes Jupyter notebooks demonstrating how to use MIMIC for different applications and scenarios.
168
+
- **Documentation**: Visit our `complete documentation<https://ucl-cssb.github.io/MIMIC/>`_ for detailed guides and more.
169
+
- **Examples**: Check out our `Examples Directory<https://github.com/ucl-cssb/MIMIC/tree/master/examples>`_ which includes Jupyter notebooks demonstrating how to use MIMIC for different applications and scenarios.
171
170
172
171
The documentation is regularly updated with the latest information on usage, features, and examples to help you effectively utilize the MIMIC package in your research or applications.
173
172
173
+
.. usage-end
174
+
174
175
Contributing
175
-
-------------
176
+
------------
176
177
177
-
We welcome contributions to the MIMIC project. Please refer to our `Contribution Guidelines <CONTRIBUTING.rst>`_ for more information.
178
+
We welcome contributions to the MIMIC project. Please refer to our
179
+
`Contribution Guidelines <CONTRIBUTING.rst>`_ for more information.
178
180
179
181
License
180
-
--------
182
+
-------
181
183
182
184
This project is licensed under the `LICENSE <LICENSE>`_.
183
185
184
186
Acknowledgements
185
-
-----------------
187
+
----------------
186
188
187
189
This project is based on methods proposed in `this paper <https://onlinelibrary.wiley.com/doi/full/10.1002/bies.201600188>`_.
188
190
189
191
Contact
190
-
--------
192
+
-------
191
193
192
194
For questions or feedback, please `contact us <mailto:christopher.barnes@ucl.ac.uk>`_.
0 commit comments