Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gonzalo S Nido
wgbs-pipeline
Commits
7ab4ed09
Commit
7ab4ed09
authored
Aug 27, 2020
by
Gonzalo S Nido
Browse files
Delete non-deduplicated bam file to save tons of space
parent
f91f0e2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
wgbs-pipeline.sh
View file @
7ab4ed09
...
...
@@ -278,6 +278,9 @@ if [ -s "${output_dir}/b38_${sample_id}.deduplicated.bam" ]; then
mv
${
output_dir
}
/b38_
${
sample_id
}
.deduplicated.bam
${
output_dir
}
/b38_
${
sample_id
}
.dedup.bam
fi
if
[
-s
"
${
output_dir
}
/b38_
${
sample_id
}
.dedup.bam"
]
;
then
rm
${
output_dir
}
/b38_
${
sample_id
}
.bam
fi
echo
-ne
" 1.4 Extracting methylation... "
...
...
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