Hi Vedran,
I just installed pigx 1.1.7 using Guix in Ubuntu.
I tried to run the minimal test dataset and I get the same exact error as Somesh posted.
pigx-scrnaseq -s settings.yaml sample_sheet.csv -n
Traceback (most recent call last):
File "/home/gc/.guix-profile/bin/pigx-scrnaseq", line 362, in <module>
generate_config(args.configfile,
File "/home/gc/.guix-profile/bin/pigx-scrnaseq", line 167, in generate_config
update_config(settings,yaml.safe_load(open(settingsfile, 'r')))
File "/gnu/store/6v5h60wjdslsbv0skrdi7v3q6y6qj553-snakemake-5.32.2/lib/python3.8/site-packages/snakemake/utils.py", line 480, in update_config
_update(config, overwrite_config)
File "/gnu/store/6v5h60wjdslsbv0skrdi7v3q6y6qj553-snakemake-5.32.2/lib/python3.8/site-packages/snakemake/utils.py", line 473, in _update
for (key, value) in u.items():
AttributeError: 'NoneType' object has no attribute 'items'
I used the provided setting and sample sheet (see attached).
I also tried with my data and setting and the error message was the same.
Any idea?
Thank you,
Gianni