FPPGroup / CodonBERT

CodonBert: a BERT-based architecture tailored for codon optimization using the cross-attention mechanism.
12 stars 1 forks source link

data_formatting.py is empty? #3

Open shenweiyan opened 2 weeks ago

shenweiyan commented 2 weeks ago

I noticed that data_formatting.py is an empty file. Is this intentional? Thank you.

renzilin commented 2 weeks ago

I noticed that data_formatting.py is an empty file. Is this intentional? Thank you.

You can use the fasta_to_npy.py to generate the numpy file from FASTA inputs. Data_formatting.py should be the file that was uploaded incorrectly. We'll correct it soon.