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

update grid #11478

Merged
merged 1 commit into from
Oct 22, 2018
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
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