Skip to content

Commit

Permalink
Format ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Nov 5, 2024
1 parent 39f0bad commit 06ea767
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
# This workflow runs the pipeline with the minimal test dataset to check that
# it completes without any syntax errors
# it completes without errors
on:
push:
branches:
Expand Down Expand Up @@ -61,19 +61,21 @@ jobs:
run:
df -h

#- name: Run pipeline with test data
# run: |
# nextflow \
# -log $(pwd)/nextflow.log \
# run main.nf \
# --outdir results \
# --db $(pwd)/assets/databases/emu_database \
# --seqtype map-ont \
# -profile singularity,test \
# --quality_filtering \
# --longread_qc_qualityfilter_minlength 1200 \
# --longread_qc_qualityfilter_maxlength 1800 \
# --merge_fastq_pass $(pwd)/assets/test_assets/ci; \
# The below snippet is kept for now, if for debugging purposes you would
# want to run a test pipeline without nf-test
#- name: Run pipeline with test data
# run: |
# nextflow \
# -log $(pwd)/nextflow.log \
# run main.nf \
# --outdir results \
# --db $(pwd)/assets/databases/emu_database \
# --seqtype map-ont \
# -profile singularity,test \
# --quality_filtering \
# --longread_qc_qualityfilter_minlength 1200 \
# --longread_qc_qualityfilter_maxlength 1800 \
# --merge_fastq_pass $(pwd)/assets/test_assets/ci; \

- name: Run nf-test
run: |
Expand Down

0 comments on commit 06ea767

Please sign in to comment.