Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
b80287db
Commit
b80287db
authored
Apr 08, 2010
by
Pontus Larsson
Browse files
Fixed usage display
parent
fd62cc99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
misc-scripts/variation/nonsense_transcript_attribs.pl
misc-scripts/variation/nonsense_transcript_attribs.pl
+3
-1
No files found.
misc-scripts/variation/nonsense_transcript_attribs.pl
View file @
b80287db
...
...
@@ -59,6 +59,8 @@ my $store;
my
$clean
;
my
$help
;
usage
()
if
(
!
scalar
(
@ARGV
));
# options to be read in from the commandline
&GetOptions
(
'
chost:s
'
=>
\
$chost
,
...
...
@@ -79,7 +81,7 @@ my $help;
'
help!
'
=>
\
$help
);
usage
()
if
(
defined
(
$help
)
||
!
scalar
(
@ARGV
)
);
usage
()
if
(
defined
(
$help
));
# some checks, if not explicitly specified otherwise, will use the same connection credentials for variation as for core but the database name must be specified
if
(
!
defined
$chost
||
!
defined
$cuser
||
!
defined
$cdbname
||
!
defined
$cpass
||
!
defined
$cport
||
(
!
defined
(
$file
)
&&
!
defined
$vdbname
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment