Skip to content

Commit 7806177

Browse files
committed
[BUG] update Arima preset nf-core#127
1 parent 7cfa851 commit 7806177

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- DSL2 version of nf-core-hic pipeline
1111

12+
### `Fixed`
13+
14+
- Fix error in the Arima preset (#127)
15+
1216
## v1.3.1 - 2021-09-25
1317

1418
### `Fixed`

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ params {
5050
}
5151
'arima' {
5252
restriction_site='^GATC,G^ANT'
53-
ligation_site='GATCGATC,GATCGANT,GANTGATC,GANTGANT'
53+
ligation_site='GATCGATC,GANTGATC,GANTANTC,GATCANTC'
5454
}
5555
}
5656

0 commit comments

Comments
 (0)