Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requirements/CI/numpy-1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jun 1, 2022
2 parents 5d20e03 + f76b1c7 commit a0f40e0
Show file tree
Hide file tree
Showing 28 changed files with 899 additions and 569 deletions.
1 change: 1 addition & 0 deletions docs/_ext/speciescatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ def model_image(self, species, model):
os.makedirs(f"parameter_images/{species.id}/", exist_ok=True)
img_name = f"parameter_images/{species.id}/{mid}.png"
plt.savefig(img_name, dpi=150)
plt.close()
section = nodes.image(uri=img_name)
return section

Expand Down
10 changes: 10 additions & 0 deletions docs/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,16 @@ Then, if you feel ready, make an issue on our

.. speciescatalog:: AnoCar

.. speciescatalog:: AnoGam

.. speciescatalog:: ApiMel

.. speciescatalog:: AraTha

.. speciescatalog:: BosTau

.. speciescatalog:: CaeEle

.. speciescatalog:: CanFam

.. speciescatalog:: ChlRei
Expand All @@ -66,6 +74,8 @@ Then, if you feel ready, make an issue on our

.. speciescatalog:: HomSap

.. speciescatalog:: PapAnu

.. speciescatalog:: PonAbe

.. speciescatalog:: StrAga
Expand Down
7 changes: 7 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,13 @@ to him until directed).
--retainIntermediates
.. note::

The ``GeneticMap`` named ``"SalomeAveraged_TAIR10"`` for ``"AraTha"``
was generated by aligning the TAIR7 and TAIR10 with ``"minimap2"``,
and lifting the recombination rates on TAIR7 to TAIR10 with
``"paftools.js liftover"``.


.. _sec_development_dfe_model:

Expand Down
4 changes: 4 additions & 0 deletions docs/parameter_tables/AnoGam/GabonAg1000G_1A17.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Population size,"4,069,863","Modern population size"
Population size,"205,766","Mean coalescence time / 4"
"Generation time (yrs.)",1/11,"Generation time"
"Mutation rate (subst/gen)",3.5e-9,"Mutation rate"
Loading

0 comments on commit a0f40e0

Please sign in to comment.