mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Remame PCR struct to PCRSim
This commit is contained in:
@@ -376,7 +376,7 @@ func _Pcr(seq ApatSequence,
|
|||||||
// obiseq.BioSequence instance. PCR parameters are
|
// obiseq.BioSequence instance. PCR parameters are
|
||||||
// specified using the corresponding Option functions
|
// specified using the corresponding Option functions
|
||||||
// defined for the PCR algorithm.
|
// 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)
|
opt := MakeOptions(options)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user