Improve descriptions for modules with missing

Description and keywords

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
Aleksei Korzhenkov 2022-07-06 13:03:08 +03:00 committed by GitHub
parent 5138acca09
commit 848ee9a215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 18 additions and 10 deletions

View file

@ -1,9 +1,10 @@
name: bbmap_align
description: write your description here
description: Align short or PacBio reads to a reference genome using BBMap
keywords:
- align
- map
- fasta
- fastq
- genome
- reference
tools:

View file

@ -4,6 +4,7 @@ keywords:
- trimming
- adapter trimming
- quality trimming
- fastq
tools:
- bbmap:
description: BBMap is a short read aligner, as well as various other bioinformatic tools.

View file

@ -1,8 +1,9 @@
name: bbmap_bbsplit
description: write your description here
description: Split sequencing reads by mapping them to multiple references simultaneously
keywords:
- align
- map
- fastq
- genome
- reference
tools:

View file

@ -1,7 +1,7 @@
name: bbmap_index
description: This module calls bbmap.sh to create an index from a fasta file, ready to be used by bbmap.sh in mapping mode.
description: Creates an index from a fasta file, ready to be used by bbmap.sh in mapping mode.
keywords:
- mapping
- map
- index
- fasta
tools:

View file

@ -2,6 +2,8 @@ name: bowtie_align
description: Align reads to a reference genome using bowtie
keywords:
- align
- map
- fastq
- fasta
- genome
- reference

View file

@ -2,7 +2,9 @@ name: bowtie2_align
description: Align reads to a reference genome using bowtie2
keywords:
- align
- map
- fasta
- fastq
- genome
- reference
tools:

View file

@ -1,5 +1,5 @@
name: expansionhunter
description: write your description here
description: Estimate repeat sizes using NGS data
keywords:
- STR
- repeat_expansions

View file

@ -1,7 +1,9 @@
name: fastani
description: write your description here
description: Alignment-free computation of average nucleotide Identity (ANI)
keywords:
- fastani
- genome
- fasta
- ANI
tools:
- fastani:
description: FastANI is developed for fast alignment-free computation of whole-genome Average Nucleotide Identity (ANI).

View file

@ -1,5 +1,5 @@
name: gatk4_gatherbqsrreports
description: write your description here
description: Gathers scattered BQSR recalibration reports into a single file
keywords:
- gatk4
- gatk4_gatherbqsrreports

View file

@ -1,10 +1,9 @@
name: samtools_ampliconclip
description: write your description here
description: Clips read alignments where they match BED file defined regions
keywords:
- amplicon
- clipping
- ampliconclip
- samtools ampliconclip
- samtools
tools:
- samtools: