Skip to content
Snippets Groups Projects
Commit ba381a3e authored by Magali Ruffier's avatar Magali Ruffier
Browse files

verbose option should be de-referenced

parent 0469ef29
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ GetOptions('dbuser|user=s' => \$user,
'start=s' => \$start, # USE ENS000001 or ENS for human, ENSMUS00001 or ENSMUS for mouse etc
# don't add G/T/E/P for specific types !!!
'help' => sub { usage(); exit(0); },
'verbose!' => $verbose
'verbose!' => \$verbose ,
);
@types = ('gene','transcript','translation','exon') if (!@types);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment