diff --git a/recipes/igblast/build.sh b/recipes/igblast/build.sh index f5d002a98d35e..198ca081e843e 100644 --- a/recipes/igblast/build.sh +++ b/recipes/igblast/build.sh @@ -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 diff --git a/recipes/igblast/meta.yaml b/recipes/igblast/meta.yaml index 65dbda82d9f9c..cfe024abb9be1 100644 --- a/recipes/igblast/meta.yaml +++ b/recipes/igblast/meta.yaml @@ -1,6 +1,6 @@ package: name: igblast - version: "1.9.0" + version: "1.10.0" about: home: http://www.ncbi.nlm.nih.gov/projects/igblast/ @@ -8,13 +8,12 @@ about: 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: