2,684
edits
(rev 0.44) |
(→The script: add "/file/system" to frame path in "Usage" to encourage using absolute names - this makes it easier for XDSGUI / Tools / "Show frame with predicted spots") |
||
Line 62: | Line 62: | ||
REVISION="0.44 (14-May-2014)" | REVISION="0.44 (14-May-2014)" | ||
# | # | ||
# usage: e.g. generate_XDS.INP "frms/mydata_1_???.img" | # usage: e.g. generate_XDS.INP "/file/system/frms/mydata_1_???.img" | ||
# make sure to have the two quotation marks ! | # make sure to have the two quotation marks ! | ||
# the ? are wildcards for the frame numbers. | # the ? are wildcards for the frame numbers. | ||
Line 82: | Line 82: | ||
echo http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP | echo http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP | ||
if [ "$1" == "help" ] || [ "$1" == "-help" ] || [ "$1" == "-h" ]; then | if [ "$1" == "help" ] || [ "$1" == "-help" ] || [ "$1" == "-h" ]; then | ||
echo usage: generate_XDS.INP \"frms/mydata_1_???.img\" \(_with_ the quotation marks!\) | echo usage: generate_XDS.INP \"/file/system/frms/mydata_1_???.img\" \(_with_ the quotation marks!\) | ||
echo if the frames are compressed with bzip2, leave out the .bz2 extension! | echo if the frames are compressed with bzip2, leave out the .bz2 extension! | ||
exit | exit |