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
NGS CLIA Lab
process_scripts
Commits
68aac6f3
Commit
68aac6f3
authored
Aug 30, 2020
by
Brandi Cantarel
Browse files
update biohpc var
parent
900cb6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
variants/germline_vc.sh
View file @
68aac6f3
...
...
@@ -83,12 +83,15 @@ then
bgzip
${
pair_id
}
.sam.vcf
elif
[[
$algo
==
'fb'
]]
then
paropt
=
"--delay 1 --jobs 0 --memfree 2G"
if
[[
-z
$isdocker
]]
then
module load freebayes/gcc/1.2.0 parallel/20150122
paropt
=
"--delay 2 -j
$NPROC
"
else
paropt
=
"--delay 1 --jobs 0 --memfree 2G"
fi
if
[[
-n
$biohpc
]]
then
paropt
=
"--delay 2 -j
$NPROC
"
fi
bamlist
=
''
for
i
in
*
.bam
;
do
...
...
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