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
Sam Nooij
Jovian screener
Commits
6ce6ee4e
Commit
6ce6ee4e
authored
Jul 24, 2020
by
Sam Nooij
Browse files
Save disk space: make bam files temporary
parent
0b4e690c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Snakefile
View file @
6ce6ee4e
...
...
@@ -404,7 +404,7 @@ rule map_paired_trimmed_reads:
amb=REFERENCE_DIR + "{ref}.fasta.amb",
sa=REFERENCE_DIR + "{ref}.fasta.sa",
output:
bam="data/tmp/Mapped_{sample}_to_{ref}-paired.bam",
bam=
temp(
"data/tmp/Mapped_{sample}_to_{ref}-paired.bam"
)
,
conda:
"envs/bwa-samtools.yaml"
threads:
...
...
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