Skip to content

Commit

Permalink
Add multiple dicot pipeline (#71)
Browse files Browse the repository at this point in the history
* Add multiple dicot pipeline

* Black

* Fetch LFS files during CI

* Lint

* Lint

* Add batch processing per group

* Return NaN filled arrays for root widths as default

* Add notebook for testing

* Changes to notebook

* Return NaNs as default in root widths

* Compute grouped summaries for multiple dicots

* Add output directory for group trait files
  • Loading branch information
eberrigan authored Mar 31, 2024
1 parent e54d7f7 commit cae212d
Show file tree
Hide file tree
Showing 46 changed files with 2,578 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.h5 filter=lfs diff=lfs merge=lfs -text
*.slp filter=lfs diff=lfs merge=lfs -text
*.type filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
lfs: true # Fetch large files with Git LFS

- name: Setup Micromamba
# https://github.com/mamba-org/setup-micromamba
Expand Down
Loading

0 comments on commit cae212d

Please sign in to comment.