make a more informative log message
[htsworkflow.git] / htsworkflow /
2015-11-30 Diane Troutmake a more informative log message
2015-11-30 Diane TroutRead the first sequence out of the fastq to find the...
2015-11-30 Diane Troutrefactor encode3 spreadsheet based object creation...
2015-10-27 Diane Troutupdate dotted path for python3
2015-10-27 Diane Troutupdate url to new standard url
2015-10-27 Diane TroutUpdate schema tests for upstreams release 33
2015-10-27 Diane Troutmake exception dotted name python3 compliant
2015-10-20 Diane Troutthis works better with python 3...
2015-10-20 Diane Troutapparently json.dump can write to a stream
2015-10-20 Diane TroutAdd mode to connect to the DCC and make sure the files...
2015-10-20 Diane Troutadd knowledge about file links
2015-10-20 Diane Troutupdates to deal with encoded 33 path changes
2015-10-20 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-10-20 Diane Troutmove run_aws_cp command out of class to make it easier...
2015-09-24 Diane TroutReturn read_length for file properties
2015-09-23 Diane TroutUse a re.split so we can accept both ', ' and ',' betwe...
2015-09-08 Diane Troutindicate we want text not bytes
2015-09-08 Diane Troutcovert to using python3 config.get fallback=
2015-07-20 Diane Troutpython3 byte vs str compatibility for constructing...
2015-05-21 Diane TroutAdd AccessionAgency and LibraryAccession
2015-05-12 Diane Troutremove unused import
2015-05-12 Diane Troutmove experiment templates into the experiments app
2015-05-05 Diane Troutsimplify library report
2015-05-05 Diane TroutMove lanes_for from samples to experiments
2015-04-06 Diane TroutOops I had a test function name collision. Rename one...
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 Troutfix a white space issue
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-04-06 Diane TroutBe more careful looking up keys when the fastqname...
2015-03-31 Diane Troutadd post_spreadsheet to create encoded objects from...
2015-03-31 Diane Troutalso validate documents before creating them
2015-03-31 Diane Troutactually complain if we get the wrong type
2015-03-31 Diane Troutadd a docstring to validate
2015-03-31 Diane TroutAdd get_accession_name to use collection name to find...
2015-03-31 Diane Troutsupport trying to figure out object type based on what...
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-27 Diane TroutSwitch encode3 submitter to use aws.
2015-03-27 Diane TroutImport flowcell details into the triple store from...
2015-03-27 Diane Troutstore flowcell name in the triple store if its known
2015-03-27 Diane Troutrecord file size information for a file in the triple...
2015-03-27 Diane Troutgetitem should only return the key
2015-03-27 Diane Troutclean up a bit of whitespace
2015-03-20 Diane Troutconfigure using a local postgres install
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 TroutDrop library id encoding
2015-03-20 Diane TroutUse regex to make sure scripts end with the right command
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 Troutuse relative import for submission_test_common
2015-03-20 Diane TroutTry to detect if an object is a file type on python...
2015-03-20 Diane Troutreplace xrange with enumerate
2015-03-20 Diane TroutUse ''.splitlines() instead of split('\n')
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 Troutspecial case unicode handling that differs between...
2015-03-20 Diane TroutReplace some unicode() with str()
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 Troutbase64.encodestring needs a bytearray in python3
2015-02-02 Diane TroutReplace elif list() > int() with else
2015-01-30 Diane Troutproperly call usrlib.parse instead of urlparse
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 Troutremove unicode_literals from things going to redland RDF
2015-01-29 Diane Troutremove some commented out code
2015-01-29 Diane Troutconvert some print statements to logger messages
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 Troutuse six.moves to get to python3-style urllib
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 Troutuse six to work around rename of configparser
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2015-01-28 Diane Troutmake the search tool more flexible
2015-01-21 Diane TroutUpdate test_retrieve_config to work with factories
2015-01-14 Diane Troutfix spelling error in module name
2015-01-13 Diane TroutDon't pass null authentication information to ENCODED.
2015-01-13 Diane Troutuse absolute_import and print_function
2015-01-10 Diane Troutget_schema_url only works on object types now, so chang...
2015-01-10 Diane Troutat some point I added code that used base64, hashlib...
2014-12-13 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2014-12-13 Diane TroutAdd document registration class.
next