Skip to content

Commit 0474b72

Browse files
authored
Merge pull request #294 from JoseEspinosa/updates
Fixes
2 parents d04bf03 + 6601012 commit 0474b72

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
# aligner: ["bwa", "bowtie2", "chromap", "star"] //TODO uncomment when chromap implemented
18-
aligner: ["bwa", "bowtie2", "star"]
17+
aligner: ["bwa", "bowtie2", "chromap", "star"]
1918
steps:
2019
- name: Launch workflow via tower
2120
uses: nf-core/tower-action@v3

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
5252
| Dependency | Old version | New version |
5353
| ----------------------- | ----------- | ----------- |
5454
| `samtools` | 1.10 | 1.15.1 |
55-
| `picard` | 2.23.1 | 2.26.10 |
56-
| `picard` | 2.23.1 | 2.26.10 |
55+
| `picard` | 2.23.1 | 2.27.4 |
5756
| `bamtools` | 2.5.1 | 2.5.2 |
5857
| `pysam` | 0.15.3 | 0.19.0 |
5958
| `bedtools` | 2.29.2 | 2.30.0 |
@@ -65,6 +64,7 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
6564
| `r-base` | 3.6.1 | 4.0.3 |
6665
| `r-ggplot2` | 3.3.2 | 3.3.3 |
6766
| `bioconductor-deseq2` | 1.26.0 | 1.28.0 |
67+
| `trim-galore` | 0.6.5 | 0.6.7 |
6868
| `r-optparse` | - | 1.7.1 |
6969
| `chromap` | - | 0.2.1 |
7070
| `bowtie2` | - | 2.4.4 |

0 commit comments

Comments
 (0)