Skip to content
Snippets Groups Projects
Verified Commit 4c4f9b42 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

doc/building_your_pipeline.md: fix typo

parent 67b9e31d
Branches
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ We can add the `fastq_from_bed` step to our `workflow` ...@@ -360,7 +360,7 @@ We can add the `fastq_from_bed` step to our `workflow`
```Groovy ```Groovy
workflow { workflow {
fastp(fasta_file) fastp(fastq_file)
fasta_from_bed(fasta_files, bed_files) fasta_from_bed(fasta_files, bed_files)
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment