Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 3, 2019
1 parent 8621f51 commit d7ad4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion age_custom/age_custom_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library('data.table')
## Specify parameters
spec <- matrix(c(
'type', 't', 1, 'character', 'Either gene, exon, tx or jxn',
'symbol', 's', 1, 'character', 'Symbol for the gene'
'symbol', 's', 1, 'character', 'Symbol for the gene',
'help' , 'h', 0, 'logical', 'Display help'
), byrow=TRUE, ncol=5)
opt <- getopt(spec)
Expand Down

0 comments on commit d7ad4f7

Please sign in to comment.