Skip to content

Commit a3b6800

Browse files
authored
docs: Update build command to include VCF file
1 parent e19abd2 commit a3b6800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: alignoth
4242

4343
- name: Build preview html
44-
run: alignoth -b alignoth/tests/sample_3/NA12878.bam -r alignoth/tests/sample_3/ref.fa -g 1:250-500 --html --max-read-depth 40 > src/preview.html
44+
run: alignoth -b alignoth/tests/sample_3/NA12878.bam -r alignoth/tests/sample_3/ref.fa -v alignoth/tests/sample_3/1257A.vcf -g 1:250-500 --html --max-read-depth 40 > src/preview.html
4545

4646
- name: locosopa
4747
uses: koesterlab/locosopa@main

0 commit comments

Comments
 (0)