Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiCExplorer: Add a dependency, add test cases, increase build number to 1 #13424

Merged
merged 6 commits into from
Feb 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion recipes/hicexplorer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: 552070da33caf48d137b3f0a43e4bb416bf943340fe4813be883ef852beb89fd

build:
number: 0
number: 1
skip: True #[py35]

requirements:
Expand Down Expand Up @@ -50,13 +50,31 @@ requirements:
- unidecode
- hicmatrix
- pygenometracks
- hic2cool

test:
imports:
- hicexplorer
commands:
- findRestSite --version
- hicAggregateContacts --version
- hicBuildMatrix --version
- hicCorrectMatrix --version
- hicCorrelate --version
- hicFindEnrichedContacts --version
- hicFindTADs --version
- hicMergeMatrixBins --version
- hicPlotMatrix --version
- hicPlotDistVsCounts --version
- hicPlotTADs --version
- hicSumMatrices --version
- hicInfo --version
- hicConvertFormat --version
- hicAdjustMatrix --version
- hicNormalize --version
- hicAverageRegions --version
- hicPlotAverageRegions --version


about:
home: https://github.com/deeptools/HiCExplorer
Expand Down