Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jun 12, 2017
1 parent c49bf61 commit 73072b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/aws.config
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ process {

params {
saveReference = true
// illumina iGenomes reference file paths on UPPMAX
// illumina iGenomes reference file paths on AWS
genomes {
'GRCh37' {
bismark = 's3://ngi-igenomes/igenomes/Homo_sapiens/Ensembl/GRCh37/Sequence/BismarkIndex'
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ A reference genome path can be specified on the command line each time you run w
params {
genomes {
'YOUR-ID' {
bismar = '<PATH TO BISMARK REF>/BismarkIndex'
bismark = '<PATH TO BISMARK REF>/BismarkIndex'
fasta = '<PATH TO FASTA FILE>/genome.fa'
}
'OTHER-GENOME' {
Expand Down

0 comments on commit 73072b5

Please sign in to comment.