Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.

License

Notifications You must be signed in to change notification settings

gbrsales/GenomeTester4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenomeTester4

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.
Copyright (C) University of Tartu 2015-2016.
Please cite: Kaplinski L, Lepamets M, Remm M. (2015). GenomeTester4: a toolkit for performing basic set operations – union, intersection and complement on k-mer lists. GigaScience, 4:58

Building GenomeTester4 binaries:
Change into subdirectory 'src' and type:

make clean
make

FastGT

An alignment-free genotype caller.
Copyright (C) University of Tartu 2015-2017
Please cite: Pajuste F-D, Kalpinski L, Möls M, Puurand T, Lepamets M, Remm M. (2017). FastGT: an alignment-free method for calling common SNVs directly from raw sequencing reads. Scientific Reports, 7:2537

FastGT is implemented as a sub-project of GenomeTester4, sharing some source files.
Source files are inside the GenomeTester4 distribution.
FastGT has two binaries - gmer_counter and gmer_caller.

Building FastGT binaries:
Change into subdirectory 'src' and type:

make gmer_counter
make gmer_caller

About

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • Perl 2.2%
  • Makefile 0.8%