Skip to content

Commit

Permalink
altered conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Oct 24, 2024
1 parent 4bcff79 commit b248b5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cdiff_fbi_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
environment-file: environment.yml
activate-environment: cdiff_pipeline
python-version: ${{ matrix.python-version }}

# step 3: Create the conda environment manually
- name: Create conda environment
run: |
conda create --name cdiff_pipeline picard gatk4 biopython ruamel.yaml kraken bwa samtools
# step 4
# step 3
- name: Run test script
run: |
conda activate cdiff_pipeline
Expand Down
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python=3.11
- picard
- gatk4
- kraken
- bwa
- samtools
- ruamel.yaml
- git
- pip
- pip:
- biopython
- pytest

0 comments on commit b248b5d

Please sign in to comment.