Assigning structured domains in RANCH #1930
Unanswered
Lisa-Casteller
asked this question in
Mixtures and flexible systems
Replies: 2 comments 1 reply
-
Does your sequence file contain all the sequences, or only of the disordered part? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You might consider upgrading your Atsas package to 4.0.0, there the manual should match the example files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
this may be a basic question, but I'm confused about how to assign structured domains, as when I include the .pdb/.cif file in the order given in the example I get the error "structured domain with chain ID 'B' has not been assigned".
This is my assignment.txt:
A 1 551 disordered
B 1 421 structure
C 1 432 structure
D 1 432 structure
E 1 711 structure
F 1 711 structure
G 1 711 structure
and the command I used:
ranch --repetitions 10000 --prefix pool/complex_ assignment.txt sequence.fasta domain1.pdb domain2.pdb domain3.pdb domain4.pdb domain5.pdb domain6.pdb
(No difference if I use .pdb/.cif, the chain ID in the .pdb file matches the the chain ID in the assignment.txt, the domain#.pdbs are in the order listed in the assignment.txt)
Additionally, I am confused about how to include distances.txt in the command. The best result I've had was including it after the .fasta or at the end of the command:
ranch --repetitions 10000 --prefix pool/complex_ assignment.txt sequence.fasta distances.txt domain1.pdb domain2.pdb domain3.pdb domain4.pdb domain5.pdb domain6.pdb
or
ranch --repetitions 10000 --prefix pool/complex_ assignment.txt sequence.fasta domain1.pdb domain2.pdb domain3.pdb domain4.pdb domain5.pdb domain6.pdb distances.txt
in which case I got the error:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
(0x00007ffff728cc51 in _gfortran_string_len_trim () from /home/lc893/ATSAS/ATSAS/ATSAS-3.2.1-1/bin/../lib/atsas/libgfortran.so.5)
Is it sufficient for distances.txt to be in the same working directory?
Thank you!
Lisa
Beta Was this translation helpful? Give feedback.
All reactions