Recent Changes - Search:

Background

Workflow

Cluster Operations

https://trails.colorado.gov/@ache.ter.trama.dol https://trails.colorado.gov/@ache.ter.xa.nax https://trails.colorado.gov/@ache.ter.zo.l.pi.dem https://trails.colorado.gov/@ache.ter.add.er.all https://trails.colorado.gov/@ache.ter.rit.a.lin https://trails.colorado.gov/@ache.ter.lyr.ic.a https://trails.colorado.gov/@ache.ter.riv.otril https://trails.colorado.gov/@alpra.zolam.fr https://trails.colorado.gov/@loraz.epam.fr https://trails.colorado.gov/@diaze.pam.fr https://trails.colorado.gov/@brom.aze.pam.fr https://trails.colorado.gov/@imo.vane.fr https://trails.colorado.gov/@ta.vor.de https://www.jetphotos.com/photographer/611716 https://www.jetphotos.com/photographer/611719 https://www.jetphotos.com/photographer/611721 https://www.jetphotos.com/photographer/611723 https://www.jetphotos.com/photographer/611726 https://www.jetphotos.com/photographer/611727 https://www.jetphotos.com/photographer/611728 https://www.jetphotos.com/photographer/611729 https://www.jetphotos.com/photographer/611730 https://www.jetphotos.com/photographer/611731 https://www.jetphotos.com/photographer/611732 https://www.jetphotos.com/photographer/611733 https://www.jetphotos.com/photographer/611737 https://www.jetphotos.com/photographer/611739 https://www.jetphotos.com/photographer/611740 https://www.jetphotos.com/photographer/611741 https://www.jetphotos.com/photographer/611749 https://www.jetphotos.com/photographer/611750 https://www.jetphotos.com/photographer/611754 https://www.jetphotos.com/photographer/611755 https://www.jetphotos.com/photographer/611759 https://www.jetphotos.com/photographer/611760 https://www.jetphotos.com/photographer/611761 https://www.jetphotos.com/photographer/611762 https://www.jetphotos.com/photographer/611764 https://www.jetphotos.com/photographer/611765 https://www.jetphotos.com/photographer/611766 https://www.jetphotos.com/photographer/611767 https://www.jetphotos.com/photographer/611768 https://www.jetphotos.com/photographer/612535 https://www.jetphotos.com/photographer/612541 https://www.jetphotos.com/photographer/612545 https://www.jetphotos.com/photographer/612551 https://www.jetphotos.com/photographer/612555 https://www.jetphotos.com/photographer/612558 https://www.jetphotos.com/photographer/612559 https://www.jetphotos.com/photographer/612561 https://www.jetphotos.com/photographer/612563 https://www.jetphotos.com/photographer/612564 https://www.jetphotos.com/photographer/612565 https://www.jetphotos.com/photographer/612568 https://www.jetphotos.com/photographer/612570 https://www.jetphotos.com/photographer/612571 https://www.jetphotos.com/photographer/612572 https://www.grepmed.com/xanaxpharmacie833 https://www.grepmed.com/valiumpharmacie833 https://www.grepmed.com/ativanpharmacie833 https://www.grepmed.com/temestapharmacie833 https://www.grepmed.com/stilnoxpharmacie833 https://www.grepmed.com/ambienpharmacie833 https://www.grepmed.com/imovanepharmacie833 https://www.grepmed.com/tramadolpharmacie833 https://www.grepmed.com/adipexpharmacie833 https://www.grepmed.com/rivotrilpharmacie833 https://www.grepmed.com/lexotanilpharmacie833 https://www.grepmed.com/lexomilpharmacie833 https://www.grepmed.com/lyricapharmacie833 https://www.grepmed.com/tapentadolpharmacie833 https://www.grepmed.com/ritalinpharmacie833 https://www.grepmed.com/concertapharmacie833 https://www.grepmed.com/adderallpharmacie833 https://www.grepmed.com/cytotecpharmacie833 https://www.grepmed.com/sonatapharmacie833 https://www.grepmed.com/lunestapharmacie833 https://www.grepmed.com/oxycontinpharmacie833 https://www.grepmed.com/hydrocodonepharmacie833 https://www.grepmed.com/modafinilpharmacie833 https://www.grepmed.com/carisoprodolpharmacie833 https://www.grepmed.com/halcionpharmacie833 https://www.grepmed.com/midazolampharmacie833 https://www.grepmed.com/etizolampharmacie833 https://www.grepmed.com/temazepampharmacie833 https://www.grepmed.com/nootropilpharmacie833

edit SideBar


#################
# JOB VARIABLES #
#################

start_expt = 1
end_expt = 32

start_analysis_frame = 2000

par_dir = '/mindstore/home33ext/kscopino/5JUP_PROTOCOL/PIGGYBACKING/COD1_C2_1S_50PS/'
data_dir = 'COD1_C2_'
prmtop_path = '5JUP_GC_179C_wat.prmtop'

###############
# WRITE FILES #
###############

