Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seek ena upload #1650

Merged
merged 35 commits into from
Nov 15, 2023
Merged

Seek ena upload #1650

merged 35 commits into from
Nov 15, 2023

Commits on Nov 9, 2023

  1. Add Seed file with metadata for ena

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f2c472b View commit details
    Browse the repository at this point in the history
  2. Add "ENA collection date" to template attribute validation schema

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a297f6e View commit details
    Browse the repository at this point in the history
  3. Add custom metadata functionality to Isa Assays

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f4070a0 View commit details
    Browse the repository at this point in the history
  4. Add custom metadata functionality to Isa Studies

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    db3713f View commit details
    Browse the repository at this point in the history
  5. Only make custom metadatafields appear on the first assay

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a629118 View commit details
    Browse the repository at this point in the history
  6. Fix failing tests

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    93ace07 View commit details
    Browse the repository at this point in the history
  7. Make metadata show in edit form as well

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c94e172 View commit details
    Browse the repository at this point in the history
  8. Transfer custom metadata to the assay comments section of the ISA JSON

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a4bf9fd View commit details
    Browse the repository at this point in the history
  9. Split assays into streams of assays

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    edf9ad5 View commit details
    Browse the repository at this point in the history
  10. Change assay position logic

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0fc1ab3 View commit details
    Browse the repository at this point in the history
  11. Showing custom metadata if assay position is 0

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4edf9e3 View commit details
    Browse the repository at this point in the history
  12. Correction show_custom_metadata logic

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    641eb81 View commit details
    Browse the repository at this point in the history
  13. fix failing tests

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    55fbc50 View commit details
    Browse the repository at this point in the history
  14. Prevent position to increment when editing

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3a2300b View commit details
    Browse the repository at this point in the history
  15. Add Assay stream name as custom metadata

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    079c12c View commit details
    Browse the repository at this point in the history
  16. Filter stream name out of the comments and set as filename

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    28a0180 View commit details
    Browse the repository at this point in the history
  17. fix merge errors

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a0aaf24 View commit details
    Browse the repository at this point in the history
  18. Change Custom Metadata to Extended Metadata

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    619ac5b View commit details
    Browse the repository at this point in the history
  19. Fix failing tests

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ab0cebe View commit details
    Browse the repository at this point in the history
  20. Add Study title

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b033f08 View commit details
    Browse the repository at this point in the history
  21. Updated ISA exporter:

    - Add assay publications
    - Add linked assays as comment
    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bbbb26d View commit details
    Browse the repository at this point in the history
  22. Fix failing test

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    03965b8 View commit details
    Browse the repository at this point in the history
  23. Implement ENA custom metadata for ISA Study

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a58e231 View commit details
    Browse the repository at this point in the history
  24. Export Study extended metadata

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ef9b67c View commit details
    Browse the repository at this point in the history
  25. Fixed the stream name in the isa_exporter

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    14f8581 View commit details
    Browse the repository at this point in the history
  26. Fix isa_exporter. output is othermaterial if corresponding isatag is …

    …found.
    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e16e802 View commit details
    Browse the repository at this point in the history
  27. fix error after rebase

    Kevin De Pelseneer authored and kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5da37c3 View commit details
    Browse the repository at this point in the history
  28. Remove seed file

    kdp-cloud committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    95ab48e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c577db5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fix failing tests.

    kdp-cloud committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    28603a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a436b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bf872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69a94f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    f5a162d View commit details
    Browse the repository at this point in the history
  2. Change data type title to something more generic.

    Also changed placeholder text to something more informative.
    kdp-cloud committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    33405c5 View commit details
    Browse the repository at this point in the history