Re: [galaxy-dev] Trinity wrapper not working on local installation

2013-03-28 Thread Peter Cock
: --SS_lib_type $inputs.library_type #end if Or, this might work too: #if $inputs.library_type != None: --SS_lib_type $inputs.library_type #end if (This does seem to be a bug in the trinity wrapper) Peter ___

Re: [galaxy-dev] Multicore

2013-03-26 Thread Peter Cock
in universewgsi.ini - but this is not really general enough. For now however, you do generally have to tweak the wrappers as you have done to edit any hard coded thread setting :( Peter ___ Please keep all replies on the list by using &quo

Re: [galaxy-dev] Production and Dev server on the same database.

2013-03-25 Thread Peter Cock
red database will be updated, and the production server will probably stop working. That's assuming there are not other issues before that... (If you are talking about running two version-locked production servers, then perhaps there is precedent with load balancing systems which might be worth

Re: [galaxy-dev] Boolean value issue with conditional tags

2013-03-25 Thread Peter Cock
sue 393: Can't use checkbox (boolean) with conditional parameters https://bitbucket.org/galaxy/galaxy-central/issue/393/ [DEAD LINK] I can't find the matching entry on Trello though... so maybe only open issues were migrated? The workaround was to use a select with two options. Peter _

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 3:47 PM, Peter Cock wrote: > On Wed, Mar 20, 2013 at 3:43 PM, Raj Ayyampalayam wrote: >> Hi Guys, >> >> Thanks for the quick response. I installed the latest blast datatypes from >> the toolshed and that fixed the issue. > > Great - thank

Re: [galaxy-dev] Running jobs as real user and extra_file_path

2013-03-20 Thread Peter Cock
for this confusion. There was talk some time ago about merging both > attributes to work correctly in all cases, but this was never done. > > --nate Is this still the case? I'm guessing this is what Raj was alluding to with the BLAST+ wrapper for makeblastdb which creates a compo

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 3:43 PM, Raj Ayyampalayam wrote: > Hi Guys, > > Thanks for the quick response. I installed the latest blast datatypes from > the toolshed and that fixed the issue. Great - thanks for letting us know so promptly. > Peter, can you also fix the $outfile.extr

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 1:55 PM, Peter Cock wrote: > On Wed, Mar 20, 2013 at 1:52 PM, Nicola Soranzo wrote: >> Il giorno mer, 20/03/2013 alle 12.41 +0000, Peter Cock ha scritto: >>> >>> The patch just removes the MetadataElement call - is that wise? >> >&

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
On Wed, Mar 20, 2013 at 1:52 PM, Nicola Soranzo wrote: > Il giorno mer, 20/03/2013 alle 12.41 +0000, Peter Cock ha scritto: >> >> The patch just removes the MetadataElement call - is that wise? > > Hi Peter, > my question instead is, what are they for? With '

Re: [galaxy-dev] Problem running ncbi_makeblastdb as real user in cluster

2013-03-20 Thread Peter Cock
https://bitbucket.org/nsoranzo/peterjc-galaxy-central-tools2/commits/35163cbc6c694f598ed1a1875353c58b275e2423 > > I have sent a pull request to Peter (the maintainer), hopefully he will > release soon a new version of blast_datatypes with this fix. > > Best, > Nicola The patch ju

Re: [galaxy-dev] adding new tools and wrapper validation!

2013-03-19 Thread Peter Cock
your XML file though a standard XML validator (there are lots online), which will spot any silly things like broken tags. Second, when you restart Galaxy, I like to do this by running the run.sh script at the terminal so I can see the output on screen. Look for any error message

Re: [galaxy-dev] These tool dependencies are considered orphans

2013-03-19 Thread Peter Cock
On Tue, Mar 19, 2013 at 1:43 PM, Greg Von Kuster wrote: > Hi Peter, > > Please feel free to edit the ToolConfigSyntax page if you get a chance. > Unfortunately I have my hands full with just the tool shed wiki, and it is > not possible for me to get time to keep the e

Re: [galaxy-dev] These tool dependencies are considered orphans

2013-03-19 Thread Peter Cock
On Tue, Mar 19, 2013 at 1:15 PM, Greg Von Kuster wrote: > Hi Peter, > > You are correct. A tool dependency definition is associated with a tool via > the tool config's tag set. The combination of name, version > and type is used to associated a tool with a tool dependency.

[galaxy-dev] These tool dependencies are considered orphans

2013-03-19 Thread Peter Cock
l's XML should reference the package somehow? If so, then the wiki needs updating as it only describes python-module and binary as requirement types: http://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax Thanks, Peter ___ Please keep

Re: [galaxy-dev] Is parallelism not working with galaxy-central?

2013-03-18 Thread Peter Cock
On Mon, Mar 18, 2013 at 4:52 PM, Dannon Baker wrote: > Björn, Peter, and John, > > Thanks for finding and fixing this issue -- the fix has been merged > into galaxy-central and should be available with the next distribution > release currently scheduled for April 1. We'

Re: [galaxy-dev] Issue 634 in galaxy-central: Optional column select arguments?

2013-03-18 Thread Peter Cock
doesn't allow no column to be picked. It occurred to me a simple UI idea would be to include a dummy 'No column' entry in the drop down before column 1, column 2, etc. Would that be acceptable? Peter ___ Please keep all repl

Re: [galaxy-dev] Is parallelism not working with galaxy-central?

2013-03-17 Thread Peter Cock
r (overall it will only slow jobs down). I suspect it is more suited to local institute clusters which are not typically under full load - where it helps by making each individual job complete more quickly. Perhaps there is a case for one

Re: [galaxy-dev] Is parallelism not working with galaxy-central?

2013-03-17 Thread Peter Cock
On Sun, Mar 17, 2013 at 3:40 PM, Björn Grüning wrote: > Am Sonntag, den 17.03.2013, 15:26 + schrieb Peter Cock: >> On Sun, Mar 17, 2013 at 3:13 PM, Björn Grüning wrote: >> > Hi all, >> > >> > can anyone confirm that the parallelism features is not working

Re: [galaxy-dev] Is parallelism not working with galaxy-central?

2013-03-17 Thread Peter Cock
Which hg revision are you on from galaxy-central? It was working for me last time I tested, but my setup isn't fully up-to-date with the development repository. (This makes a nice change from it being me reporting that something on the trunk broke the parallelism

Re: [galaxy-dev] Conditional tool options based on input file format?

2013-03-15 Thread Peter Cock
On Fri, Mar 15, 2013 at 2:51 PM, John Chilton wrote: > Hey Peter, > > I wonder if it is better to ask the user what type they would like to > select and then have the input param inside the conditional. That is doable now, but I'm not sure it is optimal for usability. > My

Re: [galaxy-dev] Conditional tool options based on input file format?

2013-03-15 Thread Peter Cock
On Wed, Apr 18, 2012 at 12:01 PM, Peter Cock wrote: > Dear all, > > I've looked over the wiki and as far as I can see, 'when' tags used inside > 'conditional' tags only work on another input variable's values. > > I would like to be able to do i

[galaxy-dev] Old Tool Shed URL http://community.g2.bx.psu.edu/ dead

2013-03-06 Thread Peter Cock
Hello all, Either I made a typo in some old README files, or the old URL for the Tool Shed http://community.g2.bx.psu.edu/ has stopped working. Could this redirect to the current Tool Shed address http://toolshed.g2.bx.psu.edu/ please? Thanks, Peter

[galaxy-dev] Redirect http://usegalaxy.org/community broken?

2013-03-06 Thread Peter Cock
c repo? Thanks, Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/

[galaxy-dev] NCBI rpsblast and rpstblastn for CDD searches etc

2013-03-05 Thread Peter Cock
On Mon, Feb 4, 2013 at 6:14 PM, Peter Cock wrote: > 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

Re: [galaxy-dev] [galaxy-iuc] Installing repositories in a specific order

2013-03-05 Thread Peter Cock
On Tue, Mar 5, 2013 at 10:08 AM, Ira Cooke wrote: > Hi Peter, > > The problem is that I have multiple repositories in my repository_dependency > file ... but they need to be installed in a specific order. I can't seem to > get > galaxy to install them in the correct order

Re: [galaxy-dev] [galaxy-iuc] Proteomics category on test toolshed

2013-03-05 Thread Peter Cock
instance, i.e. http://toolshed.g2.bx.psu.edu/ here): http://wiki.galaxyproject.org/DefiningRepositoryDependencies Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions

Re: [galaxy-dev] Implementing dataset collections

2013-03-04 Thread Peter Cock
On Mon, Mar 4, 2013 at 3:16 PM, John Chilton wrote: > Hi Alex and Peter, > > I appreciate the comments, but I am not going to keep talking about > this issue here, I consider the issue closed. The Galaxy team has > spoken clearly on this topic. They have accepted dozens of my

Re: [galaxy-dev] Reloading *.loc files

2013-03-04 Thread Peter Cock
On Fri, Mar 1, 2013 at 2:55 PM, Peter Cock wrote: > Hello all, > > Re: BitBucket Issue 538 - Admin action to reload ".loc" files without > restarting Galaxy > https://trello.com/card/538-admin-action-to-reload-loc-files-without-restarting-galaxy/506338ce32ae458f6d15e4b3

Re: [galaxy-dev] Implementing dataset collections

2013-03-04 Thread Peter Cock
l https://trello.com/c/325AXIEr Jeremy's idea mentions the special case of a unique dataset collection object for paired-end reads - well if that was defined using the existing core Galaxy functionality as a 'pairedfastq' composite datatype (made of two FASTQ files), then could we use &#

Re: [galaxy-dev] Datatype dropdown only 8px wide

2013-03-03 Thread Peter Waltman
> and other Galaxy lists, please use the interface at: > > http://lists.bx.psu.edu/ > -- Peter Waltman, Ph.D. pwalt...@ucsc.edu 617.347.1876 ___ Please keep all replies on the list by using "reply all" in your mail client.

Re: [galaxy-dev] Using dependencies from tool dir at execution time

2013-03-03 Thread Peter Cock
oved or copied - simply that imports work relative to the location of the Python script. In much the same way, you should be able to get the relative path to your template files by using the location of the script (and not the current working direc

[galaxy-dev] Fwd: [Numpy-discussion] [ANN] SciPy2013: Call for abstracts

2013-03-01 Thread Peter Cock
nate: http://wiki.galaxyproject.org/Events/GCC2013 Regards, Peter -- Forwarded message -- From: Jonathan Rocher Date: Wed, Feb 27, 2013 at 10:17 PM Subject: [Numpy-discussion] [ANN] SciPy2013: Call for abstracts To: SciPy Users List , numfo...@googlegroups.com, Discussion of Numeri

[galaxy-dev] Reloading *.loc files

2013-03-01 Thread Peter Cock
(re)loading loc files on demand rather than at startup. Do the Galaxy team have any plans in this area? Thanks, Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions

[galaxy-dev] Error on the sandbox toolshed when updating files

2013-02-28 Thread Peter Waltman
*.*rev*(*p1*)**,* addlistdelta*(*addlist*,* delta*)**) * Module mercurial.manifest:*124* in addlistdelta >> >> <http://testtoolshed.g2.bx.psu.edu/upload/upload?repository_id=f5109f746542d96d#> addlist*[*start*:*end*]* *=* array*.*array*(*'c'*,* content*)* *TypeError: ar

Re: [galaxy-dev] bowtie-wrapper

2013-02-28 Thread Peter Briggs
er message). Apologies if I missed something, thanks again Best wishes, Peter On 27/02/13 18:33, Jeremy Goecks wrote: Thanks Peter. I've added your patch to the Trello card tracking incorporation of community contributions to the Bowtie wrapper: https://trello.com/c/TdYxdbkm Best, J.

