File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11process 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
3333process 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
You can’t perform that action at this time.
0 commit comments