Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qiita-spots/qiita
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.01
Choose a base ref
...
head repository: qiita-spots/qiita
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 21, 2025

  1. Resource allocation colormap (#3453)

    * Update to DB qiita.slurm_resource_allocations
    
    * added colormap, create equation table
    
    * Fixed styling
    
    * Using qiita.allocation_equations table in util.py
    
    * Debug
    
    * Updates to @antgonza comments
    
    * Changes to @antgonza comments
    
    * Back to np.log
    Gossty authored Jan 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    08ce025 View commit details

Commits on Feb 18, 2025

  1. fix #3455 (#3459)

    * fix #3455
    
    * humanize==4.11
    antgonza authored Feb 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    36ea77b View commit details

Commits on Feb 24, 2025

  1. 2025.02 (#3460)

    * 2025.02
    
    * update CHANGELOG.md
    antgonza authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ba13403 View commit details

Commits on Feb 25, 2025

  1. Merge branch 'dev' of github.com:biocore/qiita

    antgonza committed Feb 25, 2025
    Copy the full SHA
    fdad618 View commit details

Commits on Mar 7, 2025

  1. Errhandling non dict values (#3463)

    * Update CHANGELOG.md
    
    * test database contains command_parameters columns in qiita.processing_job with values "", which is not a dict and also not None
    
    ---------
    
    Co-authored-by: Antonio Gonzalez <[email protected]>
    sjanssen2 and antgonza authored Mar 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d49339f View commit details

Commits on Mar 9, 2025

  1. create neccessary "mountpoints" (#3462)

    * add function that creates neccessary "mountpoints"
    
    * code style
    
    * addressing Antonio's suggestion to use get_mountpoint
    
    * raise error if src dir is not present at expected location
    
    * adding mountpoint directory FASTQ
    sjanssen2 authored Mar 9, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0a29ac2 View commit details

Commits on Mar 11, 2025

  1. fix sub-directory path (#3464)

    When I executed this code, I found that get_mount_point() returns complete paths, e.g. `/root/data/job` instead of "just" the sub-directory, i.e. `job`.
    Thus `get_support_file` returns the dst directory, instead of the src directory :-/
    sjanssen2 authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5ab3ebb View commit details

Commits on Mar 12, 2025

  1. Fix multiple validation jobs (#3465)

    * Update CHANGELOG.md
    
    * multiple validation jobs should be submitted as lead and dependent jobs, but the later must also made known by the DB
    
    ---------
    
    Co-authored-by: Antonio Gonzalez <[email protected]>
    sjanssen2 and antgonza authored Mar 12, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d0e03de View commit details

Commits on Apr 10, 2025

  1. propagate error from resource_allocation_info

    antgonza committed Apr 10, 2025
    Copy the full SHA
    20f9ebc View commit details
  2. flake8

    antgonza committed Apr 10, 2025
    Copy the full SHA
    dfb030a View commit details
  3. 2025.04

    antgonza committed Apr 10, 2025
    Copy the full SHA
    b7390cb View commit details
  4. rm extra line

    antgonza committed Apr 10, 2025
    Copy the full SHA
    734d414 View commit details
  5. SynDna -> SynDNA

    antgonza committed Apr 10, 2025
    Copy the full SHA
    050b810 View commit details
  6. Merge pull request #3466 from antgonza/raise-error-resource-alloc

    propagate error from resource_allocation_info
    AmandaBirmingham authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    077df38 View commit details
  7. Merge pull request #3467 from antgonza/2025.04

    2025.04
    AmandaBirmingham authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4b5fbc0 View commit details
  8. Merge branch 'dev' of github.com:biocore/qiita

    antgonza committed Apr 10, 2025
    Copy the full SHA
    388d66d View commit details
Loading