You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0.dev/es/hello_nf-core/01_run_demo/index.html
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4755,7 +4755,7 @@ <h1 id="part-1-run-a-demo-pipeline">Part 1: Run a demo pipeline<a class="headerl
4755
4755
<h2id="1-find-and-retrieve-the-nf-coredemo-pipeline">1. Find and retrieve the nf-core/demo pipeline<aclass="headerlink" href="#1-find-and-retrieve-the-nf-coredemo-pipeline" title="Permanent link">¶</a></h2>
4756
4756
<p>Let's start by locating the nf-core/demo pipeline on the project website at <ahref="https://nf-co.re">nf-co.re</a>, which centralizes all information such as: general documentation and help articles, documentation for each of the pipelines, blog posts, event announcements and so forth.</p>
4757
4757
<h3id="11-find-the-pipeline-on-the-website">1.1. Find the pipeline on the website<aclass="headerlink" href="#11-find-the-pipeline-on-the-website" title="Permanent link">¶</a></h3>
4758
-
<p>In your web browser, go to https://nf-co.re/pipelines/ and type <code>demo</code> in the search bar.</p>
4758
+
<p>In your web browser, go to <ahref="https://nf-co.re/pipelines/">https://nf-co.re/pipelines/</a> and type <code>demo</code> in the search bar.</p>
<p>Here you see that the <code>fastqc</code> and <code>multiqc</code> modules sit at the top level within the <code>nf-core</code> modules, whereas the <code>trim</code> module sits under the toolkit that it belongs to, <code>seqtk</code>.
@@ -5193,6 +5195,8 @@ <h4 id="315-the-housekeeping-subworkflows">3.1.5. The housekeeping subworkflows<
<p>As noted above, the <code>nf-core/demo</code> pipeline does not include any analysis-specific subworkflows, so all the subworkflows we see here are so-called 'housekeeping' or 'utility' workflows, as denoted by the <code>utils_</code> prefix in their names.
<p>Take a break! That was a lot. When you're feeling refreshed and ready, move on to the next section to apply what you've learned to write an nf-core compatible pipeline.</p>
5246
5250
<divclass="admonition tip">
5247
5251
<pclass="admonition-title">Tip</p>
5248
-
<p>If you would like to learn how to compose workflows with subworkflows before moving on to the next part, check out the <ahref="../side_quests/workflows_of_workflows/">Workflows of Workflows</a> Side Quest.</p>
5252
+
<p>If you would like to learn how to compose workflows with subworkflows before moving on to the next part, check out the <ahref="../../side_quests/workflows_of_workflows/">Workflows of Workflows</a> Side Quest.</p>
0 commit comments