Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
process_scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
NGS CLIA Lab
process_scripts
Commits
0675b9b9
Commit
0675b9b9
authored
5 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Plain Diff
LICENSE
parents
2fa359f8
c130bb68
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+677
-0
677 additions, 0 deletions
LICENSE
variants/msisensor.sh
+3
-3
3 additions, 3 deletions
variants/msisensor.sh
with
680 additions
and
3 deletions
LICENSE
+
677
−
0
View file @
0675b9b9
This diff is collapsed.
Click to expand it.
variants/msisensor.sh
+
3
−
3
View file @
0675b9b9
...
@@ -9,7 +9,7 @@ usage() {
...
@@ -9,7 +9,7 @@ usage() {
exit
1
exit
1
}
}
OPTIND
=
1
# Reset OPTIND
OPTIND
=
1
# Reset OPTIND
while
getopts
:r:l:p:h opt
while
getopts
:r:l:
b:
p:h opt
do
do
case
$opt
in
case
$opt
in
r
)
index_path
=
$OPTARG
;;
r
)
index_path
=
$OPTARG
;;
...
@@ -24,10 +24,10 @@ function join_by { local IFS="$1"; shift; echo "$*"; }
...
@@ -24,10 +24,10 @@ function join_by { local IFS="$1"; shift; echo "$*"; }
shift
$((
$OPTIND
-
1
))
shift
$((
$OPTIND
-
1
))
baseDir
=
"
`
dirname
\"
$0
\"
`
"
baseDir
=
"
`
dirname
\"
$0
\"
`
"
# Check for mandatory options
# Check for mandatory options
if
[[
-z
$
tumor
]]
||
[[
-z
$index_path
]]
;
then
if
[[
-z
$
sbam
]]
||
[[
-z
$index_path
]]
;
then
usage
usage
fi
source
/etc/profile.d/modules.sh
source
/etc/profile.d/modules.sh
export
PATH
=
/project/shared/bicf_workflow_ref/seqprg/bin:
$PATH
export
PATH
=
/project/shared/bicf_workflow_ref/seqprg/bin:
$PATH
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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