Skip to content

Commit

Permalink
move parameter to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Nov 25, 2024
1 parent d021c94 commit 93c1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sepp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mkdir -p sepp-package/sepp/.sepp/ functional_tests/
cp ./.sepp/main.config sepp-package/sepp/.sepp/main.config
cd functional_tests
../sepp-package/run-sepp.sh -b 1 ../test/unittest/data/q2-fragment-insertion/input_fragments.fasta funcTest -x 2 -a ../test/unittest/data/q2-fragment-insertion/reference_alignment_tiny.fasta -t ../test/unittest/data/q2-fragment-insertion/reference_phylogeny_tiny.nwk -r ../test/unittest/data/q2-fragment-insertion/RAxML_info-reference-gg-raxml-bl.info
../sepp-package/run-sepp.sh ../test/unittest/data/q2-fragment-insertion/input_fragments.fasta funcTest -x 2 -a ../test/unittest/data/q2-fragment-insertion/reference_alignment_tiny.fasta -t ../test/unittest/data/q2-fragment-insertion/reference_phylogeny_tiny.nwk -r ../test/unittest/data/q2-fragment-insertion/RAxML_info-reference-gg-raxml-bl.info -b 1
diff funcTest_placement.tog.relabelled.tre ../test/functionaltest/funcTest_q2-tiny_placement.tog.relabelled.tre
cd ..
- name: Archive functional test results for local debugging
Expand Down

0 comments on commit 93c1bf4

Please sign in to comment.