From ad3c14a96453d2664c469dbfeda58097a339a0fb Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Tue, 21 Jan 2020 11:25:13 +0100 Subject: [PATCH] fix typo --- tools/samtools/index/meta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/samtools/index/meta.yml b/tools/samtools/index/meta.yml index 3cd7a402..e665789b 100644 --- a/tools/samtools/index/meta.yml +++ b/tools/samtools/index/meta.yml @@ -1,7 +1,7 @@ -name: samtools sort -description: Sort a BAM or CRAM file +name: samtools index +description: index a BAM or CRAM file keywords: - - sort + - index tools: - samtools: description: |