Open EasternCaveMan opened 10 months ago
I have saved all sequences in one file and didnt get any error related to sequence file. Is this correct or should each sequence be saved in seperate file and if so, should >ids
to first line or just add ids
to file name?
Input structure for fasta file
>ID0
FFEGKNIFVTGGTGLLGKVLVEKILRSTPIGKIYVLVKADDQEAAVDRITKELINSELFRCLKEKHGKYYQAYIRETLIPIVGNICEPNLGMDSDSAHAIMEDVNVIIESAAITTLNERYDVSLEANVNSPQQLMRFAKTCKN
>ID1
MDPHNKGVAEAEFFTEYGEASRYEIQEVIGKGSYGIVGSVIDTHTGERVAIKKINDVFEHVSDATRILREIKKADP
Hi @atabaigi , You cannot use FoldSeek for protein sequences. FoldSeek is based on 3d structures. For sequences, can use MMseqs2 or CD-HIT. But as input for MMseqs or CD-HIT, your fasta file looks good.
Note to my-self: Recheck input validation and raise an error in these cases.
Hi Roman I hope you are doing well, You have given a example in DatatSAIL web site how to prepare the target for split as bellow: Preparation of Targets: you copy all pdb files into one folder. This is a requirement of FoldSeek, the internally used algorithm to cluster PDB data.
I am trying to do the same when the target are protein seqences: here is my data structure:
and use this code to save each sequnce in a fasta file with
ids
as IDBest, Vahid