[galaxy-dev] Empty or 'no peek' output.

2013-10-22 Thread Luobin Yang
This is strange: when I submit a job through the computers on campus to my locally installed Galaxy, the job finishes without no problem, but when I submit the same job through a computer off-campus, the job generates empty or 'no peek' output. What's causing the problem? Luobin __

[galaxy-dev] Problem with get data/uploading file.

2013-09-30 Thread Luobin Yang
Hi, guys, Recently I found the Upload File tool under the Get Data category runs forever on my locally installed Galaxy system. It worked fine for a long time, but now it's not working anymore. Have you guys experienced similar things? Thanks, Luobin __

Re: [galaxy-dev] What image formats can be displayed in the Galaxy view panel?

2013-02-07 Thread Luobin Yang
ng to get working - > until then, even when Galaxy supplies the required mimetype, the user has > to download the PDF and open it by hand. > > > On Fri, Feb 8, 2013 at 10:16 AM, Peter Cock wrote: > >> On Thu, Feb 7, 2013 at 9:41 PM, Luobin Yang wrote: >> > Hi, >

[galaxy-dev] What image formats can be displayed in the Galaxy view panel?

2013-02-07 Thread Luobin Yang
Hi, I tried the pcx and ps formats, but the browser just downloads these kinds of files instead rendering them in the Galaxy window... It seems png and pdf files can be rendered in the Galaxy windows. How can I make Galaxy display other image formats like ps and pcx? Thanks, Luobin __

[galaxy-dev] Divide the web interface into sections for a tool.

2013-02-06 Thread Luobin Yang
Hi, Galaxy developers, I would like to have the parameters on the web interface to be packed into sections for a tool. Is there a way to do this? There is a tag, but the document says we should avoid using it. Also there is no replacement tag for . The problem using the tag is that there seems m

Re: [galaxy-dev] psiblast

2013-02-05 Thread Luobin Yang
> > On Monday, February 4, 2013, Luobin Yang wrote: > >> > >> Hi, Peter, > >> > >> Thanks for pointing them out! > >> > >> The phi-blast and psi-blast actually share the same binary, both use the > >> psiblast program in the NCBI

Re: [galaxy-dev] psiblast

2013-02-04 Thread Luobin Yang
: > On Mon, Feb 4, 2013 at 5:43 PM, Luobin Yang wrote: > > Hi, Peter, > > > > What difficulties did you see to include psi-blast and phi-blast when you > > were working on the other programs in the NCBI+ suite? I would be > interested > > in creating a tool conf

Re: [galaxy-dev] psiblast

2013-02-04 Thread Luobin Yang
On Mon, Feb 4, 2013 at 5:20 PM, Luobin Yang wrote: > > Hi, Galaxy developers, > > > > I do not see a web interface for psi-blast in NCBI BLAST+ in the tool > shed. > > Does it have one? > > > > Thanks, > > Luobin > > If you are asking about the n

Re: [galaxy-dev] psiblast

2013-02-04 Thread Luobin Yang
Hi, Peter, I mean the web interface for psiblast on Galaxy system, not the web interface at NCBI. Thanks, Luobin On Mon, Feb 4, 2013 at 10:30 AM, Peter Cock wrote: > On Mon, Feb 4, 2013 at 5:20 PM, Luobin Yang wrote: > > Hi, Galaxy developers, > > > > I do not see a

[galaxy-dev] psiblast

2013-02-04 Thread Luobin Yang
Hi, Galaxy developers, I do not see a web interface for psi-blast in NCBI BLAST+ in the tool shed. Does it have one? Thanks, Luobin ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptio

Re: [galaxy-dev] sort the list of users while impersonating a user.

2013-01-30 Thread Luobin Yang
I've got fix for this, add the following line between line 690 and line 691 in lib/galaxy/webapps/galaxy/controllers/admin.py : emails.sort() Thanks, Luobin On Tue, Jan 29, 2013 at 5:05 PM, Luobin Yang wrote: > Hi, > > The list of users is not sorted when I try to impersonate a

[galaxy-dev] Different behavior of select tag in the tool configuration file when the number of options is different.

