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
61db854a
Commit
61db854a
authored
Apr 16, 2020
by
Venkat Malladi
Browse files
Make gtf taken an option
parent
54b9865d
Pipeline
#6579
failed with stages
in 427 minutes and 50 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
workflow/scripts/plot_profile.sh
View file @
61db854a
...
@@ -69,7 +69,7 @@ run_main() {
...
@@ -69,7 +69,7 @@ run_main() {
# Parsing options
# Parsing options
OPTIND
=
1
# Reset OPTIND
OPTIND
=
1
# Reset OPTIND
while
getopts
:
gh opt
while
getopts
g
:
h opt
do
do
case
$opt
in
case
$opt
in
g
)
gtf
=
$OPTARG
;;
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