Skip to content
Snippets Groups Projects
Commit 9a0af8a5 authored by 健美猞猁's avatar 健美猞猁 Committed by Adam J. Stewart
Browse files

HiC-pro depends on python+ucs4. (#8564)

parent 808a53c0
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ class HicPro(MakefilePackage): ...@@ -37,7 +37,7 @@ class HicPro(MakefilePackage):
depends_on('bowtie2') depends_on('bowtie2')
depends_on('samtools') depends_on('samtools')
depends_on('python@2.7:2.8') depends_on('python+ucs4@2.7:2.8')
depends_on('r') depends_on('r')
depends_on('py-numpy', type=('build', 'run')) depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment