File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ The best way to install MITNANEX's dependencies is throught a beautiful conda/ma
3737
3838* For Mac M1 using mamba (you can change it for conda):
3939 ```
40- CONDA_SUBDIR=osx-64; mamba create -n mitnanex -c conda-forge -c bioconda seqkit seqtk fpa minimap2 miniasm flye gfastats samtools
40+ CONDA_SUBDIR=osx-64; mamba create -n mitnanex -c conda-forge -c bioconda seqkit seqtk fpa minimap2 miniasm flye gfastats samtools Filtlong
4141 mamba activate mitnanex
4242 pip install pandas maturin biopython scikit-learn utils-mitnanex
4343 ```
4444* For Linux
4545 ```
46- conda create -n mitnanex -c conda-forge -c bioconda Seqkit Seqtk fpa Minimap2 Miniasm Flye Gfastats Samtools
46+ conda create -n mitnanex -c conda-forge -c bioconda Seqkit Seqtk fpa Minimap2 Miniasm Flye Gfastats Samtools Filtlong
4747 conda activate mitnanex
4848 pip install pandas maturin biopython scikit-learn utils-mitnanex
4949 ```
You can’t perform that action at this time.
0 commit comments