Skip to content

Commit

Permalink
update grid (#11478)
Browse files Browse the repository at this point in the history
  • Loading branch information
aemiol authored and karel-brinda committed Oct 31, 2018
1 parent 670624a commit 33a9681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/grid/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p $PREFIX/bin

cd $SRC_DIR

cp grid GRiD*.R README.md update_database bowtie.txt check_R_libraries.R $outdir
cp grid GRiD*.R README.md update_database check_R_libraries.R $outdir
cp -R blast_database $outdir
chmod +x $outdir/grid $outdir/update_database
ln -s $outdir/grid $PREFIX/bin/grid
Expand Down
9 changes: 5 additions & 4 deletions recipes/grid/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
package:
name: grid
version: "1.0.6"
version: "1.1"

source:
url: https://github.com/ohlab/GRiD/archive/1.0.6.tar.gz
sha256: 8a4f55124375b797189551ccebb4d28fa01d2d51316ce372ba9c3beab94736ae
url: https://github.com/ohlab/GRiD/archive/1.1.tar.gz
sha256: 069ce4453dbb59fa69dd6e887964b5fa61cdf3fe75b18b298c3c8f08eebf82a2

build:
noarch: generic

requirements:
run:
- parallel
- pathoscope
- r-dplyr
- r-ggplot2
- r-gplots
- r-getopt
- r-gsubfn
- samtools=0.1.19
- samtools
- bamtools
- bowtie2
- seqtk
Expand Down

0 comments on commit 33a9681

Please sign in to comment.