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 e19abd2 commit a3b6800Copy full SHA for a3b6800
.github/workflows/build_and_deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
path: alignoth
42
43
- 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
+ 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
45
46
- name: locosopa
47
uses: koesterlab/locosopa@main
0 commit comments