Skip to content

Query regarding -sel flag in mdvwhole tool: #45

Answered by BartBruininks
Kankanab asked this question in Q&A
Discussion options

You must be logged in to vote

As discussed over the email. The line you are using is almost perfect. You need to specify the selection which is described in the readme of this github. It uses the MDAnalysis selection syntax (you can read their documentation). For your system I tried the following which seems to work for making the protein complexes whole.

-sel 'name BB SC1 SC2 SC3 SC4 SC5 SC6; not (resname W WF ION or name BB SC1 SC2 SC3 SC4 SC5) '

This makes two selections for the densities for MDVWhole to try to make whole. The protein (the first part of the selection up to the semicolon, and the second part describing all that is not CG Martini Solvent or protein). In your case the second selection is the bilayer.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BartBruininks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants