Skip to content

Commit

Permalink
add missing conda lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Dec 3, 2024
1 parent 4c68f9a commit 474a89e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/fusioninspector/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process FUSIONINSPECTOR {
tag "$meta.id"
label 'process_high'

conda "${moduleDir}/environment.yml"
container 'community.wave.seqera.io/library/dfam_hmmer_samtools_star-fusion_pruned:5694d82381bf039e'

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/starfusion/build/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process STARFUSION_BUILD {
tag 'star-fusion'

conda "${moduleDir}/environment.yml"
container 'community.wave.seqera.io/library/dfam_hmmer_samtools_star-fusion_pruned:5694d82381bf039e'

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/starfusion/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process STARFUSION {
tag "$meta.id"
label 'process_high'

conda "${moduleDir}/environment.yml"
container 'community.wave.seqera.io/library/dfam_hmmer_samtools_star-fusion_pruned:5694d82381bf039e'

input:
Expand Down
1 change: 1 addition & 0 deletions modules/local/starfusion/download/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process STARFUSION_DOWNLOAD {
tag 'star-fusion'

conda "${moduleDir}/environment.yml"
container 'community.wave.seqera.io/library/dfam_hmmer_samtools_star-fusion_pruned:5694d82381bf039e'

output:
Expand Down

0 comments on commit 474a89e

Please sign in to comment.