Skip to content

Add mutation count and stability to SBS4608 plots

d3dc9a6
Select commit
Loading
Failed to load commit list.
Merged

Add mutation count and stability to SBS4608 plots #278

Add mutation count and stability to SBS4608 plots
d3dc9a6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 7, 2025 in 14m 6s

Build Passed

The build passed.

Details

This is a normal build for the 4608-info branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python OS State
543.1 3.9 Linux passed
543.2 3.12 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.9, 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9",
    "3.12"
  ],
  "before_install": [
    "pip install --upgrade setuptools packaging",
    "if ! [ -f ./src/GRCh37.tar.gz ]; then wget --connect-timeout=10 --tries=20 ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/; fi"
  ],
  "install": [
    "pip install ."
  ],
  "cache": {
    "directories": [
      "$TRAVIS_BUILD_DIR/src/"
    ]
  },
  "before_script": [
    "python3 install_genome.py $TRAVIS_BUILD_DIR/src/"
  ],
  "script": [
    "python3 test.py"
  ]
}