We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fdfd6 commit ac45fddCopy full SHA for ac45fdd
.github/workflows/CI.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
set +x
54
for EXT in $FORMATS ; do
55
- any2fasta test.$EXT | grep '^>' | head -n 3
+ any2fasta -a test.$EXT > /dev/null
56
done
57
58
- name: Output tests
0 commit comments