Skip to content

Commit

Permalink
[ci skip] Merge PR 19753
Browse files Browse the repository at this point in the history
Merge PR #19753, commits were: 
 * Update meta.yaml
 * Update build.sh for QuantWiz_IQ

Adding escape "\" character to fix short wrapper part in the recipe
 * Merge pull request #4 from bioconda/master

Sync
 * Merge pull request #3 from bioconda/master

merge
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge pull request #2 from bioconda/master

Updating repo to origin
 * Merge pull request #1 from bioconda/master

updated from bioconda in fork
  • Loading branch information
pravs3683 authored and BiocondaBot committed Jan 15, 2020
1 parent 115e3e1 commit 6179ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/quantwiz-iq/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cp -r Purity_correction $PREFIX/bin
# Short wrapper script
cat > $PREFIX/bin/QuantWiz_IQ <<EOF
#!/bin/bash
PERL5LIB=$module_dir exec perl $PREFIX/bin/QuantWiz_IQ.pl "$@"
PERL5LIB=$module_dir exec perl $PREFIX/bin/QuantWiz_IQ.pl "\$@"
EOF
chmod +x $PREFIX/bin/QuantWiz_IQ

Expand Down
2 changes: 1 addition & 1 deletion recipes/quantwiz-iq/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
url: https://sourceforge.net/projects/quantwiz/files/IQ/IQ_{{ version }}.zip

build:
number: 0
number: 1
noarch: generic

requirements:
Expand Down

0 comments on commit 6179ee3

Please sign in to comment.