htsworkflow.git
2014-10-23 Diane Troutmark the example submission rule files as being raw... master
2014-10-23 Diane Troutmost of our test submission rule files use bz2 regexes...
2014-10-23 Diane TroutChange unittest2 back into unittest.
2014-06-10 Diane TroutAdd post_json as some DCC objects are created with...
2014-06-10 Diane TroutRename headers to json_headers for requests (seemed...
2014-06-10 Diane TroutUpdates to jsonld context for the DCC schemas.
2014-06-10 Diane TroutUpdate test_encoded test cases due to https now being...
2014-06-10 Diane TroutDCC switched to https
2014-06-10 Diane TroutUpdate fastqname code & test code to better support...
2014-06-10 Diane TroutDirectly generate compressed fastq files from HiSeq...
2014-06-10 Diane Troutthe filename templates were moved from condorfastq...
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 TroutFor some reason the previous integrety fixes, added...
2014-06-10 Diane TroutPostgresql has referential integrety checking.
2014-06-10 Diane TroutIgnore the path when comparing filenames from the md5...
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 TroutJust use the python 2 url parsers instead of trying...
2014-06-10 Diane TroutUpdate timestamps in inventory app test data to be...
2014-06-10 Diane Troutpoint default flowcell directory to test data
2014-06-10 Diane Troutadd default values for some application specific values
2014-06-10 Diane TroutConfigure default STATICFILES_DIRS for static files...
2014-06-10 Diane TroutMathematica had a suggestion for a fastq mime type...
2014-06-10 Diane TroutRegex pattern was wrong.
2014-06-10 Diane TroutConvert more timestamps to include timezone
2014-06-10 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-02-18 Diane TroutAdd option to compress fastq file
2014-02-12 Diane TroutAllow arbitrarily long regexes in experiment.FileType...
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-22 Diane Troutpass filters a string not an undefined variable
2014-01-17 Diane TroutRemove django test environment setup code.
2014-01-17 Diane TroutUse SkipIf to skip copier tests if benderjab isn't...
2014-01-17 Diane TroutConvert timestamps from the runfolder file to a timezon...
2014-01-17 Diane Troutdjango provides django.utils.timezone.now to return...
2014-01-17 Diane TroutSet default timezone to where our lab is located
2014-01-17 Diane TroutUpdate test data dates to have timezone information
2014-01-17 Diane TroutFix test to use newer django database dictionary instea...
2014-01-17 Diane TroutRe-add default email addresses for email notification...
2014-01-17 Diane TroutImplement a encoded search to json-ld wrapper.
2014-01-17 Diane Troutmake sure @vocab url has a trailing #. Its needed to...
2014-01-17 Diane TroutUse new context creation functions to attach context...
2014-01-17 Diane TroutAdd functions to create a json-ld context and add names...
2014-01-15 Diane TroutUtility class for accessing ENCODE3's submit / data...
2014-01-15 Diane TroutAdapter to use PyLD's json-ld parser to add triples...
2014-01-15 Diane Troutremove some trailing whitespace
2014-01-15 Diane Troutremove some trailing whitespace
2014-01-15 Diane TroutAdd option to get_model to disable RDF graph context.
2014-01-08 Diane TroutIgnore kdevelop & kate project files.
2014-01-08 Diane TroutRename stripNamespace strip_namespace
2013-12-23 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2013-12-23 Diane Troutupdate settings for new location of WSGI_APPLICATION...
2013-12-23 Diane Troutfix quote typos with the {% static %} template tag
2013-12-23 Diane TroutMove wsgi into the actual project root.
2013-12-17 Diane Troutremove some test code debugging print statements
2013-12-17 Diane TroutUpdate WSGI_APPLICATION to point to the updated locatio...
2013-12-17 Diane TroutInventory works, even though its was hidden between...
2013-12-17 Diane Troutmove an example result directory into git and use it...
2013-12-17 Diane TroutMerge branch 'django1.4'
2013-12-17 Diane TroutUpdate requirements to require diango 1.6
2013-12-17 Diane TroutStart simplyfing settings by using from settings_local...
2013-12-17 Diane Troutadd new wsgi.py driver
2013-12-17 Diane TroutUpdate templates to consistently use {% static %} inste...
2013-12-17 Diane TroutMove loading DTD into a function as the call caused...
2013-12-17 Diane Troutmove django imports around, change one function call...
2013-12-17 Diane TroutUpdate exception caught for newer django?
2013-12-17 Diane Troutuse url function call for url definition instead of...
2013-12-17 Diane TroutMove use of settings default into the function instead...
2013-12-10 Diane TroutUpdate manage script to django 1.6
2013-12-10 Diane TroutBeing able to filter on paired end runs might be useful
2013-12-10 Diane Troutremove deprecated module django.contrib.databrowse
2013-12-10 Diane TroutWith 1.6 boolean field changed to default Null, so...
2013-12-10 Diane TroutDjango 1.6 is pickier about enforcing referential integrity
2013-12-10 Diane TroutFix urls patterns import to be compatible with django 1.6
2013-12-10 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-10 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-09 Diane TroutAdd new paired library types to our hackish list for...
2013-12-06 Diane TroutAttempt to be robust to not having an alignment in...
2013-12-06 Diane TroutAttempt to be robust to not having an alignment in...
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 TroutUpdate for UCSC's validate manifest 1.7
2013-12-05 Diane TroutProvide reporting of what command failed when bigWigInf...
2013-12-05 Diane TroutRecent IPAR xml config blocks include the runfolder...
2013-12-05 Diane TroutAdd a way to report what url was failing
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 TroutPass additional information to the trackhub.
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-10-17 Diane TroutFix typo.
2013-10-17 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-10-17 Diane TroutImplement a wrapper around bigWigInfo to report bigWig...
next