File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments