Skip to content

Commit

Permalink
ampliconclipper 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 26, 2018
1 parent 8096b23 commit fe6ecf7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ampliconclipper/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
CXX=$PREFIX/bin/g++
make
mkdir -p $PREFIX/bin
cp AmpliconClipper $PREFIX/bin/
22 changes: 22 additions & 0 deletions ampliconclipper/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: ampliconclipper
version: "0.0"

source:
git_url: https://github.com/SoapZA/AmpliconClipper
git_tag: ceced74

requirements:
build:
- gcc ==5.4.0
run:
- libgcc >=5.4.0

test:
commands:
- AmpliconClipper

about:
home: https://github.com/SoapZA/AmpliconClipper
summary: "an alignment postprocessor that removes PCR primers from SAM alignments and discards reads with major errors"
license: GPLv3

0 comments on commit fe6ecf7

Please sign in to comment.