Use isinstance(object, (types)) pattern instead of type(object) == types.Type
authorDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 21:13:54 +0000 (14:13 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 21:13:54 +0000 (14:13 -0700)
commitc1ac63be48b1243c37f20d5dc020526fcf18c064
treea75b042dfdb42d5426aa9586ce53b129f21cb79d
parent3c442a662e3553dbb3b70da4e95bdc3c1625cf20
Use isinstance(object, (types)) pattern instead of type(object) == types.Type
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/sequences.py
htsworkflow/pipelines/summary.py
htsworkflow/submission/condorfastq.py
htsworkflow/submission/daf.py
htsworkflow/submission/encoded.py
htsworkflow/util/rdfhelp.py
htsworkflow/util/test/test_rdfhelp.py
samples/models.py