Mentions légales du service

Skip to content

Fix test that was passing chromosome_size as a float

E. Madison Bray requested to merge embray/chromosome-size-bug into master

(out of lazy use by me of scientific format) instead of an int, which resulted in some round-tripping failures.

Now ReformatPosition will convert chromsome_size to an int if it isn't already, but will issue a warning.

Merge request reports