sims-lab / CapCruncher

Analysis tool for NG-Capture-C, Tri-C and Tiled-C data
https://sims-lab.github.io/CapCruncher/
GNU General Public License v3.0
6 stars 3 forks source link

Can't run pipeline. Problem recognizing fastq? #282

Open fbleao opened 7 months ago

fbleao commented 7 months ago

Hi, I installed the latest version of capcruncher as suggested and I'm currently trying to run it. I'm getting the following error:

TypeError in file /home/linux/miniforge3/lib/python3.10/site-packages/capcruncher/pipeline/workflow/Snakefile, line 32: expected str, bytes or os.PathLike object, not float File "/home/linux/miniforge3/lib/python3.10/site-packages/capcruncher/pipeline/workflow/Snakefile", line 32, in File "/home/linux/miniforge3/lib/python3.10/site-packages/capcruncher/pipeline/utils.py", line 199, in from_files File "/home/linux/miniforge3/lib/python3.10/site-packages/pandas/core/series.py", line 4626, in apply File "/home/linux/miniforge3/lib/python3.10/site-packages/pandas/core/apply.py", line 1025, in apply File "/home/linux/miniforge3/lib/python3.10/site-packages/pandas/core/apply.py", line 1076, in apply_standard File "pandas/_libs/lib.pyx", line 2834, in pandas._libs.lib.map_infer File "/home/linux/miniforge3/lib/python3.10/site-packages/capcruncher/pipeline/utils.py", line 202, in File "/home/linux/miniforge3/lib/python3.10/posixpath.py", line 142, in basename

My fastq and config files are in the same working directory. Any ideas what the issue might be?

Thank you!

Mingwan2002 commented 1 day ago

Hi fbleao!

I faced the exact same issue!

I tried placing the config.yml file both with the compressed and catenated data, and in another folder, but both did not work.

I've put my error beside yours (on NotePad), most lines are similar!

Hopefully, it can be resolved soon

image