#include <msaWriter.h>
|  | 
|  | MSAWriter (std::vector< Sequence > sequences, std::string file) | 
|  | Constructor. 
 | 
|  | 
| void | write () | 
|  | Write sequences in the MSA file, based on the format of the output file. 
 | 
|  | 
◆ MSAWriter()
      
        
          | MSAWriter::MSAWriter | ( | std::vector< Sequence > | sequences, | 
        
          |  |  | std::string | file ) | 
      
 
 
◆ generateIdForSequences()
  
  | 
        
          | void MSAWriter::generateIdForSequences | ( |  | ) |  |  | protected | 
 
Generate IDs for sequences that do not have any ID. 
 
 
◆ write()
      
        
          | void MSAWriter::write | ( |  | ) |  | 
      
 
Write sequences in the MSA file, based on the format of the output file. 
- Parameters
- 
  
    | file | The output file path to write to. |  
 
 
 
◆ writeFile()
  
  | 
        
          | virtual void MSAWriter::writeFile | ( | std::ofstream & | file | ) |  |  | protectedpure virtual | 
 
 
◆ file
  
  | 
        
          | std::string MSAWriter::file |  | protected | 
 
 
◆ fileName
  
  | 
        
          | std::string MSAWriter::fileName |  | protected | 
 
 
◆ format
  
  | 
        
          | std::string MSAWriter::format |  | protected | 
 
 
◆ IDspace
◆ Sequences
  
  | 
        
          | std::vector<Sequence> MSAWriter::Sequences |  | protected | 
 
 
The documentation for this class was generated from the following files: