Skip to content

Commit

Permalink
tracks dag file for inclusion in README
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Nov 5, 2024
1 parent 3e8c6d8 commit fef161a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Set up conda
- name: Create environment with Mamba
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge # mamba is faster than base conda
miniforge-version: latest
channels: conda-forge, bioconda
auto-activate-base: false
activate-environment: 2025-dotson-thesis
environment-file: environment.yml
use-mamba: true
use-only-tar-bz2: true
- run: |
Expand Down
Binary file added analysis/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fef161a

Please sign in to comment.