PageRenderTime 52ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/recipes/bioconductor-snplocs.hsapiens.dbsnp144.grch37/meta.yaml

https://github.com/bioconda/bioconda-recipes
YAML | 47 lines | 44 code | 2 blank | 1 comment | 0 complexity | 6d8dade8e216542578864cc91248ad56 MD5 | raw file
Possible License(s): AGPL-3.0, GPL-3.0, Apache-2.0, MIT, BSD-3-Clause, 0BSD, LGPL-3.0, GPL-2.0, AGPL-1.0
  1. {% set version = "0.99.20" %}
  2. {% set name = "SNPlocs.Hsapiens.dbSNP144.GRCh37" %}
  3. {% set bioc = "3.11" %}
  4. package:
  5. name: 'bioconductor-{{ name|lower }}'
  6. version: '{{ version }}'
  7. source:
  8. url:
  9. - 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/src/contrib/{{ name }}_{{ version }}.tar.gz'
  10. - 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
  11. - 'https://depot.galaxyproject.org/software/bioconductor-{{ name|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz'
  12. md5: bd338bb583cacc18f210e871dac79ebf
  13. build:
  14. number: 4
  15. rpaths:
  16. - lib/R/lib/
  17. - lib/
  18. noarch: generic
  19. # Suggests: Biostrings, BSgenome.Hsapiens.UCSC.hg19
  20. requirements:
  21. host:
  22. - 'bioconductor-biocgenerics >=0.34.0,<0.35.0'
  23. - 'bioconductor-bsgenome >=1.56.0,<1.57.0'
  24. - 'bioconductor-genomeinfodb >=1.24.0,<1.25.0'
  25. - 'bioconductor-genomicranges >=1.40.0,<1.41.0'
  26. - 'bioconductor-iranges >=2.22.0,<2.23.0'
  27. - 'bioconductor-s4vectors >=0.26.0,<0.27.0'
  28. - r-base
  29. run:
  30. - 'bioconductor-biocgenerics >=0.34.0,<0.35.0'
  31. - 'bioconductor-bsgenome >=1.56.0,<1.57.0'
  32. - 'bioconductor-genomeinfodb >=1.24.0,<1.25.0'
  33. - 'bioconductor-genomicranges >=1.40.0,<1.41.0'
  34. - 'bioconductor-iranges >=2.22.0,<2.23.0'
  35. - 'bioconductor-s4vectors >=0.26.0,<0.27.0'
  36. - r-base
  37. - curl
  38. test:
  39. commands:
  40. - '$R -e "library(''{{ name }}'')"'
  41. about:
  42. home: 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/html/{{ name }}.html'
  43. license: Artistic-2.0
  44. summary: 'SNP locations for Homo sapiens (dbSNP Build 144)'
  45. description: 'SNP locations and alleles for Homo sapiens extracted from NCBI dbSNP Build 144. The source data files used for this package were created by NCBI on May 29-30, 2015, and contain SNPs mapped to reference genome GRCh37.p13. WARNING: Note that the GRCh37.p13 genome is a patched version of GRCh37. However the patch doesn''t alter chromosomes 1-22, X, Y, MT. GRCh37 itself is the same as the hg19 genome from UCSC *except* for the mitochondrion chromosome. Therefore, the SNPs in this package can be "injected" in BSgenome.Hsapiens.UCSC.hg19 and they will land at the correct position but this injection will exclude chrM (i.e. nothing will be injected in that sequence).'