PageRenderTime 11ms
CodeModel.GetById 2ms
app.highlight 5ms
RepoModel.GetById 1ms
app.codeStats 0ms
/recipes/bioconductor-snplocs.hsapiens.dbsnp144.grch37/meta.yaml
github.com/bioconda/bioconda-recipes
YAML | 47 lines |
44 code |
2 blank |
1 comment |
0 complexity | 6d8dade8e216542578864cc91248ad56 MD5 |
raw file
1{% set version = "0.99.20" %} 2{% set name = "SNPlocs.Hsapiens.dbSNP144.GRCh37" %} 3{% set bioc = "3.11" %} 4 5package: 6 name: 'bioconductor-{{ name|lower }}' 7 version: '{{ version }}' 8source: 9 url: 10 - 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/src/contrib/{{ name }}_{{ version }}.tar.gz' 11 - 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz' 12 - 'https://depot.galaxyproject.org/software/bioconductor-{{ name|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz' 13 md5: bd338bb583cacc18f210e871dac79ebf 14build: 15 number: 4 16 rpaths: 17 - lib/R/lib/ 18 - lib/ 19 noarch: generic 20# Suggests: Biostrings, BSgenome.Hsapiens.UCSC.hg19 21requirements: 22 host: 23 - 'bioconductor-biocgenerics >=0.34.0,<0.35.0' 24 - 'bioconductor-bsgenome >=1.56.0,<1.57.0' 25 - 'bioconductor-genomeinfodb >=1.24.0,<1.25.0' 26 - 'bioconductor-genomicranges >=1.40.0,<1.41.0' 27 - 'bioconductor-iranges >=2.22.0,<2.23.0' 28 - 'bioconductor-s4vectors >=0.26.0,<0.27.0' 29 - r-base 30 run: 31 - 'bioconductor-biocgenerics >=0.34.0,<0.35.0' 32 - 'bioconductor-bsgenome >=1.56.0,<1.57.0' 33 - 'bioconductor-genomeinfodb >=1.24.0,<1.25.0' 34 - 'bioconductor-genomicranges >=1.40.0,<1.41.0' 35 - 'bioconductor-iranges >=2.22.0,<2.23.0' 36 - 'bioconductor-s4vectors >=0.26.0,<0.27.0' 37 - r-base 38 - curl 39test: 40 commands: 41 - '$R -e "library(''{{ name }}'')"' 42about: 43 home: 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/html/{{ name }}.html' 44 license: Artistic-2.0 45 summary: 'SNP locations for Homo sapiens (dbSNP Build 144)' 46 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).' 47
Read more here: Source link