Skip to content

Commit

Permalink
update recipe for 3.9.1 (#11397)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 authored and karel-brinda committed Oct 31, 2018
1 parent 974cc33 commit 3c6e92d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes/spades/3.9.1/build.sh
@@ -0,0 +1,8 @@
#!/bin/bash
outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
mkdir -p $outdir
mkdir -p $PREFIX/bin

cp -r bin $outdir
cp -r share $outdir
ln -s $outdir/bin/* $PREFIX/bin
31 changes: 31 additions & 0 deletions recipes/spades/3.9.1/meta.yaml
@@ -0,0 +1,31 @@
package:
name: spades
version: '3.9.1'

source:
url: http://spades.bioinf.spbau.ru/release3.9.1/SPAdes-3.9.1-Linux.tar.gz # [linux]
md5: 095f4f7dd0e6496156df5d7c9419a70f # [linux]
url: http://spades.bioinf.spbau.ru/release3.9.1/SPAdes-3.9.1-Darwin.tar.gz # [osx]
md5: d41d8cd98f00b204e9800998ecf8427e # [osx]

build:
number: 0
skip: True # [py36]

requirements:
run:
- python

test:
commands:
- spades.py --test && rm -rf spades_test

about:
home: http://bioinf.spbau.ru/en/spades
license: GPLv2
summary: SPAdes (St. Petersburg genome assembler) is intended for both standard isolates and single-cell MDA bacteria assemblies.

extra:
identifiers:
- biotools:Spades
- doi:10.1089/cmb.2012.0021

0 comments on commit 3c6e92d

Please sign in to comment.