Skip to content

Commit ef67c3f

Browse files
committed
Simplify ci
1 parent 9a1a86a commit ef67c3f

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
parameters:
6363
- "--skip_trimming"
6464
- "--skip_consensus_peaks"
65+
- "--aligner bowtie2"
66+
- "--aligner chromap"
67+
- "--aligner star"
6568
steps:
6669
- name: Check out pipeline code
6770
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
@@ -87,29 +90,3 @@ jobs:
8790
run: |
8891
nextflow run ${GITHUB_WORKSPACE} -profile test,conda --outdir ./results ${{ matrix.parameters }}
8992
if: "${{ github.base_ref == 'master' }}"
90-
91-
aligners:
92-
name: Test available aligners
93-
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/chipseq') }}"
94-
runs-on: ubuntu-latest
95-
strategy:
96-
matrix:
97-
aligner:
98-
- "bowtie2"
99-
- "chromap"
100-
- "star"
101-
steps:
102-
- name: Check out pipeline code
103-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
104-
105-
- name: Install Nextflow
106-
uses: nf-core/setup-nextflow@v2
107-
with:
108-
version: "${{ matrix.NXF_VER }}"
109-
110-
- name: Disk space cleanup
111-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
112-
113-
- name: Run pipeline with the different aligners available
114-
run: |
115-
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --aligner ${{ matrix.aligner }} --outdir ./results

0 commit comments

Comments
 (0)