Skip to content

Commit

Permalink
IgBLAST 1.10.0 (#11693)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm authored Oct 29, 2018
1 parent c4b485f commit 3ed057e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion recipes/igblast/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ mv edit_imgt_file.pl $PREFIX/bin/

for IGBLAST_DIR in internal_data optional_file; do
mkdir -p $SHARE_DIR/$IGBLAST_DIR
wget -nv -r -nH --cut-dirs=5 -X Entries,Repository,Root -P $SHARE_DIR/$IGBLAST_DIR $IGBLAST_ADDRESS/$IGBLAST_DIR
wget -nv -r -nH --cut-dirs=5 -X Entries,Repository,Root,CVS -P $SHARE_DIR/$IGBLAST_DIR $IGBLAST_ADDRESS/$IGBLAST_DIR
done
11 changes: 5 additions & 6 deletions recipes/igblast/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
package:
name: igblast
version: "1.9.0"
version: "1.10.0"

about:
home: http://www.ncbi.nlm.nih.gov/projects/igblast/
license: Public Domain
summary: A tool for analyzing immunoglobulin (IG) and T cell receptor (TR) sequences.

source:
sha256: 83d861853a1a1943bff43f8b5bcd1203e634c3492848e53991503a3e73d275e5 # [linux]
sha256: 32a974c944520ffaa8aa4261c9da2d19098cc92056835178d1215edd7539ecee # [osx]
url: ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.9.0/ncbi-igblast-1.9.0-x64-linux.tar.gz # [linux]
url: ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.9.0/ncbi-igblast-1.9.0-x64-macosx.tar.gz # [osx]
sha256: a811a9b2487a8ea1f7162a4c338c1f5a898b6b0788bc30d36a3f11a77db14a76 # [linux]
sha256: c573299c2c99b6f5660b52e9e2d2ad80a404bfe2426c1f7870fd64269e7d40e9 # [osx]
url: ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.10.0/ncbi-igblast-1.10.0-x64-linux.tar.gz # [linux]
url: ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.10.0/ncbi-igblast-1.10.0-x64-macosx.tar.gz # [osx]

build:
skip: true # [osx]
number: 0

requirements:
Expand Down

0 comments on commit 3ed057e

Please sign in to comment.