htsworkflow.git
2013-10-11 Diane TroutMake it possible to set a label on a track.
2013-10-09 Diane Troutadd replaces / replace_reason generation to trackhub...
2013-10-09 Diane Troutremove spurious newline
2013-10-08 Diane TroutBe more forgiving about the md5sum filename path
2013-10-08 Diane TroutAdd helpful logging information to explain missing...
2013-09-24 Diane TroutShare more code to generate result tree.
2013-08-12 Diane TroutUpdate test data for renamed library type.
2013-08-10 Diane TroutAdd sortOrder and filtering parameters to the trackhub.
2013-07-22 Diane TroutMove version finding code into the util directory.
2013-07-22 Diane TroutTest changes to submission code.
2013-07-22 Diane TroutGenerate manifest.txt files for submitting to ENCODE3.
2013-07-22 Diane Troutturtle writing improvements.
2013-07-22 Diane TroutAdd a generator that returns analysis nodes from a...
2013-07-20 Diane TroutAdd python namespace for encode3 RDF namespace
2013-07-18 Diane TroutAdd function to list the names for submissions from...
2013-07-17 Diane TroutAdd function to parse scp / ssh style URLs.
2013-07-16 Diane TroutDeleting commented out code.
2013-07-08 Diane TroutUpdate test to work with species -> species_name rename.
2013-07-03 Diane TroutGenerate manifest files for ENCODE3
2013-07-01 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-07-01 Diane TroutAdd the option to copy tree in addition to making a...
2013-07-01 Diane TroutInitial attempt to start generating trackHubs and manif...
2013-07-01 Diane Trouttype checking more detailed than Literal doesn't work...
2013-06-28 Diane TroutAdd option to copy source files for a submission.
2013-06-18 Diane TroutFurther improve reliability of make_tree_from.
2013-06-18 Diane Troutcopy_tree_from wasn't actually making any symlinks.
2013-06-18 Diane TroutUpdate tests for new version of redland rdf lib.
2013-06-18 Diane TroutRemove deprecated adminmedia template tag from loader.
2013-06-18 Diane TroutReplace deprecated django.contrib adminmedia with stati...
2013-06-18 Diane TroutUse proper User model import.
2013-02-01 Diane TroutPreliminary implementation of trackDb generation.
2013-02-01 Diane TroutForgot to import an exception I used
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-09 Diane TroutDon't accidentally transform an object into a tuple.
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-14 Diane TroutMake my ChangeList sub-class compatibile with Django 1.3
2012-12-13 Diane TroutMake the inventory pages work with the new HTSChangeList.
2012-12-13 Diane TroutDjango 1.4 requires the csrf token for posts.
2012-12-13 Diane TroutUse specific time formatting instead of locale '%c'
2012-12-13 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkfl...
2012-12-12 Diane TroutSimplify linking fastq files to their library id.
2012-12-08 Diane TroutAdd a FastqName class to create and parse standardized...
2012-11-30 Diane TroutChange my copied version of admin.changelist to a subclass.
2012-11-30 Diane TroutThe formatting for the model name changed.
2012-11-29 Diane TroutAdd a few more records for django db initial_data.json.
2012-11-29 Diane TroutUse unittest2's module hooks for setting up the django...
2012-11-29 Diane TroutChange csrf imports and database settings for django 1.4
2012-11-29 Diane TroutRemove prints that were being called in test code.
2012-11-28 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-28 Diane TroutChanged name= to verbose_name= for LibraryType.
2012-11-28 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-28 Diane TroutMake extra sure Django's setup test environment is...
2012-11-28 Diane TroutConvert to unittest2
2012-11-28 Diane TroutConvert to unittest2
2012-11-27 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-27 Diane TroutIgnoring the missing type RDF error for the page under...
2012-11-27 Diane TroutAdd dependencies to the setup.py
2012-11-20 Diane TroutTest presence of species & species name on library...
2012-11-20 Diane TroutCorrectly implement merging Notification & Manager...
2012-11-20 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-20 Diane TroutRenamed various django tests.py to test_module.py
2012-11-20 Diane TroutIgnore .tox directory
2012-11-20 Diane TroutFix RDF schema problems with lane_number and species.
2012-11-20 Diane TroutRun the library detail page through RDF validation.
2012-11-20 Diane TroutChange add_default_schema to use pkg_resources feature...
2012-11-20 Diane TroutAdd dependency information to the setup.py script
2012-11-20 Diane Troutrdf:Resource can be either a resource or a blank node.
2012-11-20 Diane TroutUniquely merge BCC and Manager lists for sending notifi...
2012-11-16 Diane TroutFurther attempts to validate RDF models.
2012-11-14 Diane TroutAdd error message for typoing a result map filename.
2012-11-14 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-10-11 Diane TroutCatch another lookup error.
2012-09-27 Diane Troutolder librdf wanted to include type information when...
2012-09-27 Diane TroutWhen collecting files for a geo submission, group on...
2012-09-25 Diane TroutThis might actually generate soft file with raw & suppl...
2012-09-24 Diane TroutMerge changing lane_number to string and sequence findi...
2012-09-24 Diane TroutAdd a log message to for debugging
2012-09-24 Diane TroutDefine XHTML_RDF_DTD as None when we can't load the DTD
2012-09-24 Diane TroutMake the public html pages valid xhtml, and validate...
2012-09-24 Diane Troutremove some dead commented out code.
2012-09-20 Diane TroutFix (some) missing closing tags.
2012-09-20 Diane TroutMake a validation error message between different ages...
2012-09-20 Diane TroutAlso make the library index page conform to htsworkflow...
2012-09-20 Diane TroutMinor tweaks to deal with the older version of librdf...
2012-09-19 Diane TroutUse htsworkflow ontology to validate various RDF using...
2012-09-19 Diane TroutRefactor property type validator to support multiple...
2012-09-19 Diane TroutAdd stub xhtml vocab ontology, to make model validation...
2012-09-18 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-09-18 Diane Troutemail.bcc should be a list, not a nested list.
2012-09-18 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-09-18 Diane TroutImprovements to rdfinfer.
next