VIB-PSB / ksrates

ksrates is a tool to position whole-genome duplications relative to speciation events using substitution-rate-adjusted mixed paralog-ortholog Ks distributions.
https://ksrates.readthedocs.io
GNU General Public License v3.0
15 stars 9 forks source link

PAML installation from source #7

Closed Cecilia-Sensalari closed 3 years ago

Cecilia-Sensalari commented 3 years ago
Cecilia-Sensalari commented 3 years ago

Renaming "wgd" module to "wgd_ksrates": We have called the wgd module integrated in ksrates simply "wgd", however this is also how wgd is called when installed separately (one might have wgd already installed or might want to install it later on). If for example you install first ksrates and then wgd, the most recent wgd will take over when "wgd" is called in the commands during our ksrates pipeline. This leads to some incompatibilities... To solve this I'm giving a new name to our integrated wgd directory ("wgd_ksrates") and I'm changing it in the files where needed.

lohausr commented 3 years ago

Renaming "wgd" module to "wgd_ksrates": We have called the wgd module integrated in ksrates simply "wgd", however this is also how wgd is called when installed separately (one might have wgd already installed or might want to install it later on). If for example you install first ksrates and then wgd, the most recent wgd will take over when "wgd" is called in the commands during our ksrates pipeline. This leads to some incompatibilities... To solve this I'm giving a new name to our integrated wgd directory ("wgd_ksrates") and I'm changing it in the files where needed.

Hmm. We do not use the wgd command anywhere anymore, or do we? Is this also the case for the import statements, would it rather import from a separately installed wgd than the module integrated within ksrates?