You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I'm also getting the same error however I got it to work past that point (although not completely) by automatically recognising the files by naming them as suggested in the Docs and placing the config.yml in the same directory.
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!
The text was updated successfully, but these errors were encountered: