Skip to content

Commit

Permalink
Merge pull request #19 from aineniamh/include-background-dev
Browse files Browse the repository at this point in the history
Include background dev
  • Loading branch information
aineniamh authored Aug 22, 2024
2 parents 96d3963 + a73d28d commit 8a9910f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/squirrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Run squirrel with test data
run: squirrel squirrel/data/NC_063383.fasta 2>&1 | tee squirrel.log
- name: Run squirrel phylo with test data
run: squirrel ./test/cI_test.fasta --clade cladei --run-phylo --outgroups 'JX878419' 2>&1 | tee squirrel_phylo.log
run: squirrel ./test/cI_test.with_og.fasta --clade cladei --run-phylo --outgroups 'JX878419' 2>&1 | tee squirrel_phylo.log
- name: Run squirrel seq qc with test data
run: squirrel ./test/cI_test.fasta --clade cladei --run-phylo --outgroups 'JX878419' --seq-qc --assembly-refs squirrel/data/ref_seq.fasta 2>&1 | tee squirrel_qc.log
run: squirrel ./test/cI_test.with_og.fasta --clade cladei --run-phylo --outgroups 'JX878419' --seq-qc --assembly-refs squirrel/data/ref_seq.fasta 2>&1 | tee squirrel_qc.log
- name: Run squirrel --include-background with test data
run: squirrel ./test/cI_test.fasta --clade cladei --run-phylo --include-background 2>&1 | tee squirrel_bg.log

4 changes: 0 additions & 4 deletions test/cI_test.fasta

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions test/cI_test.no_og.fasta → test/cI_test.with_og.fasta

Large diffs are not rendered by default.

0 comments on commit 8a9910f

Please sign in to comment.