Results 39 comments of Fred

Happy new year @mvdbeek. The error I see, with few debug print (with URL **/api/async/{tool_id}?key=#######**): > galaxy.webapps.galaxy.api.async DEBUG 2020-01-07 11:45:03,761 [p:30817,w:2,m:0] [uWSGIWorker2Core6] async dataid -> None galaxy.webapps.galaxy.api.async DEBUG 2020-01-07 11:45:03,762...

I managed to do something that works. `trans.galaxy_session` seems to be always `None` as I come from an API request. So I can't get user and history from it. I've...

Here is another version of this PR. As our Galaxy is authenticated, we need an API endpoint for Asynchronous processes. Otherwise we are always redirected to the login page when...

> > > @FredericBGA Is this ready from your side? It was marked WIP at a certain point (by @martenson). Yes. I've tried to follow the guidelines (https://docs.galaxyproject.org/en/master/api/guidelines.html). I used...

> > > > I think that this one is OK. There is no other controllers with the same goal. > > Correct me if I'm wrong, but looks like...

@mvdbeek Hi Marius, we can close this PR if you think that if does not fit the galaxy needs. Or maybe I can try a bit more to understand how...

> I don't know if using the auto_compressed framework for this is a good idea. As the tests are telling you, the result of the conversion is actually vcf_bgzip (which...

yes, my files are `vcf.gz` files. It is quite old now, I remember that I wanted to see 'vcf.gz' in the library, instead of 'vcf_bgzip'

Hello I think that the problem is an issue of TRF with my file... Indeed there more than 120 repeats but the second file (`filename.2.txt.html`) does not hold `Sequence:` >...

Hi, thank you for your reply, I really appreciate. The `getQueryName()` involved is located line 5924 (I've added a permalink in my comment). I will try to see if I...