fedarko / strainFlye

Pipeline for analyzing (rare) mutations in metagenome-assembled genomes
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Sort out exact dependencies #5

Closed fedarko closed 2 years ago

fedarko commented 2 years ago

See https://github.com/fedarko/sheepgut/blob/main/environment.yml.

A few conda things (minimap2, samtools, CheckM, prodigal) will likely need to be installed first. Figure out what the easiest way to set things up will be; maybe it'll be faster to get this up on Conda than PyPI.

Makes sense to document dependencies on a module-by-module basis:

fedarko commented 2 years ago

I think for now we can just ask users to install the conda prereqs, then install the actual package via pip. If we can get this on conda easily then it'll just be one step, but that's another can of worms