Skip to content

Commit

Permalink
update changelog, remove gffread namespace field
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed May 22, 2024
1 parent 790a466 commit b733478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- `samtools/samtools_sort`: Sort SAM/BAM/CRAM files (PR #36).
- `samtools/samtools_stats`: Reports alignment summary statistics for a BAM file (PR #39).
- `samtools/samtools_faidx`: Indexes FASTA files to enable random access to fasta and fastq files (PR #41).
- `samtools/samtools_fastq`: Converts a SAM/BAM/CRAM file to FASTQ (PR #49).
- `samtools/samtools_fastq`: Converts a SAM/BAM/CRAM file to FASTQ (PR #52).

* `falco`: A C++ drop-in replacement of FastQC to assess the quality of sequence read data (PR #43).

Expand Down
1 change: 0 additions & 1 deletion src/gffread/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: gffread
namespace: gffread
description: Validate, filter, convert and perform various other operations on GFF files.
keywords: [gff, conversion, validation, filtering]
links:
Expand Down

0 comments on commit b733478

Please sign in to comment.