Test htsworkflow under several different django & python versions
[htsworkflow.git] / htsworkflow / submission /
2017-03-09 Diane Troutwhitespace fixes
2017-03-09 Diane Troutport condorfastq to rdflib
2017-03-09 Diane TroutPort daf to rdflib
2017-03-09 Diane TroutPort submission.py to rdflib
2017-02-18 Diane TroutDCC tightned up their validator
2017-02-18 Diane TroutAdd new paths for spreadsheet ENCODE submission.
2016-07-25 Diane TroutThe DCC has complained about me making a few common...
2016-07-25 Diane Troutsome date cells contain two dates, which is treated...
2016-06-24 Diane TroutMatch what generate_sample_results_tree creates
2016-06-24 Diane TroutUse find_statements instead of SPARQL for a query
2016-06-24 Diane TroutRemove unused variables
2016-06-24 Diane TroutRemove unused imports
2016-06-24 Diane TroutReplace import * with explicit list of imports
2016-06-24 Diane TroutRefactor out code to submit a single file from a loop.
2016-06-21 Diane TroutImplement writing to compressed files for qseq2fastq
2016-04-20 Diane TroutExtract part of get_json into get_response
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-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-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-07-20 Diane Troutpython3 byte vs str compatibility for constructing...
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-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 relative import for submission_test_common
2015-03-20 Diane Troutreplace xrange with enumerate
2015-03-20 Diane Troutadapt to python2 returning lists and python3 iterators
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-19 Diane TroutUse django.utils.encode smart_text or smart_str for...
2015-02-02 Diane Trouttake advantage of absolute_import to simplify import...
2015-01-29 Diane Troutuse six.moves to work around urllib / urllib2 / urlpars...
2015-01-29 Diane Troutremove some commented out code
2015-01-29 Diane Troutmore use six.moves to import StringIO
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2015-01-28 Diane Troutmake the search tool more flexible
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.
2014-12-13 Diane Troutadd more type checking for parsing object type from...
2014-12-13 Diane Troutadd some helpful log messages
2014-11-07 Diane TroutAdd some code to help read metadata out of spreadsheets.
2014-09-12 Diane Troutmake it easier to override variables in ENCODED class
2014-07-24 Diane TroutDCC example code sets both content-type and accept...
2014-07-24 Diane Troutpep8 whitespace cleanup.
2014-06-19 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 TroutJust use the python 2 url parsers instead of trying...
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-17 Diane TroutRemove django test environment setup code.
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 Troutremove some trailing whitespace
2014-01-15 Diane Troutremove some trailing whitespace
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-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-05 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
next