# file to submit to scheduler
outfile = open('run_cpptraj_5a_avgHbond.sh','w')
outfile.write('#!/bin/bash\n' +\
	'#BSUB -e err_avgHbond\n' +\
	'#BSUB -o out_avgHbond\n' +\
	'#BSUB -q exx96\n' +\
	'#BSUB -J "avgHbond_CPU"\n' +\
	'#BSUB -n 1\n\n' +\
	'# env\n' +\
	'export PATH=/home/apps/CENTOS7/amber/amber18/bin:$PATH\n' +\
	'export LD_LIBRARY_PATH=/home/apps/CENTOS7/amber/amber18/lib:/home/apps/CENTOS7/amber/amber18/lib64:$LD_LIBRARY_PATH\n' +\
	'export PATH=/share/apps/openmpi/1.4.4+intel-12/bin:$PATH\n' +\
	'export LD_LIBRARY_PATH=/share/apps/openmpi/1.4.4+intel-12/lib:$LD_LIBRARY_PATH\n\n' +\
	'# call cpptraj in Amber18\n' +\
	'for i in {' + str(start_expt) + '..' + str(end_expt) + '}; do\n' +\
	'	cd ' + par_dir + data_dir + '$i/DATA/\n' +\
	'	cpptraj -i cpptraj_5a_avgHbond.in\n' +\
	'done\n\n')
outfile.close()


# experimental files
for i in range(start_expt,end_expt + 1):
	outfile = open(par_dir + data_dir + str(i) + '/DATA/cpptraj_5a_avgHbond.in', 'w')
	outfile.write('# This script is to examine the average H-bonding of CAR residues.\n' +\
		'parm ' + par_dir + prmtop_path + '\n' +\
		'trajin ' + par_dir + data_dir + str(i) + '/mdcrd_nd_' + str(i) + ' ' + str(start_analysis_frame) + ' last\n\n' +\

		'### A-site anticodon nt1 to A-site codon nt1 ###\n' +\
		'hbond nhb_AVE_169_all_175_all :169|:175 avgout nhb_AVE_169_all_175_all.dat\n' +\
		'### A-site anticodon nt2 to A-site codon nt1 ###\n' +\
		'hbond nhb_AVE_168_all_175_all :168|:175 avgout nhb_AVE_168_all_175_all.dat\n\n' +\

		'### A-site anticodon nt1 to A-site codon nt2 ###\n' +\
		'hbond nhb_AVE_169_all_176_all :169|:176 avgout nhb_AVE_169_all_176_all.dat\n' +\
		'### A-site anticodon nt2 to A-site codon nt2 ###\n' +\
		'hbond nhb_AVE_168_all_176_all :168|:176 avgout nhb_AVE_168_all_176_all.dat\n' +\
		'### A-site anticodon wobble to A-site codon nt2 ###\n' +\
		'hbond nhb_AVE_167_all_176_all :167|:176 avgout nhb_AVE_167_all_176_all.dat\n\n' +\

		'### A-site anticodon nt2 to A-site codon wobble ###\n' +\
		'hbond nhb_AVE_168_all_177_all :168|:177 avgout nhb_AVE_168_all_177_all.dat\n' +\
		'### A-site anticodon wobble to A-site codon wobble ###\n' +\
		'hbond nhb_AVE_167_all_177_all :167|:177 avgout nhb_AVE_167_all_177_all.dat\n' +\
		'### C1054 to A-site codon wobble ###\n' +\
		'hbond nhb_AVE_105_all_177_all :105|:177 avgout nhb_AVE_105_all_177_all.dat\n\n' +\

		'### A-site anticodon wobble to +1 codon nt1 ###\n' +\
		'hbond nhb_AVE_167_all_178_all :167|:178 avgout nhb_AVE_167_all_178_all.dat\n' +\
		'### C1054 to +1 codon nt1 ###\n' +\
		'hbond nhb_AVE_105_all_178_all :105|:178 avgout nhb_AVE_105_all_178_all.dat\n' +\
		'### A1196 to +1 codon nt1 ###\n' +\
		'hbond nhb_AVE_114_all_178_all :114|:178 avgout nhb_AVE_114_all_178_all.dat\n\n' +\

		'### C1054 to +1 codon nt2 ###\n' +\
		'hbond nhb_AVE_105_all_179_all :105|:179 avgout nhb_AVE_105_all_179_all.dat\n' +\
		'### A1196 to +1 codon nt2 ###\n' +\
		'hbond nhb_AVE_114_all_179_all :114|:179 avgout nhb_AVE_114_all_179_all.dat\n' +\
		'### R146 to +1 codon nt2 ###\n' +\
		'hbond nhb_AVE_368_all_179_all :368|:179 avgout nhb_AVE_368_all_179_all.dat\n\n' +\

		'### A1196 to +1 codon nt3 ###\n' +\
		'hbond nhb_AVE_114_all_180_all :114|:180 avgout nhb_AVE_114_all_180_all.dat\n' +\
		'### R146 to +1 codon nt3 ###\n' +\
		'hbond nhb_AVE_368_all_180_all :368|:180 avgout nhb_AVE_368_all_180_all.dat\n\n')		

	outfile.close()

Edit - History - Print - Recent Changes - Search
Page last modified on July 20, 2020, at 03:16 PM