Skip to content

Remove stop_after_decomposition

6e9cfc6
Select commit
Loading
Failed to load commit list.
Merged

Stop parameter #277

Remove stop_after_decomposition
6e9cfc6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 8, 2025 in 26m 45s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the stop-parameter 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
544.1 3.9 Linux passed
544.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"
  ]
}