wengan icon indicating copy to clipboard operation
wengan copied to clipboard

issues with non IUPAC bases

Open gargkritika opened this issue 1 year ago • 1 comments

Hi Alex,

Thank you for the wonderful program. I am getting the non-IUPAC base error for liger. Based on your previous comments, I installed the seqtk, based on your fork. However, I cannot find the option 'iupac2basesA'

Please suggest a solution for this error.

Thank you Best regards Kritika

gargkritika avatar Aug 06 '22 15:08 gargkritika

Hi Kritika, The required step for fixing your issue are:

git clone https://github.com/adigenova/seqtk.git
cd seqtk
make 

then you will have the function iupac2basesA

Best Alex

adigenova avatar Aug 20 '22 15:08 adigenova