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
Currently, if a float is provided as an input genomic position, such as 1.3e+07, the output table will have floats for that value. This results in an inconsistency in the output format. This can be resolved by casting all genomic position values to integers.
The text was updated successfully, but these errors were encountered:
Currently, if a float is provided as an input genomic position, such as 1.3e+07, the output table will have floats for that value. This results in an inconsistency in the output format. This can be resolved by casting all genomic position values to integers.
The text was updated successfully, but these errors were encountered: