Skip to content

Commit

Permalink
Flag experimental tools in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymillar committed Sep 18, 2024
1 parent e8839ea commit 4abb69c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
19 changes: 14 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,20 @@ estimated from depths.
The output is reported as a simple VCF file which includes allele depths and population allele
frequencies (estimated from the mean of individual frequencies), but no genotype calls.

Example notebooks
-----------------
Example notebook
----------------

- An `example notebook`_ demonstrating genotype calling with MCHap in a bi-parental population.
- A `second example notebook`_ demonstrating some experimental features of MCHap presented at the 2024 `Tools for Polyploids`_ workshop.
See the `example notebook`_ demonstrating genotype calling with MCHap in a bi-parental population.

Experimental features
---------------------

\:warning: **WARNING: The following tools are highly experimental!!!** :warning:

- ``mchap call-pedigree``: for pedigree informed genotype calling.
- ``mchap atomize``: for converting micro-haplotype calls to phased sets of SNVs.

See the `experimental notebook`_ demonstrating the `call-pedigree` tool as presented at the 2024 `Tools for Polyploids`_ workshop.

Funding
-------
Expand All @@ -81,5 +90,5 @@ The development of MCHap was partially funded by the "Tools for Polyploids" Spec
.. _`MCHap assemble documentation`: docs/assemble.rst
.. _`MCHap call documentation`: docs/call.rst
.. _`example notebook`: docs/example/bi-parental.ipynb
.. _`second example notebook`: docs/example/bi-parental-pedigree.ipynb
.. _`experimental notebook`: docs/example/bi-parental-pedigree.ipynb
.. _`Tools for Polyploids`: https://www.polyploids.org/
4 changes: 3 additions & 1 deletion docs/example/bi-parental-pedigree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"*(Last updated for MCHap version 0.10.0)*\n",
"\n",
"This notebook demonstrates pedigree informed micro-haplotype calling in a small bi-parental cross.\n",
"It uses a ***development release of MCHap***.\n",
"\n",
"**WARNING: The `call-pedigree` tool is considered highly experimental**!!!\n",
"\n",
"The following topics are introduced:\n",
"\n",
"- **Pooled de novo haplotype assembly with `mchap assemble`**\n",
Expand Down

0 comments on commit 4abb69c

Please sign in to comment.