Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for atlas-fastq-provider #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions recipes/atlas-fastq-provider/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mkdir -p $PREFIX/bin
cp *.sh $PREFIX/bin

# Create a config if not already present

if [ ! -e $PREFIX/bin/atlas-fastq-provider-config.sh ]; then
cp atlas-fastq-provider-config.sh.default $PREFIX/bin/atlas-fastq-provider-config.sh
fi
30 changes: 30 additions & 0 deletions recipes/atlas-fastq-provider/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{% set version = "0.4.1" %}

package:
name: atlas-fastq-provider
version: {{ version }}

source:
url: https://github.com/ebi-gene-expression-group/atlas-fastq-provider/archive/v{{ version }}.tar.gz
sha256: e4a571ee4000c2ef187fc4c3d0fe475bcbce7dde4205f3398020fabc098d805c

build:
number: 0

requirements:
build:
host:
run:
- bash
- wget
- coreutils

test:
commands:
- fetchFastq.sh -h

about:
home: https://github.com/ebi-gene-expression-group/atlas-fastq-provider
license: GPL-3
summary: A package to provide FASTQs via download or file system linking
license_family: GPL3