2013-01-29 Thread Luobin Yang
Hi, I have a 'select' tag in a tool's XML file, I would like to have a default option, which is choosing nothing. So the drop down menu of the web interface will be empty and when a user clicks the drop down menu, the list contains an empty entry with other options. So I basically have an option t

[galaxy-dev] sort the list of users while impersonating a user.

2013-01-29 Thread Luobin Yang
Hi, The list of users is not sorted when I try to impersonate a user, this is very inconvenient because of the large number of users in the system, is there a quick way to have users sorted ? Thanks, Luobin ___ Please keep all replies on the

[galaxy-dev] lwr job runner error.

2013-01-27 Thread Luobin Yang
Hi, I checked out a refresh copy of latest galaxy-dist, but I found the following error in the log file after I ran Galaxy: galaxy.jobs.handler ERROR 2013-01-27 10:10:19,168 Job runner is not loadable: galaxy.jobs.runners.lwr Traceback (most recent call last): File "/home/galaxy/galaxy-dist/lib

[galaxy-dev] galaxy.json?

2013-01-27 Thread Luobin Yang
Hi, When I run a job in my locally installed Galaxy, there is always an error message showing in the log file: Error opening galaxy.json file: [Errno 2] No such file or directory: '/home/galaxy/galaxy-dist/database/job_working_directory/005/5797/galaxy.json Any clue how to get rid of it? Thanks

Re: [galaxy-dev] WARNING:galaxy.eggs:Warning: MarkupSafe (a dependent egg of Mako) cannot be fetched

2013-01-23 Thread Luobin Yang
xy/galaxy-dist/lib/galaxy/datatypes/wsf.pyc On Wed, Jan 23, 2013 at 3:48 PM, Luobin Yang wrote: > Hi, Nate, > > It seems fetch_eggs.py does not run correctly on the compute node, which > runs Ubuntu 12.04.1 LTS and Python 2.7.3. After I ran "python > scripts/fetch_eggs.py&q

Re: [galaxy-dev] WARNING:galaxy.eggs:Warning: MarkupSafe (a dependent egg of Mako) cannot be fetched

2013-01-23 Thread Luobin Yang
_conflict r = pkg_resources.working_set.resolve( ( dist.as_requirement(), ), env, egg.fetch ) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: docutils==0.7 On Wed, Jan 23, 2013 at

[galaxy-dev] WARNING:galaxy.eggs:Warning: MarkupSafe (a dependent egg of Mako) cannot be fetched

2013-01-23 Thread Luobin Yang
Hi, I ran into this error and I found the following thread discussing the problem, interestingly, for my system, the computer node runs the same Python version as the head node, but with a newer OS version, but it also generates this error. Does this mean the Galaxy system requires the computer no

[galaxy-dev] Upgrade Python to a newer version.

2013-01-22 Thread Luobin Yang
Hi, Galaxy developers, My python version is 2.6.3 and I would like to upgrade it to 2.7.3. So is there anything that we need to on Galaxy after Python is upgraded to a new version? Thanks, Luobin ___ Please keep all replies on the list by us

Re: [galaxy-dev] Can I change the tool runner for set_metadata.sh?

2012-11-12 Thread Luobin Yang
Hi, Nate, Thanks for reply. Is it a standalone job that's dispatched when the "edit attribute" page is saved? Thanks, Luobin On Mon, Nov 12, 2012 at 12:23 PM, Nate Coraor wrote: > On Nov 12, 2012, at 12:38 PM, Luobin Yang wrote: > > > Hi, guys, > > > > I

[galaxy-dev] Can I change the tool runner for set_metadata.sh?

2012-11-12 Thread Luobin Yang
Hi, guys, I noticed that set_metadata.sh is not in the tools folder as other tools. Can I set a tool runner for set_metadata.sh so that I can use specific resources (like specific compute node in the cluster) to run set_metadata.sh? Thanks, Luobin _

[galaxy-dev] Purge datasets without purging the associated history?

2012-11-07 Thread Luobin Yang
Hi, guys, Is it possible to purge some datasets in a history without purging the whole history? Thanks, Luobin ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other G

Re: [galaxy-dev] How to add the option "-c enabled" to the qsub command?

