代码拉取完成,页面将自动刷新
同步操作将从 niceb/MethylDackel 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
pr:
autoCancel: true
jobs:
- job: 'Linux'
pool:
vmImage: 'ubuntu-16.04'
strategy:
matrix:
Python37:
python.version: '3.7'
maxParallel: 1
steps:
- bash: echo "##vso[task.prependpath]/usr/share/miniconda/bin"
displayName: Add conda to PATH
- bash: conda create -n foo -q --yes -c conda-forge -c bioconda htslib python gcc_impl_linux-64 binutils_impl_linux-64 binutils_linux-64 gcc_linux-64 libgcc-ng libbigwig
displayName: Installing dependencies
- template: .azure-pipelines/test-template.yml
#This tries to link against 32-bit libraries for some reason
#- job: 'OSX'
# pool:
# vmImage: 'macOS-10.13'
# strategy:
# matrix:
# Python37:
# python.version: '3.7'
# maxParallel: 1
#
# steps:
# - script: |
# echo "Removing homebrew from Azure to avoid conflicts."
# curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall > ~/uninstall_homebrew
# chmod +x ~/uninstall_homebrew
# ~/uninstall_homebrew -fq
# rm ~/uninstall_homebrew
# displayName: Remove homebrew
# - bash: echo "##vso[task.prependpath]$CONDA/bin"
# displayName: Add conda to PATH
# - bash: conda create -n foo -q --yes -c conda-forge -c bioconda htslib python clang clang_osx-64 clangxx cctools compiler-rt ld64
# displayName: Installing dependencies
# - template: .azure-pipelines/test-template.yml
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。