Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
    • Vermaat's avatar
      Track source for reference files · 1a578b94
      Vermaat authored
      Previously, the original source for a reference file was implicit:
      
      1. If accession number starts with `LRG_`, it came from the LRG FTP
         archive.
      2. If a download URL is known, it was downloaded from there.
      3. If slice data is known, it was sliced from the NCBI.
      4. If a GI number is known, it was downloaded from the NCBI.
      5. Otherwise, it was uploaded.
      
      In preparation for the removal of GI numbers (#349), this had to be
      revisited. We now store the source explicitely in a new `source` field
      on the `Reference` model. If additional information is needed to
      re-fetch the file from this source (e.g., download URL), this is stored
      in a new `source_data` field (always serialized as a string). This
      scheme should be both more explicit and more generic.
      1a578b94
    • Vermaat's avatar
      Fix re-creating cached reference file · 64cad69c
      Vermaat authored
      64cad69c
  2. Jun 03, 2016
  3. Jun 02, 2016
  4. May 31, 2016
  5. May 25, 2016
  6. May 23, 2016
  7. May 18, 2016
  8. May 17, 2016
  9. May 09, 2016
  10. Apr 29, 2016
  11. Apr 28, 2016
  12. Apr 03, 2016
Loading