Skip to content

Commit

Permalink
Ssp (#11724)
Browse files Browse the repository at this point in the history
* Update md5sum and delete old version.

* Update build number.

* Revert "Update build number."

This reverts commit 4497a36.

* Add host requirement.

* Do not restrict snakemake version.
  • Loading branch information
cjandrasits authored Oct 31, 2018
1 parent 2d10062 commit df31d01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 56 deletions.
16 changes: 0 additions & 16 deletions recipes/seq-seq-pan/1.0.0/build.sh

This file was deleted.

36 changes: 0 additions & 36 deletions recipes/seq-seq-pan/1.0.0/meta.yaml

This file was deleted.

11 changes: 7 additions & 4 deletions recipes/seq-seq-pan/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ package:

source:
url: https://gitlab.com/chrjan/seq-seq-pan/repository/v{{ version }}/archive.tar.gz
md5: e053bc23c84493c29926aafafd77c966
md5: 3d2b2c835d9a7f8412551e9462202c60

build:
number: 1
number: 0
skip: True # [osx or py27]

requirements:
host:
- python

run:
- python
- biopython ==1.69
- blat ==35
- snakemake ==4.3
- snakemake
- openjdk
- argparse
- mauvealigner ==1.2.0
Expand All @@ -32,5 +35,5 @@ test:

about:
home: https://gitlab.com/chrjan/seq-seq-pan
license: FreeBSDLicense
license: FreeBSD
summary: seq-seq-pan is a workflow for the SEQuential alignment of SEQuences to build a PAN-genome data structure and a whole-genome-alignment.

0 comments on commit df31d01

Please sign in to comment.