Skip to content

Commit

Permalink
Do not include STAR as a dependency for osx-arm64
Browse files Browse the repository at this point in the history
* STAR is only needed by rmats when starting with fastq files
* WARNING: failed to get package records, retrying.  exception was: Unsatisfiable dependencies for platform osx-arm64: {MatchSpec("star[version='>=2.5']")}
  + STAR --version [...]run_test.sh: line 7: [...]/bin/STAR: Bad CPU type in executable
  • Loading branch information
EricKutschera committed Nov 19, 2024
1 parent 7ec9442 commit 5982947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/rmats/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- numpy
- gsl
- zlib
- star >=2.5
- star >=2.5 # [not osx-arm64]

test:
commands:
Expand Down

0 comments on commit 5982947

Please sign in to comment.