Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boyle-Lab/Blacklist
/ setBamFile
Method
setBamFile
blacklist.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void setBamFile(std::string bamFile) {
42
this->bamFile = bamFile;
43
}
44
45
std::string getBamFile() {
46
return bamFile;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected