Skip to content

Commit

Permalink
Whitespace cleanup [#39]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed May 29, 2024
1 parent fef8962 commit 5442237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install cram
- run: cram tests/
- run: cram tests/
4 changes: 2 additions & 2 deletions tests/transform-strain-names/transform-strain-names.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ If strain entry does not exists, search the backup fields
$ echo '{"strain_s": "other"}' \
> | $TESTDIR/../../transform-strain-names \
> --strain-regex '^.+$' \
> --backup-fields accession strain_s
{"strain_s":"other","strain":"other"}
> --backup-fields accession strain_s
{"strain_s":"other","strain":"other"}

0 comments on commit 5442237

Please sign in to comment.