Skip to content

Joining Multiple ITP files #274

Answered by fgrunewald
l454025801 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @l454025801,

Happy to help as you're almost there. As you want to connect 4 itp-files all of the residues in the residue graph need to have the "from_itp" label with the value set to that of the molecule name. So your command for making the graph should be more like this:

polyply gen_seq -f C12.itp VVKK.itp OEG_4.itp ../Z33/Z33_mar3.itp -from_file c:C12 v:VVKK o:O4 z:Z33\
-seq c v o z -connects 0:1:0-0 1:2:3-0 2:3:3-0 -o seq.json -name test \
-label 0:"from_itp":"C12-1" 1:"from_itp":"VVKK-1" 2:"from_itp":"OEG4-1" 3:"from_itp":Z33-1

Please note that in the last line of this command I simply guessed your molecule names. You may have to adjust those. Finally in case you haven't done it y…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fgrunewald
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers FAQ Candidate for FAQ section
2 participants
Converted from issue

This discussion was converted from issue #273 on September 20, 2022 15:28.