You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was trying to get barcodes generates for data with 0 values manually, and upon editing the dataframes, I ran into a ValueError:
File "/Users/magr0763/.local/lib/python3.6/site-packages/DAStk/differential_md_score.py", line 53, in main
control_nr_peaks[line_chunks[0][:-4]] = int(line_chunks[3])
ValueError: invalid literal for int() with base 10: '6.0'
I'm a little surprised that this is only an error when I save the dataframe after edits. That said, I changed int to float in that line 53 and it's working fine now. I'm not sure if it will matter with the update, but figured I'd mention it.
The text was updated successfully, but these errors were encountered:
In GitLab by @magr0763 on Dec 19, 2018, 12:16
So I was trying to get barcodes generates for data with 0 values manually, and upon editing the dataframes, I ran into a ValueError:
I'm a little surprised that this is only an error when I save the dataframe after edits. That said, I changed int to float in that line 53 and it's working fine now. I'm not sure if it will matter with the update, but figured I'd mention it.
The text was updated successfully, but these errors were encountered: