make exception dotted name python3 compliant
[htsworkflow.git] / htsworkflow / pipelines / retrieve_config.py
2015-10-27 Diane Troutmake exception dotted name python3 compliant
2015-04-06 Diane TroutDrop support for simplejson
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutUse six.moves to find urlencode and urlopen
2015-03-20 Diane Troutuse sorted on the iterator instead of an in-place sort
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-03-18 Diane Troutimport ConfigParser classes from six.moves.configparser
2015-01-30 Diane TroutConvert alphanum sort from comparitor to key operator
2015-01-29 Diane Troutremove ,'s from more except blocks, and now a raise too
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...
2013-12-17 Diane TroutMerge branch 'django1.4'
2013-10-17 Diane TroutMerge branch 'master' into django1.4
2013-10-17 Diane TroutDynamically respond to the number of lanes.
2013-01-09 Diane TroutA better resolution to a possible circular dependency.
2012-04-13 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-04-12 Diane TroutExtend the adapter id field to support the dual indexed...
2011-11-05 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-11-04 Diane TroutUse a logger initialized to the module name much more...
2011-10-21 Diane TroutYes generate regular gerald config file.
2011-09-19 Diane TroutOutput samples that don't have index sequence as well.
2011-09-19 Diane TroutPython 2.6's DictWriter doesn't have writeheader, so...
2011-09-17 Diane TroutAdd support for tracking the multiplex index sequence. 0.5.4
2010-11-01 Diane TroutOnly complane about missing genomes if we _wanted_...
2010-10-27 Diane TroutThe WITH_SEQUENCE flag needs to be lower-case "true".
2010-10-19 Diane TroutSet WITH_SEQUENCE as both a per-lane AND global parameter 0.4.5
2010-10-08 Diane TroutWITH_SEQUENCE is actually a global GERALD option, remov...
2010-10-07 Diane TroutUpdate gerald config file generation.
2010-06-10 Diane TroutMove the knowledge of the urls for the REST API to...
2010-02-22 Diane Troutthere is no such thing as sequence_extended. I was...
2009-11-10 Diane TroutDon't add the post_run_command unless the option and...
2009-10-17 Diane TroutFigure out the absolute path to the runfolder for passi...
2009-10-06 Diane TroutUse eland_extended or eland_pair instead of eland for...
2009-10-06 Diane TroutDefault to sequencing if we don't have a genome for...
2009-09-26 Diane TroutThe config file should also set the SEQUENCE_FORMAT
2009-09-26 Diane TroutHttpRequest.getcode doesn't exist in python 2.4, use...
2009-09-26 Diane TroutImplement a client side config file generator.
2009-09-16 Diane TroutReplace some prints with logging.info messages and
2009-02-12 Diane Troutmake our API docstrings more epydoc friendly
2008-12-23 Diane TroutUse the right URLError attribute names for error messages
2008-10-15 Diane Troutrename pipeline to pipelines to imply that we can proce...