2,684
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
Instead of cut-and-paste, you could try | Instead of cut-and-paste, you could try | ||
wget http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP -O - | awk '/bash/,/rm -f tmp1 tmp2/' | \ | wget -q http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP -O - | awk '/bash/,/rm -f tmp1 tmp2/' | \ | ||
sed -e s/\ \;/\ /g -e s/\>\;/\>/g -e s/\<\;/\</g -e s/amp\;//g -e s/\"\;/\"/g | tail -n +2 > generate_XDS.INP | |||
to obtain generate_XDS.INP in your current directory. | to obtain generate_XDS.INP in your current directory. | ||