From 4a8d7d82d5ff9e572ff1fba030cbf15fe87bf281 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 9 Jul 2024 12:03:36 +0200 Subject: [PATCH] Fix typo (#79) --- src/salmon/salmon_index/config.vsh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/salmon/salmon_index/config.vsh.yaml b/src/salmon/salmon_index/config.vsh.yaml index f24cd3a9..41c1e05b 100644 --- a/src/salmon/salmon_index/config.vsh.yaml +++ b/src/salmon/salmon_index/config.vsh.yaml @@ -19,7 +19,7 @@ argument_groups: - name: --genome type: file description: | - Genome of the organism to prepare the set of decoy sequences. Required to build decoy-aware transccriptome. + Genome of the organism to prepare the set of decoy sequences. Required to build decoy-aware transcriptome. required: false example: genome.fasta - name: --transcripts @@ -110,4 +110,4 @@ engines: salmon index -v 2>&1 | sed 's/salmon \([0-9.]*\)/salmon: \1/' > /var/software_versions.txt runners: - type: executable - - type: nextflow \ No newline at end of file + - type: nextflow