https://github.com/bcgsc/ntCard
Revision d41be49591697caacfdad5e0f7d7c62ecf3de846 authored by Étienne Mollier on 16 June 2021, 18:48:17 UTC, committed by Étienne Mollier on 16 June 2021, 18:48:17 UTC
using uint64_t should probably be both more concise and less ambiguous
than any of size_t or unsigned long long.
1 parent 8605752
Raw File
Tip revision: d41be49591697caacfdad5e0f7d7c62ecf3de846 authored by Étienne Mollier on 16 June 2021, 18:48:17 UTC
hm, sounds like lines went too long
Tip revision: d41be49
ChangeLog
2020-09-25  Johnathan Wong <jowong@bcgsc.ca>
	* Release version 1.2.2
	* Fixed compilation error with gcc-9

2020-01-27  Johnathan Wong <jowong@bcgsc.ca>

	* Release version 1.2.1
	* Fixed a bug with reading fasta files

2020-01-24  Johnathan Wong <jowong@bcgsc.ca>

	* Release version 1.2.0
	* Added support for RNA sequences
	* Added support for gap seeds (spaced seeds which have all the wildcards in the middle)

2017-01-11  Hamid Mohamadi <hmohamadi@bcgsc.ca>

	* Release version 1.0.0
back to top