libStatGen Software 1
Loading...
Searching...
No Matches
modifyVar Class Reference

Public Member Functions

void testModifyVar (const char *filename, bool valBufFirst)
 

Detailed Description

Definition at line 22 of file ModifyVar.h.

Member Function Documentation

◆ testModifyVar()

void modifyVar::testModifyVar ( const char *  filename,
bool  valBufFirst 
)

Definition at line 125 of file ModifyVar.cpp.

126{
127 myFilename = filename;
128 myValBufFirst = valBufFirst;
129
130 testModifyReadNameOnlySameLength();
131 testModifyCigarOnlySameLength();
132 testModifySequenceOnlySameLength();
133 testModifyQualityOnlySameLength();
134 testRemoveQuality();
135 testShortenQuality();
136 testLengthenQuality();
137
138 testShortenReadName();
139 testShortenCigar();
140 testShortenSequence();
141
142 testLengthenReadName();
143 testLengthenCigar();
144 testLengthenSequence();
145
146 testRemoveCigar();
147 testRemoveSequence();
148 testLengthenSequenceAndQuality();
149}

The documentation for this class was generated from the following files: