Skip to content

Commit

Permalink
Update 3.x into 4.1.2 version (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaidYi authored Jan 16, 2024
1 parent 707aed2 commit a40d583
Show file tree
Hide file tree
Showing 18 changed files with 1,730 additions and 480 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

File renamed without changes.
8 changes: 6 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "dbcan" %}
{% set version = "4.1.0" %}
{% set version = "4.1.2" %}

package:
name: "{{ name|lower }}"
Expand All @@ -9,7 +9,7 @@ source:
# the sha256 sum is generated by doing
# wget -0- [URL] | shasum -a 256
url: https://github.com/linnabrown/run_dbcan/releases/download/{{ version }}/dbcan-{{ version }}.tar.gz
sha256: cb0907eb10eb916bcf676c58f54e67a67dd4ed559152e5547bb44d071f063b8f
sha256: 3a675683379d1afc9f3444fc9894272f1485956df266a6ee4fc11a8f628e6d51

build:
number: 0
Expand All @@ -22,6 +22,7 @@ build:
- dbcan_utils = dbcan.utils.utils:main
- dbcan_plot = dbcan.utils.plots:main
- dbcan_asmfree = dbcan.utils.diamond_unassembly:main
- dbcan_build = dbcan.utils.dbcan_build:main
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

Expand All @@ -41,6 +42,9 @@ requirements:
- numpy >1.19
- biopython
- pandas
- tqdm
- openpyxl
- matplotlib-base
- session-info

test:
Expand Down
3 changes: 2 additions & 1 deletion dbcan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dependencies:
- matplotlib
- openpyxl
- biopython
- bbtools
- bbtools
- seaborn
Loading

0 comments on commit a40d583

Please sign in to comment.