Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add hg19 profile
Browse files Browse the repository at this point in the history
Currently this only used by scenic tool
  • Loading branch information
dweemx committed Apr 17, 2020
1 parent 69bd103 commit 38c117f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/genomes/hg19.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
params {
global {
species = 'human'
genome {
assembly = 'hg19'
}
}
}
5 changes: 5 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ profiles {
includeConfig 'conf/genomes/hg38.config'
}

hg19 {
includeConfig 'src/scenic/conf/min/tfs/human-v0.0.1.config'
includeConfig 'conf/genomes/hg19.config'
}

// feature profiles:

pcacv {
Expand Down

0 comments on commit 38c117f

Please sign in to comment.