FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
alignoth.github.io/.github/workflows/test.yml at main · alignoth/alignoth.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
alignoth
/
alignoth.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
alignoth.github.io
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (30 loc) · 860 Bytes
Breadcrumbs
alignoth.github.io
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
37 lines (30 loc) · 860 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name
:
test
on
:
pull_request
:
jobs
:
test
:
runs-on
:
ubuntu-latest
defaults
:
run
:
shell
:
bash -el {0}
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install stable toolchain
uses
:
actions-rs/toolchain@v1
with
:
toolchain
:
stable
-
name
:
Install alignoth
run
:
cargo install alignoth
-
name
:
Checkout alignoth repo
uses
:
actions/checkout@v4
with
:
repository
:
alignoth/alignoth
path
:
alignoth
-
name
:
Build preview html
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
-
name
:
locosopa
uses
:
koesterlab/locosopa@main
with
:
config
:
src/config.yaml
path
:
build
deploy
:
"
false
"
Back
|
FazBrowse Home
|
New Git URL