Skip to content

Commit

Permalink
Download medaka model for nanopore test
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Jan 15, 2024
1 parent bb66560 commit b3d2dbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- "--min_barcode_reads 10000"
- "--min_guppyplex_reads 10000"
- "--artic_minion_caller medaka --sequencing_summary false --fast5_dir false"
- "--artic_minion_caller medaka --sequencing_summary false --fast5_dir false --artic_minion_medaka_model r941_min_high_g360"
- "--artic_minion_caller medaka --sequencing_summary false --fast5_dir false --artic_minion_medaka_model ./r941_min_high_g360_model.hdf5"
steps:
- name: Check out pipeline code
uses: actions/checkout@v2
Expand All @@ -112,6 +112,9 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Download medaka model
run: |
wget https://github.com/nanoporetech/medaka/raw/master/medaka/data/r941_min_high_g360_model.hdf5
- name: Run pipeline with minimal Nanopore data and various options
run: |
Expand Down

0 comments on commit b3d2dbb

Please sign in to comment.