Skip to content

Commit

Permalink
eliminate second cript call
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 12, 2024
1 parent 99628b8 commit 03c6094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
run: |
$CONDA/bin/conda install -c conda-forge -c bioconda "bioconda::minimap2"
- name: Test example_run.sh
run: ./.github/workflows/run_test_example.sh
run: |
minimap2 -h
$(tail -n +2 ./example/example_workflow.sh | sed -e 's/^syri/python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")/' )
shell: bash

0 comments on commit 03c6094

Please sign in to comment.