Skip to content

Commit

Permalink
Merge pull request #358 from bcgsc/master
Browse files Browse the repository at this point in the history
backmerge releases to develop_v3
  • Loading branch information
calchoo authored Aug 22, 2023
2 parents 395e0fd + bf2010b commit d36beed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ from mavis_config import (
from mavis_config.constants import SUBCOMMAND

# env variable mainly for CI/CD
CONTAINER = os.environ.get('SNAKEMAKE_CONTAINER', 'docker://bcgsc/mavis:v3.1.1')
CONTAINER = os.environ.get('SNAKEMAKE_CONTAINER', 'docker://bcgsc/mavis:v3.1.2')

MAX_TIME = 57600
DEFAULT_MEMORY_MB = 16000

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mavis
version = 3.1.1
version = 3.1.2
url = https://github.com/bcgsc/mavis.git
download_url = https://github.com/bcgsc/mavis/archive/v2.2.10.tar.gz
description = A Structural Variant Post-Processing Package
Expand Down

0 comments on commit d36beed

Please sign in to comment.