Skip to content

Commit

Permalink
[skip ci] Merge pull request #91 from rikenbit/dev
Browse files Browse the repository at this point in the history
[skip ci] commit CHANGELOG
  • Loading branch information
myoshimura080822 authored Feb 20, 2023
2 parents 87ff4c4 + 97518d9 commit 94b4042
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v1.9.2 (`-r 1.9.2`) [2022-02-17]

### `v1.9.2 Added`

- Update the MultiQC version to 1.13

### `v1.9.2 Fixed`

- Fixed an incorrect calculating paired-end reads counts in the FastQC process
- Fixed a bug in the report when using 1 sample
- Fixed an error in the R script when using integer samplename
- Changed default threshold for the minimum number of mapped reads filter

## v1.9.1 (`-r 1.9.1`) [2022-10-25]

### `v1.9.1 Added`
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ manifest {
description = 'This pipeline analyses data from full-length single-cell RNA sequencing (scRNA-seq) methods.'
mainScript = 'main.nf'
nextflowVersion = '>=19.10.0'
version = '1.9.1'
version = '1.9.2'
}

// Function to ensure that resource requirements don't go beyond
Expand Down

0 comments on commit 94b4042

Please sign in to comment.