You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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 idsto file name?
Input structure for fasta file
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.
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
The text was updated successfully, but these errors were encountered: