From 8f8d8da9567cc297471ba1102f4514b24741c393 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 18 Jun 2024 01:15:35 +0200 Subject: [PATCH] fix copypasta --- topics/dev/tutorials/tool-from-scratch/tutorial.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/dev/tutorials/tool-from-scratch/tutorial.md b/topics/dev/tutorials/tool-from-scratch/tutorial.md index 3bbcd56589aac7..4253ea92e2f529 100644 --- a/topics/dev/tutorials/tool-from-scratch/tutorial.md +++ b/topics/dev/tutorials/tool-from-scratch/tutorial.md @@ -433,8 +433,7 @@ anyone wrapping a tool, a more complete list is available in [the Galaxy tool do Planemo is an important tool within the Galaxy development workflow. Although it will be covered in greater detail in the next section of this tutorial, one of its functions is necessary for the tool wrapper development. `planemo` is available -via the python package manager `pip`. To that end, before beginning this section, please install `planemo` locally by running -`planemo`. To that end, before beginning this section, please install planemo locally by running +via the python package manager `pip`. To that end, before beginning this section, please install planemo locally by running > Installing `planemo` via pip >