Re: [galaxy-dev] Macs14 - Invalid Literal for int error

2013-02-28 Thread Peter Briggs
end ..." isn't commented, so the integer conversion fails causing the error you saw. The patch just traps for the integer conversion error. HTH, best wishes, Peter On 27/02/13 19:16, greg wrote: Thanks Peter. I'm running it now after applying your fix. Any idea what the problem was

Re: [galaxy-dev] bowtie-wrapper

2013-02-27 Thread Peter Briggs
local tool). I've attached patches to the tool in case they're any use to you. (As an aside and more generally: I'm not sure how to manage these local customisations in the longer term - what do other people on this list do?) HTH, best wishes, Peter On 25/02/13 11:29, Alexande

Re: [galaxy-dev] Macs14 - Invalid Literal for int error

2013-02-27 Thread Peter Briggs
# "bad" line instead +fields[0] = "#%s" % fields[0] out.write( '\t'.join( fields ) ) out.close() I'm intending to feed this back to the tool authors once things got a bit quieter here. HTH, best wishes Peter On 26/02/13 15:52, gr

Re: [galaxy-dev] [galaxy-user] How to create a tool from a script that loads additional source code files?

2013-02-26 Thread Peter Cock
On Mon, Feb 25, 2013 at 8:02 PM, Samuel Lampa wrote: > Hi, thanks for the quick reply! > > > On 02/25/2013 08:39 PM, Peter Cock wrote: >>> >>> I realize that when the master script ("run.R" in my case) is run, it >>> will >>> >not find

Re: [galaxy-dev] [galaxy-user] How to create a tool from a script that loads additional source code files?

2013-02-25 Thread Peter Cock
out the path of the master R script, and from that compute the path to the child R scripts. I guess you can do this in R using commandArgs(). For future reference, queries about writing tools and extending Galaxy should go to the galaxy-dev list (CC'd), not galaxy-users. Peter _

Re: [galaxy-dev] Tabular file metadata - columns names

2013-02-22 Thread Peter Cock
On Wed, Feb 20, 2013 at 2:57 PM, Peter Cock wrote: > Bumping one of my old queries again, with some more use-cases at the end, > > On Wed, Aug 10, 2011 at 11:28 AM, Peter Cock > wrote: > http://lists.bx.psu.edu/pipermail/galaxy-dev/2011-August/006350.html > > > Hi al

Re: [galaxy-dev] ASN.1 (text and binary) formats in Galaxy & Tool Shed

2013-02-22 Thread Peter Cock
On Fri, Feb 22, 2013 at 2:55 PM, Nicola Soranzo wrote: > Il giorno mar, 19/02/2013 alle 20.38 +0000, Peter Cock ha scritto: >> The current minimal implementation you sent me for BLAST+ >> would be an excellent start. Things like data type sniffers etc >> would be a nice to

[galaxy-dev] Inter-ToolShed repository dependencies

2013-02-22 Thread Peter Cock
on other tool sheds - and in particularly the main tool shed at Penn State which I see having a hub-like role. But right now, that doesn't work. Is this a short term limitation (since cross-Tool Shed dependencies are bound to be more complex to support), or a deliberate policy? Thanks, Peter _

[galaxy-dev] Attention users of the Blast2GO wrapper

2013-02-22 Thread Peter Cock
other configurable options which have changed from v2.3.5 to v2.5. Please read the blast2go.loc.sample for details. If you need any guidance on this, I will try to advise by email, and make clarifications to the documentation if required. Regards, Peter

Re: [galaxy-dev] Rendering of < and > in read-me files on Tool Shed

2013-02-21 Thread Peter Cock
On Thu, Feb 21, 2013 at 7:46 PM, Greg Von Kuster wrote: > Hello Peter, > > This issue should now be corrected on both Galaxy tool sheds. > > Thanks very much, > > Greg Von Kuster Looks good - thanks Greg! Peter ___ Pl

Re: [galaxy-dev] Tabular file metadata - columns names

2013-02-21 Thread Peter Cock
On Thu, Feb 21, 2013 at 6:12 PM, Carlos Borroto wrote: > On Wed, Feb 20, 2013 at 9:57 AM, Peter Cock wrote: >> [*] This is one reason why I've just switched the default BLAST+ >> output from the standard 12 column output to the extended 24 >> column output in v0.0.1

Re: [galaxy-dev] History not updating for multiple instances of Galaxy

2013-02-21 Thread Peter Cock
em sounds like a cookie path issue to me, I had something similar when I added second public Galaxy to our server (in my case, a live on and a dev one). Peter ___ Please keep all replies on the list by using "reply all" in your m

Re: [galaxy-dev] Tool wrappers - Triggering warnings on specific options?

2013-02-20 Thread Peter Cock
On Wed, Feb 20, 2013 at 11:13 PM, James Taylor wrote: > Peter, I quite like this idea, and I think it might be possible to do as a > simple extension to the validator framework. Basically, a flag indicating > that failing a certain validation would be able to be considered a warning >

[galaxy-dev] Rendering of < and > in read-me files on Tool Shed

2013-02-20 Thread Peter Cock
ust the main tool overview page. Thanks, Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-20 Thread Peter Cock
On Tue, Feb 19, 2013 at 12:06 PM, Peter Cock wrote: > On Tue, Feb 19, 2013 at 11:39 AM, Greg Von Kuster wrote: >> On Feb 19, 2013, at 5:10 AM, Peter Cock wrote: >> >> Yes, the complete directory hierarchy and content of the original >> repository revision is prese

[galaxy-dev] Tool wrappers - Triggering warnings on specific options?

2013-02-20 Thread Peter Cock
tool options). More generally, a warning might be desirable only if certain options are used together. Even stricter, for some tools it would be useful to show an error message with particular option combinations, and refuse to submit the job. Any thoughts? Peter

Re: [galaxy-dev] Tabular file metadata - columns names

2013-02-20 Thread Peter Cock
Bumping one of my old queries again, with some more use-cases at the end, On Wed, Aug 10, 2011 at 11:28 AM, Peter Cock wrote: > Bumping this old query: > > On Mon, Nov 22, 2010 at 10:11 AM, Peter wrote: >> On Fri, Nov 19, 2010 at 12:20 PM, Peter wrote: >>> Hi all, >&

[galaxy-dev] Tool Shed examples defining datatype conversion

2013-02-20 Thread Peter Cock
mmed over the instructions here, but would like to look at a couple of real examples to make sure I've understood: http://lists.bx.psu.edu/pipermail/galaxy-dev/2013-February/013434.html Are there any good examples of 3rd party Galaxy datatypes defining conversion like this? Thanks, Peter _

Re: [galaxy-dev] ASN.1 (text and binary) formats in Galaxy & Tool Shed

2013-02-19 Thread Peter Cock
On Tue, Feb 19, 2013 at 6:45 PM, Nicola Soranzo wrote: > Il giorno mar, 19/02/2013 alle 14.15 +0000, Peter Cock ha scritto: >> On Tue, Feb 19, 2013 at 2:00 PM, James Taylor wrote: >> > On Tue, Feb 19, 2013 at 6:32 AM, Peter Cock wrote: >> >>I think it could make

Re: [galaxy-dev] Galaxy hg repository problem "abort: path ... traverses symbolic link"

2013-02-19 Thread Peter Cock
On Tue, Feb 19, 2013 at 5:26 PM, Nate Coraor wrote: > On Feb 19, 2013, at 12:18 PM, Peter Cock wrote: > Nate wrote: >>> Hi Peter, >>> >>> This is due to the annoying way in which Mercurial handles symlinks. We're >>> going to graft the changeset

Re: [galaxy-dev] Galaxy hg repository problem "abort: path ... traverses symbolic link"

2013-02-19 Thread Peter Cock
On Tue, Feb 19, 2013 at 5:08 PM, Nate Coraor wrote: > On Feb 19, 2013, at 11:23 AM, Peter Cock wrote: > >> Hi all, >> >> I've got an hg puzzle, can anyone on the Galaxy team explain the >> cause of this and what action I can take to avoid it? >> >> S

[galaxy-dev] Galaxy hg repository problem "abort: path ... traverses symbolic link"

2013-02-19 Thread Peter Cock
e/Makefile' traverses symbolic link 'static/june_2007_style' I was actually trying to checkout one of my own branches, having setup the .hg/hgrc to include a link to my own fork on bitbucket. Thanks! Peter ___ Please keep all rep

[galaxy-dev] Searching tool shed for file format definitions?

2013-02-19 Thread Peter Cock
? One solution might be automatic functional categories: tool shed repositories which define a format, or define a tool for the user, or define a dependency for use by other tools, etc Thanks, Peter ___ Please keep all replies on the list by

Re: [galaxy-dev] ASN.1 (text and binary) formats in Galaxy & Tool Shed

2013-02-19 Thread Peter Cock
On Tue, Feb 19, 2013 at 2:00 PM, James Taylor wrote: > On Tue, Feb 19, 2013 at 6:32 AM, Peter Cock wrote: >> Would a pull request implementing this be acceptable? > > Yes. My understanding is that ASN is a completely flexible metaformat, > like XML, and so should be under e

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-19 Thread Peter Cock
On Tue, Feb 19, 2013 at 11:39 AM, Greg Von Kuster wrote: > On Feb 19, 2013, at 5:10 AM, Peter Cock wrote: > > Yes, the complete directory hierarchy and content of the original > repository revision is preserved when it installed into Galaxy. > >> Based on a sample

[galaxy-dev] ASN.1 (text and binary) formats in Galaxy & Tool Shed

2013-02-19 Thread Peter Cock
c. I see this as a clear analogy to the assorted XML file formats in existence - defined in Galaxy as subclasses of the core XML format included with the Galaxy core. Would a pull request implementing this be acceptable? Peter P.S. Does anyone know an authoritative source for the MIME types u

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-19 Thread Peter Cock
On Sat, Feb 16, 2013 at 9:41 PM, Greg Von Kuster wrote: > Hi Peter, > > Thanks for your thoughts on this. I've created the following Trello card for > this enhancement. > > https://trello.com/card/galaxy-tool-enhancement-to-accommodate-repository-install-dir/506338ce32ae4

Re: [galaxy-dev] changing datasets file_path storage location

2013-02-19 Thread Peter Cock
On Tuesday, February 19, 2013, Derrick Lin wrote: > Thanks Peter, > > Our data is backup and we are planning to shutdown the galaxy for moving > data to the new place, change the file_path value in universe config, then > start the galaxy again. > > My only concern is if

Re: [galaxy-dev] DustMasker tool for ncbi_blast_plus

2013-02-15 Thread Peter Cock
On Fri, Feb 15, 2013 at 6:10 PM, Nicola Soranzo wrote: >Peter wrote: >> >> It seems to have confused the bitbucket page a little, but I have >> checked in your initial wrapper to my development repository (I >> use the tools branch): >> https://bitbucket.o

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-15 Thread Peter Cock
On Fri, Feb 15, 2013 at 4:57 PM, Greg Von Kuster wrote: > > On Feb 15, 2013, at 11:45 AM, Peter Cock wrote: >> Actually for the example I am working on, the motif.py script would be >> the tool executable, called from motif.xml like this: >> >> motif.py $fasta_f

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-15 Thread Peter Cock
f.xml). >>>> >>>> Perhaps I can just put my data file next to the script and XML file, in >>>> which case it is easy for the script to locate? But I assumed that >>>> Galaxy best practice would be to use the tool-data folder somehow... >>>

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-15 Thread Peter Cock
pt to locate? But I assumed that >> Galaxy best practice would be to use the tool-data folder somehow... >> >> Thanks, >> >> Peter > > The current implementation places your motif.dat data file in the > repository installation directory, and tools that are prop

