MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setMSFile

Method setMSFile

src/openms/source/FORMAT/MzTabBase.cpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void MzTabSpectraRef::setMSFile(Size index)
182 {
183 assert(index >= 1);
184 if (index >= 1)
185 {
186 ms_run_ = index;
187 }
188 }
189
190 void MzTabSpectraRef::setSpecRef(const String& spec_ref)
191 {

Calls

no outgoing calls

Tested by 1

START_SECTIONFunction · 0.64