Added Support for longer genomes
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)