[galaxy-dev] extract_genomic_dna.py

2014-03-28 Thread Adhemar
in attributes ): name = attributes.get( transcript_id, None ) This way the variable name gets the transcript_id if it exists. If it's correct, I would appreciate this modification in future galaxy distributions. Thanks! Adhemar

[galaxy-dev] mpileup - ImportError: cannot import name stylesheet_link_tag

2014-02-07 Thread Adhemar
with this? Thanx, Adhemar Traceback (most recent call last): File ./scripts/set_metadata.py, line 29, in module import galaxy.model.mapping #need to load this before we unpickle, in order to setup properties assigned by the mappers File /opt/bioinformatics/share/galaxy20130410/lib/galaxy/model

Re: [galaxy-dev] AttributeError: type object 'InvalidJobException' has no attribute 'name'

2013-10-08 Thread Adhemar
In order to test that, I've just downloaded a new galaxy-central and configured it to submit jobs in our SGE cluster. Same problem. The job starts and finishes, but galaxy keeps informing it's still running. I've also attached the job_conf.xml file. Need help, please! -Adhemar

[galaxy-dev] tool shed can't install via admin user

2013-09-10 Thread Adhemar
Hi, I've just updated my galaxy-central version and I can't use the tool shed installer via admin user any more. When I click 'Install to Galaxy' it throws and 500 error. Could you please verify that? I tried the URL from tool_shed_url in the browser and it also doesn't open. Thanks, Adhemar

Re: [galaxy-dev] galaxy-dev Digest, Vol 74, Issue 21

2012-08-22 Thread Adhemar
Here is a copy of the whole VirtualHost section. Thanks, Adhemar VirtualHost lbas046.cnptia.embrapa.br:443 ServerName lbas046.cnptia.embrapa.br ErrorLog logs/galaxy_ssl_error_log TransferLog logs/galaxy_ssl_access_log LogLevel warn SSLEngine on SSLCertificateFile /etc/pki/tls/certs/lbas046

Re: [galaxy-dev] [galaxy-user] LimitInternalRecursion

2012-08-22 Thread Adhemar
Here is a copy of the whole VirtualHost section. Thanks, Adhemar VirtualHost lbas046.cnptia.embrapa.br:443 ServerName lbas046.cnptia.embrapa.br ErrorLog logs/galaxy_ssl_error_log TransferLog logs/galaxy_ssl_access_log LogLevel warn SSLEngine on SSLCertificateFile /etc/pki/tls/certs/lbas046

Re: [galaxy-dev] [galaxy-user] LimitInternalRecursion

2012-08-22 Thread Adhemar
Hi Nate! That line really solved the problem. RewriteCond %{IS_SUBREQ} ^false$ No more errors in my log! Thank you, I really appreciate it. Adhemar 2012/8/22 Nate Coraor n...@bx.psu.edu Hi Adhemar, Could you try the following?: VirtualHost lbas046.cnptia.embrapa.br:443