Mercurial > repos > dereeper > uniqprimer
diff uniqprimer-0.5.0/primertools/primermanager.py @ 1:2321523366d7 draft
Uploaded
author | dereeper |
---|---|
date | Fri, 08 Jun 2018 05:43:42 -0400 |
parents | cdd8f911ad91 |
children |
line wrap: on
line diff
--- a/uniqprimer-0.5.0/primertools/primermanager.py Fri Oct 07 04:18:11 2016 -0400 +++ b/uniqprimer-0.5.0/primertools/primermanager.py Fri Jun 08 05:43:42 2018 -0400 @@ -114,7 +114,7 @@ utils.logMessage( "PrimerManager::crossValidatePrimers", "finding primers that are not in the supplied exclude file" ) #run primer search to identify the primers - self.primersearch.execute( [ excludeFile, primerInputFileName, primerOutputFileName, "0" ] ) + self.primersearch.execute( [ excludeFile, primerInputFileName, primerOutputFileName, "10" ] ) #read the found primers from the file commonPrimers = primersearchutils.parsePrimerSearchFile( primerOutputFileName )