2,719
edits
No edit summary |
(improve) |
||
Line 12: | Line 12: | ||
Instead of cut-and-paste, you could try | Instead of cut-and-paste, you could try | ||
wget | wget http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP -O - | awk '/^#/,/rm -f tmp1 tmp2/' | \ | ||
sed -e s/\ \;/\ /g -e s/\>\;/\>/g -e s/\<\;/\</g -e s/amp\;//g -e s/\"\;/\"/g | sed -e s/\ \;/\ /g -e s/\>\;/\>/g -e s/\<\;/\</g -e s/amp\;//g -e s/\"\;/\"/g > generate_XDS.INP | ||
to | to copy the script from this website into the file generate_XDS.INP in your current directory. | ||
This is the script: | This is the script: |