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

ortholog_peak_db.tsv, ortholog_ks_list_db.tsv database are not generated #53

Closed B10inform closed 11 months ago

B10inform commented 11 months ago

Hi, This tool looks great for wgd analysis. I am having issues running it. The ortholog_peak_db.tsv, ortholog_ks_list_db.tsv are not generated automatically with the nextflow pipeline. Do i need to generate using manual ksrates pipeline?

Thanks,

Cecilia-Sensalari commented 11 months ago

Hi,

Thanks for reaching out! Normally the database files are automatically generated both by the manual pipeline and the Nextflow pipeline. Their file path (or file name) is defined in your ksrates configuration file; it will generate them with default names ortholog_peak_db.tsv and ortholog_ks_list_db.tsv in the launching directory, unless you specify differently.

Could you therefore double-check your launching directory? To be more in control, you could set for the databases an absolute path in the configuration file:

peak_database_path = /my/absolute/path/to/ortholog_peak_db.tsv
ks_list_database_path = /my/absolute/path/to/ortholog_ks_list_db.tsv

Let me know if this helps, and otherwise we look for another reason!

Best, Cecilia

Cecilia-Sensalari commented 11 months ago

Hi,

I'll close this issue for inactivity, but feel free to post further if needed, and I'll reopen it :)

Best, Cecilia