Skip to content

Commit

Permalink
liftoff: Re-added conda environment (#5981)
Browse files Browse the repository at this point in the history
* liftoff: Readded conda environment

* Added liftoff to env file

* Cleaned up env file
  • Loading branch information
GallVp authored Jul 18, 2024
1 parent 132fa6c commit fb8d53f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,6 @@ jobs:
path: modules/nf-core/wittyer
- profile: conda
path: modules/nf-core/islandpath
- profile: conda
path: modules/nf-core/liftoff
- profile: conda
path: subworkflows/nf-core/vcf_annotate_ensemblvep
- profile: conda
Expand Down
9 changes: 9 additions & 0 deletions modules/nf-core/liftoff/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: liftoff

channels:
- conda-forge
- bioconda
- defaults

dependencies:
- bioconda::liftoff=1.6.3
1 change: 1 addition & 0 deletions modules/nf-core/liftoff/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process LIFTOFF {
tag "$meta.id"
label 'process_high'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/liftoff:1.6.3--pyhdfd78af_0':
'biocontainers/liftoff:1.6.3--pyhdfd78af_0' }"
Expand Down
2 changes: 0 additions & 2 deletions modules/nf-core/liftoff/tests/tags.yml

This file was deleted.

0 comments on commit fb8d53f

Please sign in to comment.