Skip to content

Commit

Permalink
test after mitos2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelauliano committed May 7, 2023
1 parent b37b45a commit 2a713f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-build-code.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and Publish MitoHiFi code

on: # workflow_dispatch
push:
branches:
- 'reviews'
on: workflow_dispatch
# push:
# branches:
# - 'reviews'


env:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: MitoHiFi Integration Test

on: workflow_dispatch
# push:
# branches:
# - 'reviews'
on: #workflow_dispatch
push:
branches:
- 'reviews'

jobs:
integration_test:
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
-r /opt/MitoHiFi/tests/ilDeiPorc1.reads.100.fa \
-f /opt/MitoHiFi/tests/MW539688.1.fasta \
-g /opt/MitoHiFi/tests/MW539688.1.gb \
--mitos \
-o 5 \
-t 1
- name: compare_reads
Expand Down

0 comments on commit 2a713f6

Please sign in to comment.