Skip to content

Commit

Permalink
[ci skip] Merge PR 29182
Browse files Browse the repository at this point in the history
Merge PR bioconda#29182, commits were: 
 * Update meta.yaml
 * md5 -> SHA256
 * Update meta.yaml
 * Merge branch 'bioconda:master' into master
 * Merge pull request #2 from bioconda/master

Get latest versions
 * Merge pull request #1 from bioconda/master

Get latest GATK recipe
  • Loading branch information
jfy133 authored Jun 23, 2021
1 parent 2618922 commit b95754b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/megan/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "megan" %}
{% set version = "6.21.2" %}
{% set version = "6.21.7" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://software-ab.informatik.uni-tuebingen.de/download/megan6/MEGAN_Community_unix_{{ version|replace(".", "_") }}.sh # [linux]
sha256: 8349aa2380e10d6eb79baa20e99a11b8513a27cc8f6b3f18333da7b2e7ce3036 # [linux]
sha256: f2da828122b3cf6d74ed4ef85bf11f8bd505deea31c01c2f891ba903fab72ef9 # [linux]
# url: https://software-ab.informatik.uni-tuebingen.de/download/megan6/MEGAN_Community_macos_{{ version|replace(".", "_") }}.dmg # [osx]
# sha256: 75e9c1cdd31fa7badabd3578eee5d689858c40a4a103b2f0df1ae684f3d7f9a3 # [osx]
# sha256: dd843e823f358f496834a2034e1b638e9602ba83251a5f0542f20b0d22d7dc70 # [osx]

build:
# detect_binary_files_with_prefix: true
Expand All @@ -32,12 +32,16 @@ test:
- aadder-build -h
- blast2lca -h
- blast2rma -h
- compute-comparison -h
- daa2info -h
- daa2rma -h
- daa-meganizer -h
- extract-biome -h
- gc-assembler -h
- maf2daa -h
# - megan-server -h # Not executable as other tools, not sure why, so disabling for safety.
- read-extractor -h
- reanalyzer -h
- rma2info -h
- sam2rma -h
- sort-last-maf -h
Expand Down

0 comments on commit b95754b

Please sign in to comment.