We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f64db2 commit 1d49112Copy full SHA for 1d49112
petab/core.py
@@ -139,8 +139,8 @@ def flatten_timepoint_specific_output_overrides(
139
replacement_id = ''
140
for field in possible_groupvars:
141
if field in groupvars:
142
- val = groupvar[groupvars.index(field)
143
- ].replace(';', '_').replace('.', '_')
+ val = str(groupvar[groupvars.index(field)
+ ]).replace(';', '_').replace('.', '_')
144
if replacement_id == '':
145
replacement_id = val
146
elif val != '':
0 commit comments