<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.uni-konstanz.de/xds/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shibom</id>
	<title>XDSwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uni-konstanz.de/xds/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shibom"/>
	<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php/Special:Contributions/Shibom"/>
	<updated>2026-04-08T20:26:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3631</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3631"/>
		<updated>2017-11-27T12:39:00Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* decide which clusters one would take for structure solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir &amp;lt;attendee_name&amp;gt;_SSX  (e.g. Greta_SSX)&lt;br /&gt;
 cd &amp;lt;attendee_name&amp;gt;_SSX&lt;br /&gt;
 find  ../tutorial_data/PepT_SE_145/ -name xtal* &amp;gt; xscale.inp&lt;br /&gt;
 sed -i s/^/INPUT_FILE=/g xscale.inp&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/tutorial_data\/PepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp XSCALE.INP XSCALE_old.INP&lt;br /&gt;
 cp XSCALE.LP XSCALE_old.LP&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3630</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3630"/>
		<updated>2017-11-27T12:34:24Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* color the 4 clusters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir &amp;lt;attendee_name&amp;gt;_SSX  (e.g. Greta_SSX)&lt;br /&gt;
 cd &amp;lt;attendee_name&amp;gt;_SSX&lt;br /&gt;
 find  ../tutorial_data/PepT_SE_145/ -name xtal* &amp;gt; xscale.inp&lt;br /&gt;
 sed -i s/^/INPUT_FILE=/g xscale.inp&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/tutorial_data\/PepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp ../xscale_tut/XSCALE.1.INP .&lt;br /&gt;
 cp ../xscale_tut/XSCALE.4.INP .&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3629</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3629"/>
		<updated>2017-11-27T12:24:27Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* generating XSCALE.INP for scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir &amp;lt;attendee_name&amp;gt;_SSX  (e.g. Greta_SSX)&lt;br /&gt;
 cd &amp;lt;attendee_name&amp;gt;_SSX&lt;br /&gt;
 find  ../tutorial_data/PepT_SE_145/ -name xtal* &amp;gt; xscale.inp&lt;br /&gt;
 sed -i s/^/INPUT_FILE=/g xscale.inp&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/kay_pepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp ../xscale_tut/XSCALE.1.INP .&lt;br /&gt;
 cp ../xscale_tut/XSCALE.4.INP .&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3628</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3628"/>
		<updated>2017-11-27T12:17:02Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* generating XSCALE.INP for scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir &amp;lt;attendee_name&amp;gt;_SSX  (e.g. Greta_SSX)&lt;br /&gt;
 cd &amp;lt;attendee_name&amp;gt;_SSX&lt;br /&gt;
 find  ../tutorial_data/PepT_SE_145/ -name xtal* &amp;gt; xscale.inp&lt;br /&gt;
 sed s/PepT/&#039;INPUT_FILE=..\/PepT&#039;/ xscale.inp  &amp;gt;xscale.inp1&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp1 |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/kay_pepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp ../xscale_tut/XSCALE.1.INP .&lt;br /&gt;
 cp ../xscale_tut/XSCALE.4.INP .&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3627</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3627"/>
		<updated>2017-11-27T12:14:09Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* generating XSCALE.INP for scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir &amp;lt;attendee_name&amp;gt;_SSX  (e.g. Greta_SSX)&lt;br /&gt;
 find  PepT_SE_145/ (directory with data) -name xtal* &amp;gt; xcale_tut/xscale.inp&lt;br /&gt;
 cd xscale_tut&lt;br /&gt;
 sed s/PepT/&#039;INPUT_FILE=..\/PepT&#039;/ xscale.inp  &amp;gt;xscale.inp1&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp1 |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/kay_pepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp ../xscale_tut/XSCALE.1.INP .&lt;br /&gt;
 cp ../xscale_tut/XSCALE.4.INP .&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
	<entry>
		<id>https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3626</id>
		<title>SSX-PepT Se</title>
		<link rel="alternate" type="text/html" href="https://wiki.uni-konstanz.de/xds/index.php?title=SSX-PepT_Se&amp;diff=3626"/>
		<updated>2017-11-27T11:56:26Z</updated>

		<summary type="html">&lt;p&gt;Shibom: /* generating XSCALE.INP for scaling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This requires 145 XDS_ASCII.HKL files collected at X06SA (SLS).&lt;br /&gt;
&lt;br /&gt;
== generating XSCALE.INP for scaling ==&lt;br /&gt;
&lt;br /&gt;
 mkdir xscale_tut&lt;br /&gt;
 find  PepT_SE_145/ (directory with data) -name xtal* &amp;gt; xcale_tut/xscale.inp&lt;br /&gt;
 cd xscale_tut&lt;br /&gt;
 sed s/PepT/&#039;INPUT_FILE=..\/PepT&#039;/ xscale.inp  &amp;gt;xscale.inp1&lt;br /&gt;
 sed s/xtal_/&amp;quot;test &amp;quot;/ xscale.inp1 |sort -n -k2 |sed s/&amp;quot;test &amp;quot;/xtal_/ &amp;gt; XSCALE.INP&lt;br /&gt;
&lt;br /&gt;
paste this into the header: &lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=all_145.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== scale everything together ==&lt;br /&gt;
 rm xscale.inp xscale.inp1&lt;br /&gt;
 xscale_par&lt;br /&gt;
--&amp;gt;have a look at XSCALE.LP &lt;br /&gt;
&lt;br /&gt;
== run xscale_isocluster ==&lt;br /&gt;
 xscale_isocluster -dim 3 all_145.hkl &amp;gt; XSCALE_ISO.OUTPUT_FILE&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; check output &lt;br /&gt;
&lt;br /&gt;
== we obtain 4 clusters ==&lt;br /&gt;
 coot iso.pdb &amp;amp; &lt;br /&gt;
--&amp;gt; explain what we see... &lt;br /&gt;
--&amp;gt; show an INPUT_FILE&lt;br /&gt;
&lt;br /&gt;
== color the 4 clusters ==&lt;br /&gt;
 grep xtal XSCALE.1.INP |sed s/&#039;INPUT_FILE=..\/kay_pepT_SE_145\/xtal_//&#039; |sed &#039;s/.HKL//&#039; |awk &#039;{print $1+1}&#039; &amp;gt; selection_1&lt;br /&gt;
 awk &#039;FNR==NR {a[$1]=0 ;next}{ if($2 in a){printf &amp;quot;%6s%5i%3s%6s%2s%4s%12.3f%8.3f%8.3f%11s\n&amp;quot;,$1,$2,&amp;quot;S&amp;quot;,$4,$5,$6,$7,$8,$9,$10} \&lt;br /&gt;
                               else{print $0}}&#039; selection_1 iso.pdb  &amp;gt;sel_1.pdb&lt;br /&gt;
--&amp;gt; do that for all 4 clusters&lt;br /&gt;
&lt;br /&gt;
== look at the 4 clusters ==&lt;br /&gt;
&lt;br /&gt;
== decide which clusters one would take for structure solution ==&lt;br /&gt;
Here: 1. and 4. cluster &lt;br /&gt;
 cp ../xscale_tut/XSCALE.1.INP .&lt;br /&gt;
 cp ../xscale_tut/XSCALE.4.INP .&lt;br /&gt;
 &lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.1.INP |grep &#039;INPUT_FILE&#039; &amp;gt;temp&lt;br /&gt;
 awk &#039;{ one = $1 ; getline ; print one &amp;quot; &amp;quot;  $7 &amp;quot; &amp;quot; $8;getline}&#039; XSCALE.4.INP |grep &#039;INPUT_FILE&#039;&amp;gt;&amp;gt;temp&lt;br /&gt;
 &lt;br /&gt;
 sort -nr -k2 temp &amp;gt;temp1&lt;br /&gt;
--&amp;gt; look at temp1 , combined clusters ,sorted by strength&lt;br /&gt;
--&amp;gt; remove lowest (until strength of 0.6)&lt;br /&gt;
 awk &#039;{print $1}&#039; temp1 &amp;gt; XSCALE.INP &lt;br /&gt;
&lt;br /&gt;
paste this into header:&lt;br /&gt;
&lt;br /&gt;
 UNIT_CELL_CONSTANTS= 104.056 110.896 110.369 90 90 90 &lt;br /&gt;
 SPACE_GROUP_NUMBER=20&lt;br /&gt;
 MINIMUM_I/SIGMA=1&lt;br /&gt;
 OUTPUT_FILE=1+4.hkl&lt;br /&gt;
 SAVE_CORRECTION_IMAGES=FALSE&lt;br /&gt;
 PRINT_CORRELATIONS=FALSE&lt;br /&gt;
 WFAC1=1&lt;br /&gt;
&lt;br /&gt;
== solve structure with [[SHELXC/D/E]] ==&lt;br /&gt;
(use [[hkl2map]])! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other option: run xscale_isocluster with the option -clu 1 and sort by strength, take the upper ones and solve the structure.&lt;/div&gt;</summary>
		<author><name>Shibom</name></author>
	</entry>
</feed>