Convert alphanum sort from comparitor to key operator
authorDiane Trout <diane@ghic.org>
Fri, 30 Jan 2015 21:47:01 +0000 (13:47 -0800)
committerDiane Trout <diane@ghic.org>
Fri, 30 Jan 2015 21:47:01 +0000 (13:47 -0800)
commitf0f14a8bd6c9aa2a2e4bf60b0c62e50c3d521451
tree5fc9188fd2f08191169ff0abe09f36728fc12d22
parentea73f3c84edaec1b55ddb088e5fcf5c060ad5477
Convert alphanum sort from comparitor to key operator

I found a much shorter algorithm over on stackoverflow.
htsworkflow/pipelines/genome_mapper.py
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/runfolder.py
htsworkflow/util/alphanum.py
htsworkflow/util/test/test_alphanum.py