File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ process {
1818 // Custom pipeline's containers with various tools for general purposes
1919 //
2020 withLabel: 'db_download|db_tools|misc' {
21- container = 'fmalmeida/bacannot@sha256:726e085f1bd71b47c2d8a38fd46d812aab7eb8978bab7bf3cde3aa2b7b3e0f2c '
21+ container = 'fmalmeida/bacannot@sha256:0648797837cd8e11b6abd40745cafc0db81647953921ec54ce0ceef9ecef6450 '
2222 }
2323
2424 // container for R tools
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ process {
1818 // Custom pipeline's containers with various tools for general purposes
1919 //
2020 withLabel: 'db_download|db_tools|misc' {
21- container = 'docker://fmalmeida/bacannot@sha256:726e085f1bd71b47c2d8a38fd46d812aab7eb8978bab7bf3cde3aa2b7b3e0f2c '
21+ container = 'docker://fmalmeida/bacannot@sha256:0648797837cd8e11b6abd40745cafc0db81647953921ec54ce0ceef9ecef6450 '
2222 }
2323
2424 // container for R tools
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ENV PATH=/work/digIS:$PATH
8181
8282# Create env for antismash
8383RUN mamba create -y -n antismash -c bioconda -c conda-forge \
84- 'bioconda::antismash>=6' 'anaconda::flask' 'anaconda::jinja2' 'anaconda::markupsafe' nomkl && \
84+ 'bioconda::antismash-lite >=6' 'anaconda::flask' 'anaconda::jinja2' 'anaconda::markupsafe' nomkl && \
8585 rm -rf /opt/conda/envs/antismash/lib/*/site-packages/antismash/databases && \
8686 mamba clean -afy
8787
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ The images are defined like the following:
2929``` bash
3030...
3131withLabel: ' db_download|db_tools|misc' {
32- container = ' fmalmeida/bacannot@sha256:726e085f1bd71b47c2d8a38fd46d812aab7eb8978bab7bf3cde3aa2b7b3e0f2c '
32+ container = ' fmalmeida/bacannot@sha256:0648797837cd8e11b6abd40745cafc0db81647953921ec54ce0ceef9ecef6450 '
3333}
3434...
3535```
3636
3737And could be downloaded like this:
3838
3939``` bash
40- docker pull fmalmeida/bacannot@sha256:726e085f1bd71b47c2d8a38fd46d812aab7eb8978bab7bf3cde3aa2b7b3e0f2c
40+ docker pull fmalmeida/bacannot@sha256:0648797837cd8e11b6abd40745cafc0db81647953921ec54ce0ceef9ecef6450
4141```
4242
4343> You would need to do it for each image.
Original file line number Diff line number Diff line change 22
33The tracking for changes started in v2.1
44
5+ ## v3.3.1 [ 29-October-2023]
6+
7+ * [[ #111 ] ( https://github.com/fmalmeida/bacannot/issues/111 )] -- Updated ` falmeida-py ` package version to fix problem with missing key for Summary.
8+
59## v3.3 [ 01-October-2023]
610
711* [[ #50 ] ( https://github.com/fmalmeida/bacannot/issues/50 )] -- Add ` Integron Finder ` tool to the pipeline
You can’t perform that action at this time.
0 commit comments