FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
d5662061
Commit
d5662061
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
first stab at getting new runner script working
parent
9feb1cf9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/run_Processor.sh
+3
-1
3 additions, 1 deletion
scripts/run_Processor.sh
with
3 additions
and
1 deletion
scripts/run_Processor.sh
+
3
−
1
View file @
d5662061
#!/bin/bash
#!/bin/bash
original_args
=(
"
$@
"
)
SHORT
=
p:h
SHORT
=
p:h
OPTS
=
$(
getopt
-a
--options
$SHORT
--
"
$@
"
)
OPTS
=
$(
getopt
-a
--options
$SHORT
--
"
$@
"
)
echo
$OPTS
echo
$OPTS
...
@@ -72,7 +74,7 @@ proc_path="$( dirname "$(readlink -f "$0" )" )"
...
@@ -72,7 +74,7 @@ proc_path="$( dirname "$(readlink -f "$0" )" )"
# run the processor with all arguments
# run the processor with all arguments
processor
=
${
proc_path
}
/../coordinator/
${
processor_class
}
processor
=
${
proc_path
}
/../coordinator/
${
processor_class
}
printf
"processor is %s
\n\n
"
"
$processor
"
printf
"processor is %s
\n\n
"
"
$processor
"
python
"
${
processor
}
"
"
$
@
"
python
"
${
processor
}
"
"
$
{
original_args
[@]
}
"
exit_code
=
$?
;
exit_code
=
$?
;
# deactivate conda environment
# deactivate conda environment
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment