Skip to content

Commit

Permalink
fixes #10336 (#10337)
Browse files Browse the repository at this point in the history
* fixes 10336

* increase build number and add test
  • Loading branch information
bgruening authored Aug 8, 2018
1 parent a2ac14c commit d26a9a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions recipes/lumpy-sv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cp scripts/lumpyexpress $PREFIX/bin

cp scripts/cnvanator_to_bedpes.py $PREFIX/bin


cp scripts/*.py $outdir/scripts
cp scripts/*.sh $outdir/scripts
cp scripts/*.pl $outdir/scripts
Expand All @@ -28,3 +29,6 @@ cp scripts/bamkit/* $outdir/scripts/bamkit

cp $RECIPE_DIR/lumpyexpress.config $outdir
ln -s $outdir/lumpyexpress.config $PREFIX/bin
ln -s $outdir/extractSplitReads_BwaMem /$PREFIX/bin

chmod +x $PREFIX/bin/extractSplitReads_BwaMem
3 changes: 2 additions & 1 deletion recipes/lumpy-sv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
#sha256: 1a7a5d18875b297acaa68ee1e864ca048654ebc85348920b518dc689d2b7a3cf

build:
number: 2
number: 3
skip: True # [not py27]

requirements:
Expand All @@ -36,6 +36,7 @@ test:
- 'lumpy 2>&1 | grep -q structural'
- 'lumpy_filter 2>&1 | grep -q lumpy_filter\:\ usage'
- 'lumpyexpress 2>&1 | grep -q lumpyexpress'
- extractSplitReads_BwaMem --help

about:
home: https://github.com/arq5x/lumpy-sv
Expand Down

0 comments on commit d26a9a7

Please sign in to comment.