@@ -47,7 +47,7 @@ tool from the introductory tutorial.
4747
4848::
4949
50- $ planemo lint --biocontainer seqtk_xml
50+ $ planemo lint --biocontainers seqtk_seq.xml
5151 Linting tool /home/planemo/workspace/planemo/project_templates/seqtk_complete/seqtk_seq.xml
5252 Applying linter tests... CHECK
5353 .. CHECK: 1 test(s) found.
@@ -79,11 +79,11 @@ BioConda_ recipes are packaged into containers and registered on quay.io_
7979as part of the BioContainers _ project.
8080
8181This tool can be tested using ``planemo test `` in its BioContainer
82- Docker container using the flag ``--mulled_containers `` as shown (in part) next.
82+ Docker container using the flag ``--biocontainers `` as shown (in part) next.
8383
8484::
8585
86- $ planemo test --mulled_containers seqtk_seq.xml
86+ $ planemo test --biocontainers seqtk_seq.xml
8787 ...
8888 2017-03-01 08:18:19,669 INFO [galaxy.tools.actions] Handled output named output1 for tool seqtk_seq (22.145 ms)
8989 2017-03-01 08:18:19,683 INFO [galaxy.tools.actions] Added output datasets to history (14.604 ms)
@@ -123,7 +123,7 @@ This line indicates that Galaxy was able to find a container for this tool and
123123executed the tool in that container.
124124
125125For interactive testing, the ``planemo serve `` command also implements the
126- ``--mulled_containers `` flag.
126+ ``--biocontainers `` flag.
127127
128128In this seqtk example the relevant BioContainer already existed on quay.io _,
129129this won't always be the case. For tools that contain multiple ``requirement ``
@@ -247,11 +247,11 @@ Docker command ``images`` and explore the new container interactively with
247247 /usr/local/bin/bwa
248248
249249As before, we can test running the tool inside its container in Galaxy using
250- the ``--mulled_containers `` flag.
250+ the ``--biocontainers `` flag.
251251
252252::
253253
254- $ planemo test --mulled_containers bwa_and_samtools.xml
254+ $ planemo test --biocontainers bwa_and_samtools.xml
255255 ...
256256 2017-03-01 10:20:58,077 INFO [galaxy.tools.actions] Handled output named output_2 for tool bwa_and_samtools (17.443 ms)
257257 2017-03-01 10:20:58,090 INFO [galaxy.tools.actions] Added output datasets to history (12.935 ms)
@@ -305,7 +305,7 @@ Planemo doesn't yet expose options that make it possible to build mulled
305305containers for local packages that have yet to be published to anaconda.org
306306but the mulled toolkit allows this. See mulled _ documentation for more
307307information. However, once a container for a local package is built with
308- ``mulled-build-tool `` the ``--mulled_containers `` command should work to test
308+ ``mulled-build-tool `` the ``--biocontainers `` command should work to test
309309it.
310310
311311----------------------------------------------------------------
0 commit comments