vdj_pipe
pipeline for processing DNA sequence data
pipe_single_read.hpp
Go to the documentation of this file.
1 
7 #ifndef PIPE_SINGLE_READ_HPP_
8 #define PIPE_SINGLE_READ_HPP_
9 #include <string>
10 #include "boost/property_tree/ptree_fwd.hpp"
11 #include "vdj_pipe/config.hpp"
14 
15 namespace vdj_pipe{
16 class Seq_file;
17 
21 public:
22  struct Err : public base_exception {};
24  void run();
25  Pipe_environment const& pe() const {return pe_;}
26 
27 private:
30 
31  void process_fastq(Seq_file_entry const& sfe);
32  void process_fasta_qual(Seq_file_entry const& sfe);
33  void check() const;
34 };
35 
36 }//namespace vdj_pipe
37 #endif /* PIPE_SINGLE_READ_HPP_ */
Definition: pipe_single_read.hpp:22
Vm_access_single vma_
Definition: pipe_single_read.hpp:28
Definition: value_map_access_single.hpp:16
Pipe_environment pe_
Definition: pipe_single_read.hpp:29
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
Definition: pipe_environment.hpp:26
#define VDJ_PIPE_DECL
Definition: config.hpp:23
Definition: sequence_file_entry.hpp:26
Definition: pipe_single_read.hpp:20
Pipe_environment const & pe() const
Definition: pipe_single_read.hpp:25
Definition: exception.hpp:23
bpt::ptree ptree
Definition: processing_step_utils.hpp:19