Skip to content

还在为基因组组装发愁?用MEGAHIT,只需简单几步,让你的基因组组装速度和效率成倍提升! #6015

还在为基因组组装发愁?用MEGAHIT,只需简单几步,让你的基因组组装速度和效率成倍提升!

还在为基因组组装发愁?用MEGAHIT,只需简单几步,让你的基因组组装速度和效率成倍提升! #6015

Workflow file for this run

name: Ruby
on:
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ruby/[email protected]
with:
ruby-version: 2.6
bundler-cache: true
- run:
bundle exec rake
env:
TOKEN: ${{ secrets.DUTY_TOKEN }}
REPO: ${{ github.repository }}