Alvaro Gonzalez

Results 8 issues of Alvaro Gonzalez

Hello, We have seen an issue in TESK, we put the wrong tag for an image in a workflow, and now the pod that has to execute is in "ImagePullBackOff"....

It is not clear why this happens, or which component (WES, TESK, or FTP) is at fault, but when trying to run the RD workflow using a pureFTPd server, it...

If the PVC already exists, the pods fails ungraciously: ``` $ oc logs task-0675c153-zvsw9 Traceback (most recent call last): File "/usr/bin/taskmaster.py", line 301, in main(sys.argv) File "/usr/bin/taskmaster.py", line 262, in...

… 5 months ago **IMPORTANT: Please create an issue before filing a pull request! Changes need to be discussed before proceeding. Please read the [contribution guidelines](CONTRIBUTING.md).** **Details** Please provide enough...

**Details** Closes #246 ```py >>> from six.moves import urllib >>> p=urllib.parse.urlparse('ftp://user:[email protected]/hola') >>> p.username 'user' >>> p.hostname 'server.csc.fi' >>> p.netloc 'user:[email protected]' ``` Upgrading `cwl-tes` and fixing build

Helm will now load the `app-config.yaml` file form disk. This cleans also up the previous method to load the configuration. In order to modify the configuration, one has to edit...

**Describe the bug** Funnel (https://ohsu-comp-bio.github.io/funnel/docs/storage/ftp/) requires (for the moment) to add the username and password to any FTP URL sent in a task. If you do so, cwl-WES fails as...

This is similar than issue #26, but I am openong a new issue in case. We are running some tests on TESK (https://github.com/EMBL-EBI-TSI/TESK), this one fails: ``` /usr/local/bin/cwl-tes --tes $TESKURL...