Skip to content

Commit

Permalink
add mark to indicate optional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexg9010 committed Jul 19, 2024
1 parent 6a7a819 commit 842086a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/settings.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ locations:
output-dir: /path/to/output/
genome-fasta: /path/to/genome.fasta
# UCSC annotation tables fetched from table browser in BED format.
# CpG island predictions
# [optional] CpG island predictions
cpgIsland-bedfile: ''
# Gene annotation, should be refGenes or knownGenes table
# [optional] Gene annotation, should be refGenes or knownGenes table
refGenes-bedfile: ''

general:
Expand Down

0 comments on commit 842086a

Please sign in to comment.