Skip to content

Commit a1ad4cd

Browse files
authored
Merge pull request #36 from NorwegianVeterinaryInstitute/dev
Update Unicycler
2 parents a0f1128 + eeeeee7 commit a1ad4cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/UNICYCLER.nf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process UNICYCLER {
2-
conda (params.enable_conda ? 'bioconda::unicycler=0.5.0' : null)
3-
container 'quay.io/biocontainers/unicycler:0.5.0--py310h6cc9453_3'
2+
conda (params.enable_conda ? 'bioconda::unicycler=0.5.1' : null)
3+
container 'quay.io/biocontainers/unicycler:0.5.1--py311hc84137b_4'
44

55
label 'process_high_memory_time'
66

@@ -31,8 +31,8 @@ process UNICYCLER {
3131
}
3232

3333
process UNICYCLER_HYBRID {
34-
conda (params.enable_conda ? 'bioconda::unicycler=0.5.0' : null)
35-
container 'quay.io/biocontainers/unicycler:0.5.0--py310h6cc9453_3'
34+
conda (params.enable_conda ? 'bioconda::unicycler=0.5.1' : null)
35+
container 'quay.io/biocontainers/unicycler:0.5.1--py311hc84137b_4'
3636

3737
label 'process_high_memory_time'
3838

0 commit comments

Comments
 (0)