Skip to content

Commit

Permalink
Use absolute path to strains fasta file
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Apr 5, 2024
1 parent 6f484c0 commit f20e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
/opt2/.tests/WT_S3_3.fastq.gz /opt2/.tests/WT_S3_4.fastq.gz \
/opt2/.tests/WT_S4.fastq.gz /opt2/.tests/WT_S5.fastq.gz \
--output /opt2/output --mode local --batch-id 2024-04-03 \
--additional-strains resources/mpox_additional_strains.fa.gz \
--additional-strains /opt2/resources/mpox_additional_strains.fa.gz \
--dry-run
- name: View the pipeline config file
run: |
Expand Down

0 comments on commit f20e806

Please sign in to comment.