File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The tracking for changes started in v2.2
4
4
5
+ # v2.7.2
6
+
7
+ * Adjust short-reads workflow filter to allow analysis from SRA for platform key-values: illumina, bgiseq and dnbseq
8
+
5
9
## v2.7.1
6
10
7
11
* [[ #36 ]] ( https://github.com/fmalmeida/ngs-preprocess/issues/36 ) - Include nf-tests to the pipeline.
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ workflow {
156
156
.filter{ it != ' ' }
157
157
.mix(
158
158
SRA_FETCH . out. fastqs
159
- .filter{ it[1 ] =~ / illumina|bgiseq/ }
159
+ .filter{ it[1 ] =~ / illumina|bgiseq|dnbseq / }
160
160
.map{
161
161
def meta = [:]
162
162
meta. id = it[0 ]
Original file line number Diff line number Diff line change @@ -92,5 +92,5 @@ manifest {
92
92
homePage = " https://github.com/fmalmeida/ngs-preprocess"
93
93
mainScript = " main.nf"
94
94
nextflowVersion = " >=21.10.0"
95
- version = " 2.7.1 "
95
+ version = " 2.7.2 "
96
96
}
You can’t perform that action at this time.
0 commit comments