2012-11-05 Thread Luobin Yang
Thanks for the link, Scott, I've confirmed that setting the job runner as pbs://machine.name/queue.name/-l nodes=n:ppn=m -c enabled/ in universe_wsgi does not work. Luobin On Mon, Nov 5, 2012 at 10:30 AM, Scott McManus wrote: > I recommend checking out John Chilton's dynamic job runner first: >

[galaxy-dev] How to add the option "-c enabled" to the qsub command?

2012-11-05 Thread Luobin Yang
Hi, guys, I would like to enable checkpoint and restart for some galaxy jobs. In order to do that, I need to add "-c enabled" option when using "qsub" to submit a job. What files should I change to add this option? I am using Torque PBS job runner. Thanks, Luobin _

Re: [galaxy-dev] Sample tracking data transfer hangs "in queue" forever

2012-07-23 Thread Luobin Yang
on. I am not > able to fully test this fix though, so if you can let me know if problems > still exist when you get a chance to test it, I'll look further into the > problem after the GCC. Sorry for the inconvenience this has caused. > > Thanks ver much! > > Greg Von Kust

Re: [galaxy-dev] Sample tracking data transfer hangs "in queue" forever

2012-07-12 Thread Luobin Yang
few weeks is very hectic. If you'll be at either ISMB or the > GCC, we can certainly get together to look at this. > > Greg Von Kuster > > > On Jul 9, 2012, at 1:24 PM, Luobin Yang wrote: > > Hi, Greg, > > I've still got issues after I downloaded the

Re: [galaxy-dev] Sample tracking data transfer hangs "in queue" forever

2012-07-09 Thread Luobin Yang
mply with the request since it is either > malformed or otherwise incorrect." > > > > Does anyone have a solution for this? > > > > Thanks > > Emily > > > > > > > > -- > > > > Message: 17 > > Date: Wed, 28 Mar 2012 13:15:47 +0200 > > From

Re: [galaxy-dev] tool shed data type problem?

2012-06-01 Thread Luobin Yang
status > > And then finally: > > hg diff > > > Thanks, > > Greg Von Kuster > > > On Jun 1, 2012, at 12:06 PM, Luobin Yang wrote: > > Hi, > > After I update galaxy-dist to the latest version, I got the following > error message when I run run.sh comma

[galaxy-dev] tool shed data type problem?

2012-06-01 Thread Luobin Yang
Hi, After I update galaxy-dist to the latest version, I got the following error message when I run run.sh command: galaxy.tool_shed.tool_shed_registry DEBUG 2012-06-01 09:57:15,503 Loaded reference to tool shed: Galaxy test tool shed Traceback (most recent call last): File "/home/galaxy/galaxy-

[galaxy-dev] Error starting Galaxy after upgrade.

2012-05-31 Thread Luobin Yang
Hi, I upgraded Galaxy to the latest version using the command: "hg pull -u", then when I run "sh run.sh" I got the following error messages: Initializing openid_conf.xml from openid_conf.xml.sample Initializing tool-data/bowtie2_indices.loc from bowtie2_indices.loc.sample Some eggs are out of dat

Re: [galaxy-dev] Sample tracking data transfer hangs "in queue" forever

2012-03-26 Thread Luobin Yang
I've got the same problem and when I looked at the data_transfer.log, I saw the following message: 2012-03-01 15:12:27,338 - datatx_13870 - (u'9c17d84742cd2acb63d88b5bd41d968f', u' http://xxx.xxx.xxx.xxx/api/samples/2d9035b3fc152403', {'sample_dataset_ids': ['a799d38679e985db', '33b43b4e7093c91f']

Re: [galaxy-dev] Update on Megablast?

2012-03-23 Thread Luobin Yang
So it looks like the only solution at the moment is to have both NCBI NCBI+ and an old version of BLAST. Thanks, Luobin On Fri, Mar 23, 2012 at 10:55 AM, Peter Cock wrote: > On Fri, Mar 23, 2012 at 4:36 PM, Luobin Yang wrote: > > I've noticed these wrappers for BLAST+. I actually wa

Re: [galaxy-dev] Update on Megablast?

