We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ca6b7 commit d6ff353Copy full SHA for d6ff353
1 file changed
.github/workflows/main.yaml
@@ -21,7 +21,12 @@ jobs:
21
/opt2/leafworker run --input \
22
/opt2/.tests/WT_S1.bam /opt2/.tests/WT_S2.bam /opt2/.tests/WT_S3.bam \
23
/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 \
+ --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" \
30
--mode local --dry-run
31
- name: View the pipeline config file
32
run: |
0 commit comments