compmetagen / micca

micca - MICrobial Community Analysis
http://compmetagen.github.io/micca
GNU General Public License v3.0
20 stars 9 forks source link

use external tools if available #16

Closed EricDeveaud closed 2 years ago

EricDeveaud commented 5 years ago

Hello,

I would like to install micca on our cluster. we already have all the requirement tools (swarm, muscle, VSearch, etc...) installed and available.

unfortunatly micca have hardcoded path for those tools.

why vsearch, fasttree, swarm and muscle have hardcoded path while cutadapt and rdp are searched externaly ?

can you please provide an installation method that will allow us to use already installed tools. or just use simple system calls that relies on the user path to run muscle, vsearch, ...

regards

Eric