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
705d8a6e
Commit
705d8a6e
authored
6 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.biohpc.swmed.edu:BICF/Astrocyte/process_scripts
parents
4f3668c2
a08836cd
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
+4
-5
4 additions, 5 deletions
alignment/hisat_genotype.sh
variants/svcalling.sh
+1
-1
1 addition, 1 deletion
variants/svcalling.sh
with
5 additions
and
6 deletions
alignment/hisat_genotype.sh
+
4
−
5
View file @
705d8a6e
...
...
@@ -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
...
...
@@ -42,9 +41,9 @@ diff $fq1 $fq2 > difffile
if
[
-s
difffile
]
then
hisatgenotype_extract_reads.py
-p
16
--database-list
hla
--base
/project/shared/bicf_workflow_ref/hisat_genotype_hla/genotype_genome
-1
$fq1
-2
$fq2
--out-dir
hisatgeno_out
hisatgenotype_extract_reads.py
-p
16
--database-list
hla
--base
/project/shared/bicf_workflow_ref/
human/
hisat_genotype_hla/genotype_genome
-1
$fq1
-2
$fq2
--out-dir
hisatgeno_out
else
hisatgenotype_extract_reads.py
-p
16
--database-list
hla
--base
/project/shared/bicf_workflow_ref/hisat_genotype_hla/genotype_genome
-U
$fq1
--out-dir
hisatgeno_out
hisatgenotype_extract_reads.py
-p
16
--database-list
hla
--base
/project/shared/bicf_workflow_ref/
human/
hisat_genotype_hla/genotype_genome
-U
$fq1
--out-dir
hisatgeno_out
fi
hisatgenotype_locus_samples.py
-p
16
--region-list
hla.A,hla.B,hla.C,hla.DQA1,hla.DQB1,hla.DRB1,hla.DPB1
--assembly
--read-dir
hisatgeno_out
--out-dir
${
pair_id
}
.hisat_hla
>
${
pair_id
}
.hisat_hla.txt
...
...
This diff is collapsed.
Click to expand it.
variants/svcalling.sh
+
1
−
1
View file @
705d8a6e
...
...
@@ -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