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

Feature/upgrade delly v126 #1012

Draft
wants to merge 436 commits into
base: master
Choose a base branch
from

updated delly and htslib in delly-bcftools docker image

8bcbf29
Select commit
Loading
Failed to load commit list.
Draft

Feature/upgrade delly v126 #1012

updated delly and htslib in delly-bcftools docker image
8bcbf29
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 19, 2024 in 30m 9s

Build Passed

The build passed.

Details

This is a normal build for the feature/upgrade_delly_v126 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "jdk": [
    "openjdk8"
  ],
  "services": [
    "docker"
  ],
  "before_install": [
    "export NXF_VER=21.10.1 && curl -fsSL get.nextflow.io | bash",
    "chmod 777 nextflow",
    "wget -O test-data.tar.gz --no-check-certificate 'https://drive.usercontent.google.com/download?export=download&confirm=no_antivirus&id=13zUVw4BZ0_5QAW7zmdCsZ_CZDHbNxyMV'",
    "tar -xzvf test-data.tar.gz"
  ],
  "script": [
    "python3 tests/test_runner.py tests/tests.json"
  ]
}