Add function to parse scp / ssh style URLs.
authorDiane Trout <diane@ghic.org>
Wed, 17 Jul 2013 00:02:30 +0000 (17:02 -0700)
committerDiane Trout <diane@ghic.org>
Wed, 17 Jul 2013 00:02:30 +0000 (17:02 -0700)
commit23e4222a5cd431b0a59f78fe8dc618f02425303d
tree386fe5279d4e0bec715958c2ceb397bfe0fc1bf5
parent0be6d8df8447d45048189a9cdf94a2077d68e035
Add function to parse scp / ssh style URLs.

Also move some tests around from htsworkflow.util.url
htsworkflow/util/test/test_url.py [new file with mode: 0644]
htsworkflow/util/url.py