Skip to content

Added Support for longer genomes

Raphael Müller requested to merge long into master

The calculation of the number of nucleotides in the reference genome was dependent on the maximum value of Signed Integers. We replace the conversion from String to Int with String to Long, which should be enough for quite some time.

Additionally, results are now written to a file (prefix+results.txt)

Merge request reports