MCPcopy Create free account
hub / github.com/OpenGene/fastp / Sequence

Method Sequence

src/sequence.cpp:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "simd.h"
3
4Sequence::Sequence(){
5}
6
7Sequence::Sequence(string* seq){
8 mStr = seq;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected