Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys committed Oct 12, 2024
1 parent 040c953 commit 56d6ed0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/vclust/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ test:
- pytest
commands:
- vclust.py --help
- vclust.py prefilter -i example/multifasta.fna -o example/tmp/filter.txt --batch-size 4 --k 18
- cmp example/tmp/filter.txt example/output/fltr.txt
- vclust.py prefilter -i example/multifasta.fna -o tmp/filter.txt --batch-size 4 --k 18
- cmp tmp/filter.txt example/output/fltr.txt
- vclust.py align -i example/multifasta.fna -o tmp/ani.tsv
- cmp tmp/ani.tsv example/output/ani.tsv
- vclust.py cluster -i tmp/ani.tsv -o tmp/clusters.tsv --ids tmp/ani.ids.tsv --tani 0.95
- cmp tmp/clusters.tsv example/output/clusters.tsv
#- pytest test.py # [linux]
#- pytest test.py -k 'not test_cluster_algorithm_leiden' # [osx]

Expand Down

0 comments on commit 56d6ed0

Please sign in to comment.