Read FASTA file and convert to numerical values

Hello

I have FASTA file as input. I want to read it and generate a format in different way. I want to comvert each letter to an integer number. For example A to 1 , T to 2, and so on.

How i can perform that?

Malik

Hi Malik,

That should be possible using the String Manipulation node to do a replace.

Best,

Jon