Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
0307bd09
Commit
0307bd09
authored
Mar 24, 2020
by
Venkat Malladi
Browse files
Fix option parsing.
parent
807f5ec0
Pipeline
#6390
canceled with stages
in 27 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
workflow/scripts/plot_profile.sh
View file @
0307bd09
...
...
@@ -69,7 +69,7 @@ run_main() {
# Parsing options
OPTIND
=
1
# Reset OPTIND
while
getopts
:g
:
h opt
while
getopts
:gh opt
do
case
$opt
in
g
)
gtf
=
$OPTARG
;;
...
...
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