Results 39 comments of Fred

Thank you for your answers. This idea of this is to avoid formating another track, users with enougth skills (and access rigths !) can easily do that using bedtools, on...

Hello I will submit a PR for this today I think I had the same problem, I was sending all my tests on the production server (which deserve a "real"...

ok, I need to upgrade python from 3.5 to something above 3.6 and then I will need to submit a PR for galaxy as well, as most of the magic...

https://github.com/galaxyproject/planemo/pull/1010

@nsoranzo @davidchristiany It seems to work. My server is a Red Hat. So I have work in `/etc/pki/tls/certs` and the export is `REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.trust.crt` Thank you @nsoranzo. Few months ago, I...

@nsoranzo it's up to you! Maybe the option in command line is fine if you can not have a root access and modify the trusted certificate? But it will not...

@davidchristiany Can you try with curl? Something like: `curl --cacert /etc/ssl/certs/ca-certificates.crt https://usegalaxy.ifb.local`. And maybe with the `-v` option. You should get an HTML answer: ``` 302 Found 302 Found The...

@bgruening @lecorguille I have the same problem with a `°` character. > "'ascii' codec can't encode character u'\\xb0' in position 346 @lecorguille did you manage to make planemo test with...

ok, thank you. I managed to make it works because of course you need to change the locale settings of the interface, not the locale settings of the terminal where...

@mvdbeek I need a little help to go further. This PR works here for my first use case: - the first step `/async/{tool_id}` is used - then I use the...