We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07ec1 commit bc50844Copy full SHA for bc50844
docs/overview.org
@@ -23,11 +23,11 @@
23
# Make an (almost) empty Dockerfile.
24
# All of the important instructions are in the repeatmasker-onbuild image
25
# You can view them here: https://github.com/robsyme/nextflow-annotate/blob/master/Dockerfiles/RepeatMasker-onbuild/Dockerfile
26
- echo "FROM robsyme/nf-repeatmasking" > Dockerfile
+ echo "FROM robsyme/nf-repeatmasking-onbuild" > Dockerfile
27
28
# Build a new docker image called 'nf-repeatmasking'.
29
# When building, this image looks for a file called 'repeatmaskerlibraries.tar.gz' which it pulls into the image.
30
- docker build -t repeats .
+ docker build -t robsyme/nf-repeatmasking .
31
#+END_SRC
32
33
* Walkthrough
0 commit comments