2012-03-23 Thread Luobin Yang
I've noticed these wrappers for BLAST+. I actually was talking about the megablast tool under NGS Mapping section... Thanks, Luobin On Fri, Mar 23, 2012 at 10:27 AM, Peter Cock wrote: > On Fri, Mar 23, 2012 at 4:22 PM, Luobin Yang wrote: > > Hi, all, > > > > Since m

[galaxy-dev] Update on Megablast?

2012-03-23 Thread Luobin Yang
Hi, all, Since megablast has been replaced by blastn in newer NCBI BLAST tools, I am wondering if there is an update on megablast web interface and wrapper in Galaxy? Thanks, Luobin ___ Please keep all replies on the list by using "reply all

[galaxy-dev] mrFAST web interface definition file.

2012-02-29 Thread Luobin Yang
I noticed that mrFAST is listed in the Galaxy tool shed, but the downloadable files are the source code of mrFAST program itself instead of the web interface XML file. Does mrFAST have a web interface definition file and a possible wrapper program? Thanks, Luobin __

Re: [galaxy-dev] transferring sample datasets stuck in 'In queue' status

2012-02-17 Thread Luobin Yang
yFolder id ( 994debf9f6ab02b9912262b0bd04c784 ) specified, unable to decode 2012-02-17 09:28:37,928 - datatx_7318 - Setting status "Complete" for dataset "All" of sample "17" Luobin On Thu, Feb 16, 2012 at 7:58 PM, Luobin Yang wrote: > Hi all, > > I configured Sample Trac

[galaxy-dev] transferring sample datasets stuck in 'In queue' status

2012-02-16 Thread Luobin Yang
Hi all, I configured Sample Tracking System in Galaxy to transfer datasets from a sequencer to data libraries, however, after I selected the datasets to be transferred on the sequencer and clicked "Transfer" button, the transfer status has been "in queue" forever. I didn't find any error message

[galaxy-dev] No Display at UCSC Main link.

2012-02-14 Thread Luobin Yang
Hi, I have a local instance of Galaxy, but I found there is no "Display at UCSC Main" link for some datasets that can be viewed in GeneTrack or displayed by Ensemble, what has been wrong? Thanks, Luobin ___ Please keep all replies on the lis

Re: [galaxy-dev] What's causing this error?

2011-10-17 Thread Luobin Yang
> Sr. Staff Software Engineer > Illumina, Inc. > *9885 Towne Centre Drive > San Diego, CA 92121 > Tel: 858-736-3584 > E-mail: jdu...@illumina.com**** > > ** ** > > *From:* galaxy-dev-boun...@lists.bx.psu.edu [mailto: > galaxy-dev-boun...@lists.bx.psu.edu] *On Beh

[galaxy-dev] What's causing this error?

2011-10-17 Thread Luobin Yang
Hi, Recently I moved my locally installed Galaxy from a local hard drive to an NFS mounted hard drive, when I run some tools, I go the following error from the log file: Job output not returned by PBS: the output datasets were deleted while the job was running, the job was manually dequeued or th

Re: [galaxy-dev] Galaxy fronting multiple clusters

2011-09-26 Thread Luobin Yang
I have never setup a Galaxy instance fronting multiple clusters, but it's something I would like to explore. I have a dedicated cluster to run Galaxy jobs and I've got another a shared cluster to which I hope Galaxy can assign jobs when the dedicated cluster is too busy. >From my understanding of

Re: [galaxy-dev] ProFTPd on Ubuntu system.

2011-09-13 Thread Luobin Yang
t;> >> The method is available here: >> https://bitbucket.org/afgane/mi-deployment/src/d894af37a83b/mi_fabfile.py#cl-442 >> (also take a look at the _required_packages method and _setup_users method >> because some additional configuration is done there). >&g

[galaxy-dev] ProFTPd on Ubuntu system.

