Skip to content

Commit

Permalink
flye instead of raven
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 5, 2024
1 parent cbcbd8e commit c0442f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_sample_sheet_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
docker --version
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_all.csv --assembler raven
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_all.csv
tree donut_falls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sample_sheet_both_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
docker --version
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_both.csv --assembler raven
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_both.csv
tree donut_falls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sample_sheet_lr_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
docker --version
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_lr.csv --assembler raven
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_lr.csv
tree donut_falls
Expand Down

0 comments on commit c0442f1

Please sign in to comment.