elixir-cloud-aai / cwl-WES

Trigger CWL workflows via GA4GH WES and TES
Apache License 2.0
16 stars 18 forks source link

WIP Upgrade requirements to fix the netloc bug #247

Open lvarin opened 2 years ago

lvarin commented 2 years ago

Details

Closes #246

>>> from six.moves import urllib
>>> p=urllib.parse.urlparse('ftp://user:pass@server.csc.fi/hola')
>>> p.username
'user'
>>> p.hostname
'server.csc.fi'
>>> p.netloc
'user:pass@server.csc.fi'

Upgrading cwl-tes and fixing build

lvarin commented 2 years ago

I just saw that focal is downgraded, so this PR is more a POC than an actual fix.

uniqueg commented 1 year ago

Should be easy to update once #248 is fixed