Re: [galaxy-dev] environment variables and paths for toolshed tools

2013-02-15 Thread Peter Cock
omething? Usecase: Tool comes with a simple datafile (e.g. defining a search motif, say motif.dat) which is used by a script (say motif.py) via a normal Galaxy tool XML file (say motif.xml). Perhaps I can just put my data file next to the script and XML file, in which case it is easy for the script

Re: [galaxy-dev] changing datasets file_path storage location

2013-02-14 Thread Peter Cock
time (and stop Galaxy of course). http://lists.bx.psu.edu/pipermail/galaxy-dev/2012-February/008383.html Peter On Thursday, February 14, 2013, Derrick Lin wrote: > Hi Shantanu, > > We are facing the same situation that migrating galaxy dataset to a new > location is needed. I am wond

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-02-11 Thread Peter Cock
On Mon, Feb 11, 2013 at 5:16 PM, Peter Cock wrote: >>> However, this is already functional enough to start sharing >>> direct links. Once this goes live, you'll have to brief the >>> whoever writes the new tool alerts for Twitter to use it :) > > I look fo

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-02-11 Thread Peter Cock
On Mon, Feb 11, 2013 at 5:01 PM, Greg Von Kuster wrote: > Hello Peter, > > In addition to the fixes I've commented on inline below, I've also added a > new rout for specified repository revisions. So the following citable URLs > are now supported in the test to

