Hi Vincent,

> is it possible to add alternate conformation to a residue range, not just one
> residue?
> I have a loop that has 2 main conformations and I would like to model both as
> alt res for a 20 residues stretch. What would be the best way to do this?

I had a similar scenario and thought it would be good to have a function for 
this. You should find in python scripting the following.

HTH

B

# Duplication of a given residue range (in alt conf of course)
#
def duplicate_residue_range(imol, chain_id, res_no_start, res_no_end,
                             occ_split=0.5):
    """
    This function duplicates the given residue range and makes two
    alternative conformations of it. The occupancies are split 50:50 by
    default.

    Args:
        imol: molecule number
        chain_id: chain
        res_no_start: start of residue range
        res_no_end: end of residue range
    Keyword Args:
        occ_split: alt conformation occupancy for alt conf A (default 0.5)
    """

> Thank you
> Vincent
>
> --
>
>
> Vincent Chaptal, PhD
>
> Director of GdR APPICOM
>
> Drug Resistance and Membrane Proteins Lab
>
>
>
>
> MMSB -UMR5086
>
> 7 passage du Vercors
>
> 69007 LYON
>
> FRANCE
>
> +33 4 37 65 29 01
>
> http://www.appicom.cnrs.fr
> <https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
> ppicom.cnrs.fr%2F&data=04%7C01%7CBernhard.Lohkamp%40KI.SE%7C50e1
> 1bf793cf445e352908d9d44e2dae%7Cbff7eef1cf4b4f32be3da1dda043c05d%
> 7C0%7C0%7C637774255098064559%7CUnknown%7CTWFpbGZsb3d8eyJWIj
> oiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C20
> 00&sdata=osxJcgFPQus%2FofAOWjKpW1JgJDhDDjHBnf%2FWh%2FxY%2FQU
> %3D&reserved=0>
>
> http://mmsb.cnrs.fr/en/
> <https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmmsb.c
> nrs.fr%2Fen%2F&data=04%7C01%7CBernhard.Lohkamp%40KI.SE%7C50e11bf
> 793cf445e352908d9d44e2dae%7Cbff7eef1cf4b4f32be3da1dda043c05d%7C0
> %7C0%7C637774255098064559%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiM
> C4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000
> &sdata=1k%2B4s24nCorfRJvT29OdYKGNnv4jEprpx3l1ezAbwQo%3D&reserved
> =0>
>
>
>
>
>
> ________________________________
>
> To unsubscribe from the COOT list, click the following link:
> https://www.jiscmail.ac.uk/cgi-bin/WA-JISC.exe?SUBED1=COOT&A=1
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.j
> iscmail.ac.uk%2Fcgi-bin%2FWA-
> JISC.exe%3FSUBED1%3DCOOT%26A%3D1&data=04%7C01%7CBernhard.Lohk
> amp%40KI.SE%7C50e11bf793cf445e352908d9d44e2dae%7Cbff7eef1cf4b4f3
> 2be3da1dda043c05d%7C0%7C0%7C637774255098064559%7CUnknown%7C
> TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJ
> XVCI6Mn0%3D%7C2000&sdata=hD5nuwkxPTaZBwGjYXOm2GhTc4MwDJ87u
> GsQqx5PKd8%3D&reserved=0>

***************************************************

Dr. Bernhard Lohkamp | Associate Professor/Lektor/Docent

Div. Molecular Structural Biology/Biomedicum D9
Dept. of Medical Biochemistry and Biophysics (MBB) |
Karolinska Institutet
SE-171 77 Stockholm
Sweden
+46 8 52487055
bernhard.lohk...@ki.se | ki.se


När du skickar e-post till Karolinska Institutet (KI) innebär detta att KI 
kommer att behandla dina personuppgifter. Här finns information om hur KI 
behandlar personuppgifter<https://ki.se/medarbetare/integritetsskyddspolicy>.


Sending email to Karolinska Institutet (KI) will result in KI processing your 
personal data. You can read more about KI’s processing of personal data 
here<https://ki.se/en/staff/data-protection-policy>.

########################################################################

To unsubscribe from the COOT list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/WA-JISC.exe?SUBED1=COOT&A=1

This message was issued to members of www.jiscmail.ac.uk/COOT, a mailing list 
hosted by www.jiscmail.ac.uk, terms & conditions are available at 
https://www.jiscmail.ac.uk/policyandsecurity/

Reply via email to