File: vcftools.h

package info (click to toggle)
vcftools 0.1.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,680 kB
  • ctags: 1,215
  • sloc: cpp: 12,118; perl: 10,973; ansic: 1,467; pascal: 1,064; makefile: 67; php: 57; sh: 12
file content (15 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * vcftools.h
 */

#ifndef VCFTOOLS_H_
#define VCFTOOLS_H_

#include "output_log.h"
#include "parameters.h"
#include "bcf_file.h"
#include "vcf_file.h"
#include "variant_file.h"
#include "header.h"

#endif /* VCFTOOLS_H_ */