Designate LK.2 (JN.1.7.3.2, S:R346T after ORF1a:H3395Y), LK.2.1 (S:S4… #2618
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for duplicates | |
on: | |
push: | |
paths: | |
- lineages.csv | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./checkDups.sh |