htsworkflow.git
2016-06-24 Diane TroutDjango 1.9 deprecated string based url names and django...
2016-06-24 Diane Troutwhitespace change
2016-06-24 Diane Troutremove unused imports
2016-06-24 Diane TroutUnicode munging for python3
2016-06-21 Diane TroutImplement writing to compressed files for qseq2fastq
2016-04-20 Diane TroutExtract part of get_json into get_response
2016-04-11 Diane TroutInitial implementation of importencoded
2016-03-12 Diane TroutIncrease size of Library.multiplex_id field
2015-12-03 Diane Troutreport run_type
2015-12-03 Diane Troutreport if a flowcell was single or paired ended as...
2015-12-03 Diane Troutremove unused imports and variables
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-11-30 Diane Troutremove wsgiref requirement
2015-11-11 Diane Troutargparse is in versions of python we care about
2015-10-27 Diane Troutuse decorator syntax for registering admin urls
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 Troutfix import path for HTTPError exception
2015-10-20 Diane Troutfix typo, use print_function
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-09-08 Diane Troutconvert from optparse to argparse
2015-09-08 Diane Troutadd some documentation -- shocking I know
2015-07-20 Diane Troutpython3 byte vs str compatibility for constructing...
2015-07-20 Diane Troutscript to help remigrate from old sqlite database to...
2015-07-20 Diane Troutconfiguration file largely only useful for emacs elpy...
2015-07-20 Diane Troutsort load_accession to make it easier to find things
2015-05-28 Diane Troutremove unused imports
2015-05-26 Diane Troutrename datarun to sequencing run, and propogate the...
2015-05-26 Diane Troutset a created datetime in the factory, since I removed...
2015-05-21 Diane Troutremove unused import
2015-05-21 Diane Troutload in our encode3 accession numbers seperately from...
2015-05-21 Diane Troutadd a few common accession agencies to the standard...
2015-05-21 Diane TroutAdd AccessionAgency and LibraryAccession
2015-05-20 Diane Troutlocalize all the RDF imports and use skipUnless to...
2015-05-20 Diane Troutremove commented out code
2015-05-20 Diane Troutimport specific names instead of import factory
2015-05-20 Diane Troutremove some unused imports
2015-05-20 Diane Troutremove commented out code
2015-05-12 Diane Troutremove unused imports
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutremove unused imports
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutmove comments out of experiments_flowcell flowcell...
2015-05-12 Diane Troutremove unused import
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-12 Diane Troutflake8 whitespace change
2015-05-12 Diane Troutrecreate samples initial migration as strings instead...
2015-05-12 Diane Troutrecreate initial migration as strings instead of bytest...
2015-05-12 Diane Troutmove experiment templates into the experiments app
2015-05-05 Diane Troutchange the default for the DJANGO_SETTINGS_MODULE to...
2015-05-05 Diane Troutsimplify library report
2015-05-05 Diane Troutupdate docstring
2015-05-05 Diane Troutadd in missing import
2015-05-05 Diane Troutadd in some missing imports
2015-05-05 Diane TroutRemove unused imports
2015-05-05 Diane Troutadjust whitespace
2015-05-05 Diane TroutAdd more tests for lanes_for
2015-05-05 Diane TroutMove lanes_for from samples to experiments
2015-05-05 Diane TroutUpdate dependency list
2015-05-05 Diane Troutmake version utf/python3 friendly
2015-05-05 Diane Troutremove extra blank line
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 TroutRemove suprious comma. Fixing a tuple <= int bug
2015-04-06 Diane TroutMissed a couple of smart_text wrappings of django test...
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 TroutAdjust logging overrides and move django.setup to after...
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
next