Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Midoux Cedric
workflow_metagenomics
Commits
816196d1
Commit
816196d1
authored
Sep 07, 2020
by
Midoux Cedric
Browse files
samtools sort
parent
184bad7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
count.smk
View file @
816196d1
...
...
@@ -40,15 +40,11 @@ rule mapping:
"-2 {input.R2} "
"-S - "
"| "
"samtools view "
"--threads {threads} "
"-b "
"-o {output.bam} "
"&& "
"samtools sort "
"--threads {threads} "
"
{
output
.bam}
"
"
--
output
-fmt BAM
"
"-o {output.bam} "
"- "
"&& "
"samtools index "
"{output.bam} "
...
...
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