Skip to content

Commit

Permalink
Update parsnp to 2.0.5 (#47181)
Browse files Browse the repository at this point in the history
* Update parsnp to 2.0.5

* Update run_test.sh w/ partition arg

---------

Co-authored-by: Bryce Kille <[email protected]>
  • Loading branch information
BiocondaBot and bkille committed Apr 12, 2024
1 parent 52c5caa commit 7679469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/parsnp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.0.4" %}
{% set version = "2.0.5" %}

package:
name: parsnp
version: '{{version}}'

source:
url: "https://github.com/marbl/parsnp/archive/refs/tags/v{{version}}.tar.gz"
sha256: 04993dcb60034d3c9188fbbbbd6c8209760d1e0d0b0b3efc6458479965ea31b0
sha256: 1d23695d0d624fa17e02c43b1d730200e526c17a48615593f75ee8fc35402489

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion recipes/parsnp/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ parsnp -r ! -d mers_virus/genomes/*.fna -o test2 --verbose
parsnp -g mers_virus/ref/England1.gbk -d mers_virus/genomes/*.fna -p 2 -C 1000 -c -o test --verbose --use-fasttree
parsnp -r ! -d mers_virus/genomes/*.fna -o test2 --verbose -p 2
parsnp -r ! -d mers_virus/genomes/*.fna -o test3 --verbose -p 2 --extend-lcbs
parsnp -r ! -d mers_virus/genomes/*.fna -o test4 --verbose -p 2 --partition --partition-size 10
parsnp -r ! -d mers_virus/genomes/*.fna -o test4 --verbose -p 2 --min-partition-size 10

0 comments on commit 7679469

Please sign in to comment.