aaOpenSource / aaTemplateExtract

A tool to extract scripts and attributes from ArchestrA Galaxy templates and output them to human (and version control) readable XML.
MIT License
5 stars 5 forks source link

Cannot query security type of Galaxy #1

Open eliotlandrum opened 10 years ago

eliotlandrum commented 10 years ago

When I enable the security type query in getAuthType() inside of the aaTemplateExtract class, I get a "object not set to reference" error during runtime. The GR Access call to GetReadOnlySecurity seems to be causing this error. Strangely, the documentation says that the method takes an IGalaxySecurity object as input when I am expecting an output of the IGalaxyObject; however this is clearly inaccurate (or I am misunderstanding their documentation).

arobinsongit commented 10 years ago

Maybe you have to be logged in first? Wouldn't be surprised if this is the case.

eliotlandrum commented 10 years ago

How could I login correctly if I don't know the security type (OS group, OS user, ArchestrA, none)?

On Sep 10, 2014, at 9:33 PM, Andrew Robinson notifications@github.com wrote:

Maybe you have to be logged in first? Wouldn't be surprised if this is the case.

— Reply to this email directly or view it on GitHub.

arobinsongit commented 10 years ago

Chicken and egg? Maybe it's just an after the fact thing for documenting.

On Thursday, September 11, 2014, Eliot Landrum notifications@github.com wrote:

How could I login correctly if I don't know the security type (OS group, OS user, ArchestrA, none)?

On Sep 10, 2014, at 9:33 PM, Andrew Robinson <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Maybe you have to be logged in first? Wouldn't be surprised if this is the case.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/aaOpenSource/aaTemplateExtract/issues/1#issuecomment-55220546 .