Skip to content

Commit 1b3cc86

Browse files
committed
Update resource config + examples
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent f0fbc10 commit 1b3cc86

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/conf/resource-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"pattern":"java.base:\\Qjdk/internal/icu/impl/data/icudt72b/uprops.icu\\E"
2929
}, {
3030
"pattern":"java.base:\\Qsun/net/idn/uidna.spp\\E"
31+
}, {
32+
"pattern":"java.base:\\Qsun/text/resources/LineBreakIteratorData\\E"
3133
}]},
3234
"bundles":[]
3335
}

app/src/main/resources/io/seqera/wavelit/usage-examples.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
Examples:
33
# Augment a container image with the content of a local directory
4-
wavelit -i alpine --layer new-layer-dir/
4+
wavelit -i alpine --layer layer-dir/
55

66
# Build a container with Dockerfile
7-
wavelit -f Dockerfile --context build-context-dir/
7+
wavelit -f Dockerfile --context context-dir/
88

99
# Build a container based on Conda packages
1010
wavelit --conda-package bamtools=2.5.2 --conda-package samtools=1.17
@@ -13,7 +13,7 @@ Examples:
1313
wavelit --conda-package fastp --platform linux/arm64
1414

1515
# Build a container based on Conda lock file served via prefix.dev service
16-
wavelit --conda-package https://prefix.dev//envs/pditommaso/rnaseq-nf/y8g8ax6a4srv/conda-lock.yml
16+
wavelit --conda-package https://prefix.dev/envs/pditommaso/wave/conda-lock.yml
1717

1818
# Build a container based on Spack packages
1919
wavelit --spack-package cowsay

0 commit comments

Comments
 (0)