akcorut / kGWASflow

kGWASflow is a Snakemake workflow for performing k-mers-based GWAS.
https://github.com/akcorut/kGWASflow/wiki
MIT License
28 stars 8 forks source link

Something about string expected and not found. #34

Open ChristianDina opened 2 months ago

ChristianDina commented 2 months ago

kgwasflow/lib/python3.11/site-packages/kgwasflow-1.2.3-py3.11.egg/workflow/rules/common.smk, line 91: sequence item 0: expected str instance, PosixPath found

Line 91 is : config_file= ", ".join(workflow.configfiles)

ChristianDina commented 2 months ago

Sorry, already solved. By the way, I am Christian, new to kgwasflow and will try to run this. Surely will have other questions