Skip to content

Commit

Permalink
Add recipe for hicrep by Tao Yang. (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx authored and bgruening committed Oct 3, 2017
1 parent 4b40d18 commit 29a60d1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bioconductor-hicrep/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
mv DESCRIPTION DESCRIPTION.old
grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
$R CMD INSTALL --build .
39 changes: 39 additions & 0 deletions recipes/bioconductor-hicrep/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{% set version="1.0.0" %}
{% set name="hicrep" %}

package:
name: 'bioconductor-{{ name|lower}}'
version: '{{ version }}'
source:
fn: '{{ name }}_{{ version }}.tar.gz'
url:
- 'http://bioconductor.org/packages/3.5/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/{{ name }}/{{ name }}_{{ version }}_src_all.tar.gz'
sha256: c0ae75a9c6558031a1cde17fde9a1a571d17d2a15843ad90fb2ebcb27eef1600
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- 'r-base >=3.4'
run:
- 'r-base >=3.4'
test:
commands:
- '$R -e "library(''hicrep'')"'
about:
home: http://bioconductor.org/packages/3.5/bioc/html/hicrep.html
license: 'GPL (>= 2.0)'
summary: 'Hi-C is a powerful technology for studying genome-wide chromatin interactions.
However, current methods for assessing Hi-C data reproducibility can produce misleading
results because they ignore spatial features in Hi-C data, such as domain structure
and distance-dependence. We present a novel reproducibility measure that systematically
takes these features into consideration. This measure can assess pairwise differences
between Hi-C matrices under a wide range of settings, and can be used to determine
optimal sequencing depth. Compared to existing approaches, it consistently shows
higher accuracy in distinguishing subtle differences in reproducibility and depicting
interrelationships of cell lineages than existing approaches. This R package `hicrep`
implements our approach.'

0 comments on commit 29a60d1

Please sign in to comment.