Skip to content
Snippets Groups Projects
Commit 7bee27e7 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

remove unnecessary round function call in data import

Former-commit-id: ff267d4aababfac1b7bde45876f85910b1cd1c92
parent 9b2b88fa
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ select distinct protein.NumUniprot, domain.PfamNumAccession , complexe.NbCopy,
tpd.organism = taxonomy
tpd.administration_mode = row[4]
tpd.concentration = row[5]
tpd.dose = round(row[6], 4)
tpd.dose = row[6]
tpd.dose_interval = row[7]
tpd.save()
tpd_id_mapping[row[0]] = tpd.id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment