From 76d930950811ca014a51aa34ba58a489c62291fc Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 27 Jan 2022 12:13:27 +0100 Subject: [PATCH] Remame PCR struct to PCRSim --- pkg/obiapat/pcr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/obiapat/pcr.go b/pkg/obiapat/pcr.go index a668c3f..e2da5fc 100644 --- a/pkg/obiapat/pcr.go +++ b/pkg/obiapat/pcr.go @@ -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)