Skip to content

Commit d6ff353

Browse files
committed
Chore: Adding new options to ci for testing dry run.
1 parent 44ca6b7 commit d6ff353

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
/opt2/leafworker run --input \
2222
/opt2/.tests/WT_S1.bam /opt2/.tests/WT_S2.bam /opt2/.tests/WT_S3.bam \
2323
/opt2/.tests/KO_S4.bam /opt2/.tests/KO_S5.bam /opt2/.tests/KO_S6.bam \
24-
--output /opt2/output --gtf /opt2/.tests/gencode.v19.annotation.gtf.gz \
24+
--output /opt2/output \
25+
--gtf /opt2/.tests/gencode.v19.annotation.gtf.gz \
26+
--quantify-transcripts /opt2/.tests/transcripts.fa \
27+
--groups /opt2/.tests/groups.tsv \
28+
--contrasts /opt2/.tests/contrasts.tsv \
29+
--batch-id "Batch-42" \
2530
--mode local --dry-run
2631
- name: View the pipeline config file
2732
run: |

0 commit comments

Comments
 (0)