Open 3f6a opened 4 months ago
https://github.com/Shunsuke-1994/rfamgen/blob/dad47656c3047bc845a352ba5315555aaf73fc7c/scripts/get_tidy_sequences_from_fasta_rfam.py#L5
It seems safe to simply remove all references to alphabet. E.g., alphabet = generic_rna can be removed everywhere.
alphabet = generic_rna
Thank you for your comments, again.
I want to update the script and some very slow scripts.
Best,
Great, thank you.
https://github.com/Shunsuke-1994/rfamgen/blob/dad47656c3047bc845a352ba5315555aaf73fc7c/scripts/get_tidy_sequences_from_fasta_rfam.py#L5
It seems safe to simply remove all references to alphabet. E.g.,
alphabet = generic_rna
can be removed everywhere.