| Quick navigation: | Home | Site Map || References | Biography || Copyright | Other copyright | Contact us | Advert | | |
Re: [ccp4bb] Making a Poly ala model |
||
- Protein crystallographyMain steps:- Protein purification- Crystallisation Special:- Programs for crystallography- X-ray detectors Basic tutorials:- Chemistry- Protein - Peptide - Amino Acids Xtal community:- CCP4BB |
CCP4bb navigationCCP4bb <-- 1999 <-- November 1999 <-- 30 November 1999Subject: Re: Making a Poly ala model From: Nicolas Soler soler {- at -} ICSN {- dot -} CNRS-GIF {- dot -} FR Date: 2008-05-29 #!/usr/bin/perl -w ############################################################################################ # Mutala: script mutate each residue in alanine in a pdb file # # Written by Nicolas Soler # ########################FONCTIONS########################################################### foreach $fichier (@ARGV) { open (ENTREE,$fichier); if (glob "polyala$fichier"){unlink "polyala$fichier"}; open SORTIE, ">>polyala$fichier"; select SORTIE; while ( C O CA CB)..(w{3})/){s/$2/ALA/;print $_}}; print "END"; close ENTREE; close SORTIE;} CCP4bb navigationCCP4bb <-- 1999 <-- November 1999 <-- 30 November 1999 |
|
| ProteinCrystallography.org: Copyright 2006-2010 by Quid United Ltd |