Skip to content

Commit

Permalink
fixup: python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Sep 19, 2023
1 parent d7a72f0 commit dc74f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/join-metadata-and-clades/join-metadata-and-clades.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Create nextclade file with two records for testing.
Check whether join-metadata-clades script produces an output metadata file, and make sure that the output file
contains the expected number of records.

$ python $TESTDIR/../../join-metadata-and-clades.py \
$ python3 $TESTDIR/../../join-metadata-and-clades.py \
> --id-field strain \
> --metadata metadata_raw.tsv \
> --nextclade nextclade.tsv \
Expand Down

0 comments on commit dc74f08

Please sign in to comment.