-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi!
I have some problems with the puppy-primers command. First I tried with my cds.fna files and it did not work so I tried with the test files on this page. I still have the same error message... :
ValueError: Illegal PRIMER_OPT_TM value: 60.0; Illegal PRIMER_MIN_TM value: 58.0; Illegal PRIMER_MAX_TM value: 63.0; Illegal PRIMER_PAIR_MAX_DIFF_TM value: 2.0; Illegal PRIMER_MIN_GC value: 40.0; Illegal PRIMER_MAX_GC value: 60.0
My code is :
puppy-primers -pr INPUT_primerTarget -i ResultDB.tsv -o ResultPrimers
I use PUPpy with conda.
I tried to change the values that does not work put I have the same error message. I did the update yesterday. Bioinformatics is still new for me so maybe it is an easy fix problem, but I really don't understand what I do wrong.
Thanks for your help !