SunPengChuan / wgdi

WGDI: A user-friendly toolkit for evolutionary analyses of whole-genome duplications and ancestral karyotypes
https://wgdi.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
121 stars 22 forks source link

ks result is empty #27

Closed ardy20 closed 1 year ago

ardy20 commented 1 year ago

Hello I prepared the total.conf as follows but the result is empty. Could you please guide?

[ks] cds_file = /scratch/project_mnt/S0030/wgdi/male-female/male.cds.fa pep_file = /scratch/project_mnt/S0030/wgdi/male-female/male.pep.fa align software = muscle pairs_file = /scratch/project_mnt/S0030/wgdi/male-female/collinearity_file ks_file = ks_result

the collinerarity file is from Improved collinearity step.

Also how to prepare files for two species?

ardy20 commented 1 year ago

Header of collinearity file:

collinearity_file

SunPengChuan commented 1 year ago

If two or more different species, cat them to one file. If the ks result is empty, delete it and run again.

ardy20 commented 1 year ago

I run the Ks analysis several times but it is still empty. It only shows one line of Wgdi -ks analysis (its header). My conda environment uses python 11. Could this be a conda python issue?

SunPengChuan commented 1 year ago

Delete the file named 'pep' in this directory

ardy20 commented 1 year ago

Hi I think I found the error. In ks documentation, in total.config file there is a missing underline, in which align software should be converted to align_software

I mean: align software > align_software