Skip to content

Commit

Permalink
does this work
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Dec 18, 2023
1 parent 9c796ac commit aa271ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/common_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def sampleSheetGroups(sampleSheet,multipleComp):
if k not in "All":
d[k][list(d["All"].keys())[0]]=[]
for x in d["All"].values():
d[k][list(d["All"].keys())[0]].append([xx for xs in x for xx in xs])
d[k][list(d["All"].keys())[0]].append([y for y in x])
del d['All']
f.close()
return d
Expand Down

0 comments on commit aa271ad

Please sign in to comment.