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
MicroHapulator depends on several Python packages.
26
-
These are listed in `setup.py` in the main source code distribution.
27
-
If performing a non-standard installation with `pip`, these dependencies will automatically be installed from the Python Package Index (PyPI).
28
-
29
-
Preparing Illumina reads for analysis and interpretation with MicroHapulator also depends on several bioinformatics tools, including [FLASH](https://ccb.jhu.edu/software/FLASH/), [Minimap2](https://lh3.github.io/minimap2/minimap2.html) (or an alternative short read aligner), [SAMtools](http://www.htslib.org/), and [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/).
30
-
These software tools are installed automatically when performing a standard installation with Conda.
31
-
Otherwise, they must be installed manually.
32
-
33
-
34
23
## Development quick start
35
24
36
-
If you're setting up an environment for developing MicroHapulator, you may want to skip the procedure outlined above and use the following instead.
25
+
If you're setting up an environment for developing MicroHapulator, you probably want to skip the procedure outlined above and use the following instead, after [installing pixi](https://pixi.sh/latest/installation/).
0 commit comments