Skip to content

Commit

Permalink
move annotation files to location section of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexg9010 committed Jul 19, 2024
1 parent 5a7823b commit e61e75d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions etc/settings.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ locations:
input-dir: /path/to/reads/
output-dir: /path/to/output/
genome-fasta: /path/to/genome.fasta
# UCSC annotation tables fetched from table browser in BED format.
# CpG island predictions
cpgIsland-bedfile: ''
# Gene annotation, should be refGenes or knownGenes table
refGenes-bedfile: ''

general:
assembly: ''
Expand Down Expand Up @@ -36,11 +41,6 @@ general:
cores: 1
qvalue: 0.01
difference: 25
annotation:
cpgIsland-bedfile: ''
refGenes-bedfile: ''
# download cpgIsland-bedfile or refGenes-bedfile automatically if not given?
webfetch: no

# DManalyses:
# # The names of analyses can be anything but they have to be unique
Expand Down
6 changes: 3 additions & 3 deletions tests/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ locations:
input-dir: in/
output-dir: out/
genome-fasta: genome/sample.fasta
cpgIsland-bedfile: genome/cpgIslandExt.hg19.bed.gz
refGenes-bedfile: genome/refGene.hg19.bed.gz

general:
assembly: hg19
Expand All @@ -16,9 +18,7 @@ general:
cores: 1
qvalue: 0.05
annotation:
cpgIsland-bedfile: pigx_work/refGenome/cpgIslandExt.hg19.bed.gz
refGenes-bedfile: pigx_work/refGenome/refGene.hg19.bed.gz
webfetch: no
webfetch: no

DManalyses:
# The names of analyses can be anything but they have to be unique
Expand Down

0 comments on commit e61e75d

Please sign in to comment.