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 da407f6 commit fe3e3baCopy full SHA for fe3e3ba
qiita_db/metadata_template/util.py
@@ -113,7 +113,7 @@ def prefix_sample_names_with_id(md_template, study_id):
113
# Create a new column on the metadata template that includes the
114
# metadata template indexes prefixed with the study id
115
md_template['sample_name_with_id'] = (study_ids + '.' +
116
- md_template.index)
+ np.array(md_template.index))
117
md_template.index = md_template.sample_name_with_id
118
del md_template['sample_name_with_id']
119
# The original metadata template had the index column unnamed - remove
0 commit comments