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

Calculate output file md5 hashes and file sizes. #20

Merged
merged 8 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    e610ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dba9e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c775bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae159c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3879346 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    282f5f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67cef1a View commit details
    Browse the repository at this point in the history
  8. Make sure fasta and spectral_library are always a Channel

    When these files are stored locally they are initialized as a file
    system object, but when they are downloaded from panorama they are a
    channel. This inconsistency was causing problems with the
    combine_file_hashes sub-workflow.
    ajmaurais committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    80b2119 View commit details
    Browse the repository at this point in the history