Skip to content

jackzhang84/Hi-C-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2012-03-12:
Utils name rules:
	File folder:  Uncapitalized for the first word and capitalized for the others.
	Namespace:    Capitalized for all words.
	Class:        Capitalized for all words.
	Class member: Uncapitalized for the first word and capitalized for the others. Some more private members should start with underline "_";


2012-11-18:
rsidpairs2ldr
	Calculate ldr from hapmap file. The inputfile should be preprocessed to '01' file. The output file is gzip file.
rsidreader
	Read result from 'rsidpairs2ldr'.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • Makefile 7.1%
  • C 1.7%