Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Feb 20, 2024
1 parent ea9c84f commit 8961aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genomeuploader/genome_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ def recover_info_from_xml(genomeDict, sample_xml, live_mode):
def create_sample_attribute(sample_attributes, data_list, mag_data=None):
tag = data_list[0]
value = data_list[1]
print(tag, value)
if mag_data:
value = str(mag_data[value])
units = None
Expand Down

0 comments on commit 8961aa3

Please sign in to comment.