Remame PCR struct to PCRSim

This commit is contained in:
2022-01-27 12:13:27 +01:00
parent b9da72d379
commit 76d9309508

View File

@ -376,7 +376,7 @@ func _Pcr(seq ApatSequence,
// obiseq.BioSequence instance. PCR parameters are
// specified using the corresponding Option functions
// defined for the PCR algorithm.
func PCR(sequence obiseq.BioSequence, options ...WithOption) obiseq.BioSequenceSlice {
func PCRSim(sequence obiseq.BioSequence, options ...WithOption) obiseq.BioSequenceSlice {
opt := MakeOptions(options)