Skip to content

Commit

Permalink
Merge pull request #39 from bbglab/develop
Browse files Browse the repository at this point in the history
PR to update to IntOGen release v2024
  • Loading branch information
FedericaBrando authored Sep 19, 2024
2 parents ac28bb1 + 4d43038 commit 29e9ec5
Show file tree
Hide file tree
Showing 57 changed files with 1,699 additions and 1,975 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ containers/
*.iml
*.ipr
*.iws
*.eggs

# Eclipse files
.classpath
Expand All @@ -26,7 +27,11 @@ containers/
# Python bytecode
*.pyc
*.egg-info/
core/build/lib/
dist/
combination/build
*.c
*.so

# Build docs
docs/build
Expand All @@ -37,5 +42,7 @@ build/containers/mutpanning/MutPanning.jar
# Nextflow run files
.nextflow*
work
*timeline*
*trace*

smregions
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INTOGEN_CONTAINERS ?= ${build_dir}/containers

# hg version
genome = 38
ensembl ?= 101
ensembl ?= 111
cadd ?= 1.6
# number of cores to use in steps that allow them
cores ?= 1
Expand Down
Loading

0 comments on commit 29e9ec5

Please sign in to comment.