Test htsworkflow under several different django & python versions
[htsworkflow.git] / htsworkflow / pipelines /
2017-02-28 Diane TroutPort pipelines.sequences to rdflib
2016-06-24 Diane TroutUnicode munging for python3
2016-06-21 Diane TroutImplement writing to compressed files for qseq2fastq
2015-10-27 Diane Troutmake exception dotted name python3 compliant
2015-10-20 Diane Troutthis works better with python 3...
2015-09-08 Diane Troutindicate we want text not bytes
2015-04-06 Diane TroutDrop support for simplejson
2015-04-06 Diane TroutUpdate test to be more robust to changing dictionary...
2015-04-06 Diane Troutconvert non-unit-tested module to use newer raise Excep...
2015-04-06 Diane Troutconvert several not covered by unit-test modules to...
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutConvert reads to an integer, if if it was a float in...
2015-03-20 Diane TroutActually comare an integer (length of list) to an integ...
2015-03-20 Diane TroutUse six.moves to find urlencode and urlopen
2015-03-20 Diane Troutfilter out None c.times in list of potential times
2015-03-20 Diane Troutadapt to python2 returning lists and python3 iterators
2015-03-20 Diane Troutuse sorted on the iterator instead of an in-place sort
2015-03-20 Diane TroutUse max on the iterator to find the last key
2015-03-20 Diane Troutadd more from __future__ import print_function, unicode...
2015-03-20 Diane TroutCall print(msg) instead of print msg
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-03-20 Diane TroutSpecify text vs binary mode for opening files.
2015-03-20 Diane Troutprefer native string types.
2015-03-20 Diane Troutupdate more raise exceptions to Exception(message)...
2015-03-19 Diane TroutUse django.utils.encode smart_text or smart_str for...
2015-03-18 Diane Troutimport ConfigParser classes from six.moves.configparser
2015-02-03 Diane Troutconvert to unicode_literals
2015-02-02 Diane Trouttake advantage of absolute_import to simplify import...
2015-02-02 Diane TroutReplace elif list() > int() with else
2015-01-30 Diane TroutConvert alphanum sort from comparitor to key operator
2015-01-29 Diane Troutupdate srf2fastq detection code to work with byte arrays
2015-01-29 Diane Troutassume we are writing text with gzip
2015-01-29 Diane Troutreplace iterkeys with python 3 equivalents
2015-01-29 Diane Troutconvert has_key to X in dictionary
2015-01-29 Diane Troutuse six.moves to work around urllib / urllib2 / urlpars...
2015-01-29 Diane Troutconvert to print_function, and start adding unicode_lit...
2015-01-29 Diane Troutremove ,'s from more except blocks, and now a raise too
2015-01-29 Diane Troutmore use six.moves to import StringIO
2015-01-29 Diane Troutwhitespace-cleanup
2015-01-29 Diane Troutremove some commented out code
2015-01-29 Diane Troutconvert to print_function
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2015-01-21 Diane TroutUpdate test_retrieve_config to work with factories
2015-01-14 Diane Troutfix spelling error in module name
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...
2014-06-19 Diane Troutremove file created by typoing file name
2014-06-19 Diane TroutChange unittest2 back into unittest.
2014-06-19 Diane TroutExplicitly list initial_data.json for the test data...
2014-06-10 Diane TroutIndicate when desplit_fastq didn't get any files to...
2014-06-10 Diane TroutMake sure we can load a run file that lacks alignment...
2014-06-10 Diane Troutuse autoopen to access fastq files
2014-06-10 Diane TroutStart implementing tool to compute library fastq quality
2014-06-10 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-02-18 Diane TroutAdd option to compress fastq file
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-08 Diane TroutRename stripNamespace strip_namespace
2013-12-23 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2013-12-17 Diane Troutremove some test code debugging print statements
2013-12-17 Diane TroutMerge branch 'django1.4'
2013-12-10 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-06 Diane TroutAfter implementing proper tests get a working implement...
2013-12-06 Diane TroutAfter implementing proper tests get a working implement...
2013-12-05 Diane Troutfix typo
2013-12-05 Diane Troutfix typo
2013-12-05 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-05 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-05 Diane TroutRecent IPAR xml config blocks include the runfolder...
2013-12-05 Diane TroutRecent IPAR xml config blocks include the runfolder...
2013-12-02 Diane TroutCatch and report another class of exception
2013-10-21 Diane TroutMerge remote-tracking branch 'brisby/django1.4' into...
2013-10-21 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-10-17 Diane TroutMerge branch 'master' into django1.4
2013-10-17 Diane TroutAdd command line feature to srf command
2013-10-17 Diane TroutDynamically respond to the number of lanes.
2013-07-22 Diane TroutMove version finding code into the util directory.
2013-02-01 Diane TroutMake a sample key list to go along with our lane list
2013-01-16 dianeAdd more entries to genome version detection map.
2013-01-16 Diane TroutSupport scanning HiSeq runs with multiple analyses.
2013-01-16 Diane TroutThrown an exception if we can't parse base calling...
2013-01-15 Diane TroutStart making documentation for htsworkflow.
2013-01-09 Diane TroutA better resolution to a possible circular dependency.
2013-01-08 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-01-08 Diane TroutTry to make Aligned result directories optional in...
2013-01-08 Diane TroutAdd unaligned stats files to hiseq test case
2013-01-08 Diane TroutTweak timestamp format.
2012-12-14 Diane TroutGerald's time-stamp format was inconsistent.
2012-12-13 Diane TroutUse specific time formatting instead of locale '%c'
2012-11-29 Diane TroutRemove prints that were being called in test code.
2012-11-28 Diane TroutConvert to unittest2
2012-11-28 Diane TroutConvert to unittest2
2012-11-16 Diane TroutFurther attempts to validate RDF models.
2012-09-24 Diane TroutMerge changing lane_number to string and sequence findi...
2012-09-19 Diane TroutUse htsworkflow ontology to validate various RDF using...
2012-09-18 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-09-18 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-09-18 Diane TroutProgress using rdf model to link fastqs with flowcell...
2012-08-31 Diane TroutOlder rdf library doesn't like unicode strings as nodes
2012-08-31 Diane TroutAllow option to save/restore a sequence class to a...
2012-08-06 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-08-06 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
next