File: testmergegroupscommand.h

package info (click to toggle)
mothur 1.48.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,684 kB
  • sloc: cpp: 161,854; makefile: 122; sh: 31
file content (26 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
//  testmergegroupscommand.h
//  Mothur
//
//  Created by Sarah Westcott on 7/29/15.
//  Copyright (c) 2015 Schloss Lab. All rights reserved.
//

#ifndef __Mothur__testmergegroupscommand__
#define __Mothur__testmergegroupscommand__

#include "mergegroupscommand.h"

class TestMergeGroupsCommand : public MergeGroupsCommand {
    
public:
    
    //private functions
    using MergeGroupsCommand::process;
    using MergeGroupsCommand::processSharedFile;
    using MergeGroupsCommand::processGroupFile;
    using MergeGroupsCommand::processCountFile;
    
};

#endif /* defined(__Mothur__testmergegroupscommand__) */