Skip to content

Commit

Permalink
added conda support
Browse files Browse the repository at this point in the history
  • Loading branch information
JudithBernett committed Nov 22, 2024
1 parent 6ea8f84 commit f43dbbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: nf-core-drugresponseeval
channels:
- conda-forge
- defaults
dependencies:
- ray-tune
- pip
- pip:
- drevalpy==1.0.10
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

process.container = 'ghcr.io/daisybio/drevalpy:main'
process.conda = 'env.yml'

// Global default params, used in configs
params {
Expand Down

0 comments on commit f43dbbc

Please sign in to comment.