Skip to content

Commit

Permalink
Merge pull request #151 from COMBINE-lab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rob-p authored Jul 1, 2024
2 parents 9759213 + 42bb499 commit ead6f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_simpleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -44,10 +44,7 @@ jobs:
- name: Test simpleaf
shell: bash -l {0}
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/share/miniconda/envs/anaconda-client-env/lib:/usr/share/miniconda/envs/anaconda-client-env/lib64
ls /usr/share/miniconda/envs/anaconda-client-env/lib
conda activate anaconda-client-env
salmon -v
cd scripts
chmod +x test_simpleaf.sh
./test_simpleaf.sh
Expand Down
1 change: 1 addition & 0 deletions simpleaf_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
- bioconda

dependencies:
- libboost>=1.85.0
- salmon>=1.10.3
- alevin-fry>=0.8.2
- piscem>=0.9.0

0 comments on commit ead6f47

Please sign in to comment.