Re: [galaxy-dev] run_functional_tests.sh -sid option

2013-02-11 Thread Peter Cock
On Mon, Feb 11, 2013 at 1:54 PM, Dave Bouvier wrote: > Peter, > > It looks like you have two dashes in your -sid option, whereas the parser > expects just one. > >--Dave B. Doh, thank you! $ ./run_functional_tests.sh -sid NCBI_BLAST+-ncbi_blast_plus_tools ... FAILED (er

Re: [galaxy-dev] DustMasker tool for ncbi_blast_plus

2013-02-11 Thread Peter Cock
On Fri, Feb 8, 2013 at 4:30 PM, Nicola Soranzo wrote: > Il giorno mer, 06/02/2013 alle 20.01 +0100, Nicola Soranzo ha scritto: >> Hi Peter, >> I added these file formats mostly as placeholders for a future >> implementation. Now I have changed a bit the tool by removing accl

Re: [galaxy-dev] run_functional_tests.sh -sid option

2013-02-11 Thread Peter
On Wed, Nov 3, 2010 at 11:48 AM, Peter wrote: > On Tue, Nov 2, 2010 at 1:57 PM, Nate Coraor wrote: >> >> Peter wrote: >>> Hi, >>> >>> I'm trying to use run_functional_tests.sh to run all the tests >>> for a section (group of tools). I&#x

Re: [galaxy-dev] psiblast

2013-02-11 Thread Peter Cock
On Tue, Feb 5, 2013 at 4:28 PM, Luobin Yang wrote: > Hi, Peter, > > You are right, I thought there was already a datatype defined for PSSM, but > it turned out there isn't one yet. I attached a draft tool configuration > file for psiblast, it was based on the blastp config

Re: [galaxy-dev] Dependencies on other Tool Shed repositories

2013-02-08 Thread Peter Cock
> On Feb 8, 2013, at 7:54 AM, Peter Cock wrote: > >> Hi all, >> >> I've been reading http://wiki.galaxyproject.org/ToolShedToolFeatures >> and focused on the example of EMBOSS where the tool definitions >> depend on the data type definitions. Here the

[galaxy-dev] Dependencies on other Tool Shed repositories

2013-02-08 Thread Peter Cock
y for the 'blastxml' format (etc) - so what happens when these three repositories don't all request the same revision of the blast_datatypes repository? What I'm using for now is: http://toolshed.g2.bx.psu.edu"; name="blast_datatype

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-02-08 Thread Peter Cock
On Sat, Feb 2, 2013 at 1:56 PM, Peter Cock wrote: > On Sat, Feb 2, 2013 at 12:46 AM, Greg Von Kuster wrote: >> Hello Peter, >> >> I've added an enhanced version of your implementation for >> citable URLS in the tool shed to change set revision >> 8720:e27d0

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

2013-02-07 Thread Peter Cock
Galaxy display > other image formats like ps and pcx? > > Thanks, > Luobin I would guess this is possible but only if those other image types are first defined in Galaxy as new datatypes (with sensible MIME type values). Peter ___ Ple

Re: [galaxy-dev] card 79: Split large jobs over multiple nodes for processing

2013-02-07 Thread Peter Cock
lit and merge methods in lib/galaxy/datatypes/*.py). Some other relevant Python code is in lib/galaxy/jobs/splitters/*.py Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subs

Re: [galaxy-dev] Fwd: Desire to contribute

2013-02-06 Thread Peter Cock
filed on Trello? http://galaxyproject.org/trello (I couldn't find it myself). Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/

Re: [galaxy-dev] Desire to contribute

2013-02-06 Thread Peter Cock
other groups. Fixing a non-core Galaxy tool may not be quite what your lecturer had in mind, so do check ;) Peter On Wednesday, February 6, 2013, Matthew Paul wrote: > Dear Galaxy Project community, > > I am working with a group of students at College of Charleston > of Sout

Re: [galaxy-dev] psiblast

2013-02-05 Thread Peter Cock
On Mon, Feb 4, 2013 at 7:32 PM, Peter Cock wrote: > > > 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 >> psiblas

Re: [galaxy-dev] psiblast

2013-02-04 Thread Peter Cock
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 BLAST+ tools. When the option -phi_pattern is > used, then it doe

Re: [galaxy-dev] psiblast

2013-02-04 Thread Peter Cock
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 configuration file for each of these

Re: [galaxy-dev] psiblast

2013-02-04 Thread Peter Cock
most of the key NCBI BLAST+ standalone tools now, but not yet psiblast or rpsblast. Peter P.S. When you said web-interface, did you mean to the NCBI online server? As far as I know there are no Galaxy interfaces to that - just for the standalone NC

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-02-02 Thread Peter Cock
On Sat, Feb 2, 2013 at 12:46 AM, Greg Von Kuster wrote: > Hello Peter, > > I've added an enhanced version of your implementation for > citable URLS in the tool shed to change set revision > 8720:e27d0dd12752. This is currently running on the test > tool shed, and v

Re: [galaxy-dev] install Galaxy in Windows (URGENT)

2013-02-01 Thread Peter Cock
On Fri, Feb 1, 2013 at 3:48 PM, Prasun Dutta wrote: > Hi Peter, > > Unfortunately, I am not an advanced developer in python. Although, I have > 'Cygwin' in my system. Any heads up on that will be greatly appreciated? > Cygwin is a useful system for running Unix/Linux

Re: [galaxy-dev] install Galaxy in Windows (URGENT)

2013-02-01 Thread Peter Cock
ws) Laptop to connect to the public Galaxy at http://usegalaxy.org Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-01-31 Thread Peter Cock
On Thursday, January 31, 2013, Greg Von Kuster wrote: > Hi Peter, > > Thanks for the update and your contributions. Would you like me to > continue with the work you've started, or would you like to continue > yourself? I'll try to fit this in this week if you wa

Re: [galaxy-dev] Running a local tool shed - teething trouble

2013-01-31 Thread Peter Cock
On Thu, Jan 31, 2013 at 4:51 PM, Greg Von Kuster wrote: > Hi Peter, > > All of the tool-shed related required files will be automatically generated > from the > samples when you start your tool shed server as of change set > 8708:2a34f751c32c. > In the past, all of these sa

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-01-31 Thread Peter Cock
On Tue, Jan 29, 2013 at 4:44 PM, Peter Cock wrote: > On Tue, Jan 29, 2013 at 4:17 PM, Greg Von Kuster wrote: >> Hi Peter, >> >> The tool shed source is mostly in the following places. >> >> ~/lib/galaxy/webapps/community/ >> /lib/galaxy/tool_shed/ >>

Re: [galaxy-dev] Running a local tool shed - teething trouble

2013-01-31 Thread Peter Cock
On Thu, Jan 31, 2013 at 2:40 PM, Peter Cock wrote: > Hi all, > > I was hoping to make some enhancements to the ToolShed, so first > I need to be able to run my own ToolShed locally: > > http://wiki.galaxyproject.org/HostingALocalToolShed > > I have the latest code for bitb

[galaxy-dev] Running a local tool shed - teething trouble

2013-01-31 Thread Peter Cock
achi-3TB-mirrored/repositories/galaxy-central/lib/galaxy/eggs/__init__.py", line 226, in version_conflict r = pkg_resources.working_set.resolve( ( dist.as_requirement(), ), env, egg.fetch ) File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extra

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

2013-01-30 Thread Peter Cock
cases, the search system is much more user friendly. You have a special case wanting a blank entry in the list, there may be a better way to handle that. One idea might be to use a caption like instead of an empty string? Peter ___ Please

Re: [galaxy-dev] Best way to work with one directory and many files as 1 input

2013-01-29 Thread Peter Cock
ly > ;-) ) and therefore need to maintain this structure in the job working > directory. Perhaps a tool wrapper could create a dummy folder using symlinks (faster and less wasted disk than copying files), but that isn't ideal. Peter ___

Re: [galaxy-dev] Best way to work with one directory and many files as 1 input

2013-01-29 Thread Peter Cock
ad the input directory as a zip file without Galaxy decompressing it. Have you looked at a composite datatype instead, where the files are stored on disk decompressed? http://wiki.galaxyproject.org/Admin/Datatypes/Composite%20Datatypes Peter _

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-01-29 Thread Peter Cock
On Tue, Jan 29, 2013 at 4:17 PM, Greg Von Kuster wrote: > Hi Peter, > > The tool shed source is mostly in the following places. > > ~/lib/galaxy/webapps/community/ > /lib/galaxy/tool_shed/ > /lib/galaxy/util/shed_util_common.py > /lib/galaxy/util/shed_util.py >

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-01-29 Thread Peter Cock
On Tue, Jan 29, 2013 at 4:04 PM, Peter Cock wrote: > > I was wondering about taking a look at this to see how hard it would > be - but my first query is where is the ToolShed source code? > I think I've found it, in the main repository under the slightly misleading name of comm

Re: [galaxy-dev] Nice 'citable' URLs for Galaxy Tool Shed repositories

2013-01-29 Thread Peter Cock
or the ToolShed entry: http://toolshed.g2.bx.psu.edu/repository/peterjc/mira_assembler Thanks, Peter ___ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other

<    4   5   6   7   8   9   10   11   12   13   >