2011-09-12 Thread Luobin Yang
Hi, Has anyone set up ProFTPd successfully on Ubuntu 10.04 to enable FTP upload on Galaxy? I followed the instructions on this link ( http://wiki.g2.bx.psu.edu/Admin/Config/Upload%20via%20FTP) but it doesn't work. Thanks, Luobin ___ Please k

Re: [galaxy-dev] [galaxy-bugs] Some issues when running jobs through drmaa job runner.

2011-08-18 Thread Luobin Yang
On Wed, Aug 17, 2011 at 2:59 AM, Roman Valls wrote: > On 2011-08-16 23:49, Luobin Yang wrote: > > Hi, Nate, > > > > On Tue, Aug 16, 2011 at 12:38 PM, Nate Coraor > <mailto:n...@bx.psu.edu>> wrote: > > > > Hi Luobin, > > > > Sorr

Re: [galaxy-dev] [galaxy-user] scramble pbs_python egg

2011-08-16 Thread Luobin Yang
Hi, Nate, Yeah, I've already solved the issue, basically used the -e parameter as you mentioned here. I think the documentation should be corrected. Thanks, Luobin On Tue, Aug 16, 2011 at 12:53 PM, Nate Coraor wrote: > Luobin Yang wrote: > > Hi, > > > > I am trying

Re: [galaxy-dev] [galaxy-bugs] Some issues when running jobs through drmaa job runner.

2011-08-16 Thread Luobin Yang
to come up with > additional ideas than what we on the Galaxy Team come up with. > > Please see my responses inline below. > > Luobin Yang wrote: > > Hi, > > > > Thanks for Martin Dahlo's excellent blog ( > > http://mdahlo.blogspot.com/2011/06/galaxy-on-uppm

Re: [galaxy-dev] Cluster setup - shared temporary directory

2011-07-26 Thread Luobin Yang
I benchmarked MrBayes 3.1.2 program on my cluster for two cases: 1. use local /tmp for temporary files 2. use the network shared /home/galaxy/galaxy-dist/database/tmp MrBayes is about 10 times slower for case 2 than for case 1. What I did was to set the network shared folder as the default but i

Re: [galaxy-dev] new data type.

2011-07-22 Thread Luobin Yang
since this has happen to me several > times when adding a new datatype). Have you double checked your tool > definition file? > > > Regards, Hans > > > > On 07/22/2011 07:52 AM, Luobin Yang wrote: > >> Hi, >> >> I created an XML file for a tool.

[galaxy-dev] new data type.

2011-07-21 Thread Luobin Yang
Hi, I created an XML file for a tool. This tool has an Nexus input. When I click the input field of the web interface for this tool, it shows all kinds of data that I can select. How do I restrict the list to show only data in nexus format? I added a line in the registration part and the sniffer p

[galaxy-dev] Reload ".loc" files without restarting Galaxy system?

2011-04-06 Thread Luobin Yang
Hi, The "reload a tool's configuration" menu avoids restarting Galaxy system when a tool's web interface changed, but it doesn't seem to reload the ".loc" files that a tool's XML file uses. I am wondering if it's possible to reload the ".loc" file also? Thanks, Luobin

Re: [galaxy-dev] SGE and Galaxy (a different approach)

2011-04-05 Thread Luobin Yang
Use qrsh instead of qsub to submit the job should help, I believe. On Tue, Apr 5, 2011 at 10:27 AM, andrew stewart wrote: > I'm aware of how to configure Galaxy to use SGE in universe_wsgi.ini, > however what I want to do is a little different. Because I only want > certain processes to be submi

Re: [galaxy-dev] Login problem.

2011-03-15 Thread Luobin Yang
logout page, then it is being caused by the bug > above, and will be fixed in the next stable release of Galaxy. > > --nate > > > > > Thanks. > > > > Best regards, > > Chee Seng > > > > From: galaxy-dev-boun...@lists.bx.psu.edu [mailt

Re: [galaxy-dev] Login problem.

2011-03-14 Thread Luobin Yang
y visiting a different page or click on "Analyze Data", then click on log > in. Once I navigated off the login page then came back, I was able to > login. > > Ryan > > > On 3/11/11 2:17 PM, Luobin Yang wrote: > >> Dear Galaxy development team, >> >> I

[galaxy-dev] Login problem.

2011-03-11 Thread Luobin Yang
Dear Galaxy development team, I've got a problem using the login function of Galaxy. So I downloaded a copy of Galaxy distribution and installed it on a local machine, then I installed PostgreSQL on this machine and made the necessary changes to the universe_wsgi.ini file and Galaxy is able to th