Skip to content

Commit

Permalink
HTSeq Count: allow counts files with more than 2 columns (#2129)
Browse files Browse the repository at this point in the history
* Htseq: allow counts files with more than 2 columns

* [automated] Update CHANGELOG.md

* [automated] Update CHANGELOG.md

---------

Co-authored-by: MultiQC Bot <multiqc-bot@seqera.io>
  • Loading branch information
vladsavelyev and multiqc-bot committed Oct 17, 2023
1 parent 734a960 commit 10b099a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- **HiCPro**: fix parsing scientific notation in hicpro-ashic. Thanks @Just-Roma ([#2126](https://github.com/ewels/MultiQC/pull/2126))
- **Picard**: MarkDuplicates: Fix parsing mixed strings/numbers, account for missing trailing `0` ([#2083](https://github.com/ewels/MultiQC/pull/2083), [#2094](https://github.com/ewels/MultiQC/pull/2094))
- **WhatsHap**: Process truncated input with no ALL chromosome ([#2095](https://github.com/ewels/MultiQC/pull/2095))
- **HTSeq Count**: allow counts files with more than 2 columns ([#2129](https://github.com/ewels/MultiQC/pull/2129))

## [MultiQC v1.16](https://github.com/ewels/MultiQC/releases/tag/v1.16) - 2023-09-22

Expand Down
2 changes: 1 addition & 1 deletion multiqc/utils/search_patterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ happy:
fn: "*.summary.csv"
contents: "Type,Filter,TRUTH"
htseq:
contents_re: '^(feature\tcount|\w+\t\d+)$'
contents_re: '^(feature\tcount|\w+.*\t\d+)$'
num_lines: 1
hicexplorer:
contents: "Min rest. site distance"
Expand Down

0 comments on commit 10b099a

Please sign in to comment.