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
ee75859c
Commit
ee75859c
authored
6 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
updates for bugs
parent
2d455586
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alignment/hisat_genotype.sh
+2
-3
2 additions, 3 deletions
alignment/hisat_genotype.sh
variants/svcalling.sh
+1
-1
1 addition, 1 deletion
variants/svcalling.sh
with
3 additions
and
4 deletions
alignment/hisat_genotype.sh
+
2
−
3
View file @
ee75859c
...
...
@@ -11,10 +11,9 @@ usage() {
exit
1
}
OPTIND
=
1
# Reset OPTIND
while
getopts
:r
:x:y:p:uh opt
while
getopts
:x:y:p:uh opt
do
case
$opt
in
r
)
index_path
=
$OPTARG
;;
x
)
fq1
=
$OPTARG
;;
y
)
fq2
=
$OPTARG
;;
u
)
umi
=
'umi'
;;
...
...
@@ -26,7 +25,7 @@ done
shift
$((
$OPTIND
-
1
))
# Check for mandatory options
if
[[
-z
$pair_id
]]
||
[[
-z
$index_path
]]
;
then
if
[[
-z
$pair_id
]]
;
then
usage
fi
...
...
This diff is collapsed.
Click to expand it.
variants/svcalling.sh
+
1
−
1
View file @
ee75859c
...
...
@@ -11,7 +11,7 @@ usage() {
exit
1
}
OPTIND
=
1
# Reset OPTIND
while
getopts
:r:p:b:i:
e:
n:a:h opt
while
getopts
:r:p:b:i:n:a:h opt
do
case
$opt
in
r
)
index_path
=
$OPTARG
;;
...
...
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