Skip to content

Commit

Permalink
Tweak CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Apr 9, 2020
1 parent f99bf65 commit 0ffdf85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
aligner: ['bismark', 'bismark_hisat', 'bwameth']
include:
- aligner: 'bismark'
options: --bismark_index ${GITHUB_WORKSPACE}/results/reference_genome/BismarkIndex/
ref_index: --bismark_index results/reference_genome/BismarkIndex/
- aligner: 'bismark_hisat'
options: --bismark_index ${GITHUB_WORKSPACE}/results/reference_genome/BismarkIndex/
ref_index: --bismark_index results/reference_genome/BismarkIndex/
- aligner: 'bwameth'
options: --bwa_meth_index ${GITHUB_WORKSPACE}/results/reference_genome/genome.fa
ref_index: --bwa_meth_index results/reference_genome/genome.fa
steps:
- uses: actions/checkout@v2
- name: Install Nextflow
Expand All @@ -33,7 +33,6 @@ jobs:
docker tag nfcore/methylseq:dev nfcore/methylseq:1.5
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --aligner ${{matrix.aligner}} --save_reference
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --aligner ${{matrix.aligner}} ${{matrix.options}}
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --aligner ${{matrix.aligner}} ${{matrix.ref_index}}
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --aligner ${{matrix.aligner}} --skip_trimming --rrbs

0 comments on commit 0ffdf85

Please sign in to comment.