legrandp/xdsme

Unable to specify cell

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Specifying cell with -c
2.
3.

What is the expected output? What do you see instead?
I would expect the program to progress to completion with the cell I have 
specified. However, I think the program tries to read the second element of the 
unit cell as the image file. Please see below.

[jm286@eddie ~/Compound_5_19h]$ xdsme --cell 27 127 172 90 90 90 -s 4 
Compound_5_19h_10s_45mm_025oci_15012013_????.img 

FATAL ERROR. Image file 127 not found.


What version of the product are you using? On what operating system?

April 2012 version on a 32 bit linux cluster CentOS version 2.16.0

I have been trying to get the program to work on a 64bit MacBook Pro, but have 
as yet been unable to make it work. I will email a error report from this.


Please provide any additional information below.


As an additional note, I would like to thank you for making XDS easier to use!!

Original issue reported on code.google.com by jamiemar...@gmail.com on 16 Jan 2013 at 5:02

The proper way to use the -c option is to specify cell parameters with either cotation marks or coma separation:
-c "73 73 38 90 90 90"
-c 73,73,38,90,90,90
Pierre