Skip to content

Commit

Permalink
Adding contrasts file to dry-run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Oct 4, 2023
1 parent 53c730d commit 11fec98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
/opt2/.tests/WT_S3_1.fastq.gz /opt2/.tests/WT_S3_2.fastq.gz \
/opt2/.tests/WT_S3_3.fastq.gz /opt2/.tests/WT_S3_4.fastq.gz \
/opt2/.tests/WT_S4.fastq.gz /opt2/.tests/WT_S5.fastq.gz \
--output /opt2/output --genome hg38_41 --groups /opt2/.tests/groups.tsv \
--output /opt2/output --genome hg38_41 \
--groups /opt2/.tests/groups.tsv \
--contrasts /opt2/.tests/contrasts.tsv \
--mode local --dry-run"
- name: View the pipeline config file
run: |
Expand Down

0 comments on commit 11fec98

Please sign in to comment.