Skip to content

Commit 26f9971

Browse files
committed
Update CHANGELOG
1 parent fd622d3 commit 26f9971

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## v1.0dev - [date]
8+
## v1.0.0 - [2019-06-05]
99
Initial release of nf-core/chipseq.
1010

1111
### `Added`
@@ -14,6 +14,7 @@ Initial release of nf-core/chipseq.
1414
* Adapter trimming (Trim Galore!)
1515
* Map and filter reads (BWA, picard, SAMtools, BEDTools, BAMTools, Pysam)
1616
* Create library-size normalised bigWig tracks (BEDTools, bedGraphToBigWig)
17+
* Alignment QC metrics (Preseq, picard)
1718
* ChIP-seq QC metrics (deepTools, phantompeakqualtools)
1819
* Call and annotate broad/narrow peaks (MACS2, HOMER)
1920
* Create consensus set of peaks per antibody (BEDTools)

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ if (params.singleEnd){
810810
///////////////////////////////////////////////////////////////////////////////
811811

812812
/*
813-
* STEP 5.2 preseq analysis after merging libraries and before filtering
813+
* STEP 5.1 preseq analysis after merging libraries and before filtering
814814
*/
815815
process preseq {
816816
tag "$name"
@@ -834,7 +834,7 @@ process preseq {
834834
}
835835

836836
/*
837-
* STEP 5.1 Picard CollectMultipleMetrics after merging libraries and filtering
837+
* STEP 5.2 Picard CollectMultipleMetrics after merging libraries and filtering
838838
*/
839839
process collectMultipleMetrics {
840840
tag "$name"

0 commit comments

Comments
 (0)