Skip to content

TypeError: can only concatenate str (not "collections.defaultdict") to str #5

@Canglan111

Description

@Canglan111

I used the command:
python3 /PAPipe/bin/main.py -P./main_param.txt -I./main_input.txt -A./main_sample.txt.
The error message is as follows:
-----------------Start-----------------
------------Postprocessing-------------
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
Thank you for your advice and help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions