-
Notifications
You must be signed in to change notification settings - Fork 1
Description
First, let me thank you for the tool.
I'm trying to run Population Analyses on a dataset that I had to process with multiple filters. In short, I'm using an assembled reference at scaffold level and low coverage data made available through GBS techniques.
When I try to run the docker, I get a python error which I cannot figure out how to fix
Traceback (most recent call last):
File "/PAPipe/bin/main.py", line 99, in
Postprocessing.main_pipe(args, dict_param, index)
File "/PAPipe/bin/Postprocessing.py", line 298, in main_pipe
post_param = Param.Postprocessing(args.out, dict_param)
File "/PAPipe/bin/Param.py", line 85, in Postprocessing
O_post_param.write("<" + dict_param["VariantCalling"]["VCF_prefix"] + ">\n")
TypeError: can only concatenate str (not "collections.defaultdict") to str
Also, since my reference has more chromossome than allowed by plink, is there a way to add the --allow-extra-chr option from plink in the anlyses?
Any help would be appreciated.
Thank you