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 a recipe for FastqPuri #13679

Merged
merged 2 commits into from
Feb 19, 2019
Merged
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
7 changes: 7 additions & 0 deletions recipes/fastqpuri/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

Rscript -e 'install.packages(c("rmarkdown", "pheatmap"), repos="https://stat.ethz.ch/CRAN")'
cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_C_COMPILER=${CC}
cd build
make
make install
41 changes: 41 additions & 0 deletions recipes/fastqpuri/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package:
name: fastqpuri
version: 1.0.5

source:
url: https://github.com/jengelmann/FastqPuri/archive/v1.0.5.tar.gz
sha256: 33fedf39e6322428ff384a5815809f3721efe3fd93798807fdca8fbc50bd62c7

build:
number: 3

requirements:
build:
- cmake
- make
- {{ compiler('c') }}
host:
- r-base
- pandoc
- zlib
- bzip2
run:
- r-base
- pandoc
- zlib
- bzip2

about:
home: https://github.com/jengelmann/FastqPuri
summary: fastq quality assessment and filtering tool
license: GPL3.0
license_file: LICENSE.txt

test:
commands:
- Qreport -h
- Sreport -h
- trimFilter -h
- trimFilterPE -h
- makeTree -h
- makeBloom -h