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
Is it possible to create a folder with sample files (including "7K3N_A.fasta", "restraints.csv", and "photoL.csv") as mentioned in the provided example? This would help us better understand the work and run the tool.
As shown in the examples from https://github.com/lhatsk/AlphaLink#readme:
python predict_with_crosslinks.py 7K3N_A.fasta restraints.csv...
python predict_with_crosslinks.py 7K3N_A.fasta photoL.csv ...
The text was updated successfully, but these errors were encountered:
Sorry for the late response!
Unfortunately, that data is not public. But there is AlphaLink/test_set which has inputs that you could use for testing.
Do you have a specific question that would help you to understand the usage?
The crosslink input is essentially only a list of contacts. You can convert this list with the preprocessing_distributions.py script in case you want a distogram.
Hi,
Is it possible to create a folder with sample files (including "7K3N_A.fasta", "restraints.csv", and "photoL.csv") as mentioned in the provided example? This would help us better understand the work and run the tool.
As shown in the examples from https://github.com/lhatsk/AlphaLink#readme:
python predict_with_crosslinks.py 7K3N_A.fasta restraints.csv...
python predict_with_crosslinks.py 7K3N_A.fasta photoL.csv ...
The text was updated successfully, but these errors were encountered: