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
GAFL
Pipelines_Snakemake
gbs_se_gatk
Commits
d746ea48
Commit
d746ea48
authored
Jan 24, 2022
by
Jacques Lagnel
Browse files
bwa added index
parent
59c49144
Changes
1
Hide whitespace changes
Inline
Side-by-side
Snakefile_para_gatk_SE.smk
View file @
d746ea48
...
...
@@ -211,7 +211,7 @@ rule bwa_se :
idx = config["REFPATH"] + "/" + config["GENOME"] + ".bwt"
output:
bam = "{outdir}/mapped/{{sample}}_sorted.bam".format(outdir=config["outdir"]),
#
bai = "{outdir}/mapped/
raw/
{{sample}}_sorted.
raw.
bam.bai".format(outdir=config["outdir"]),
bai = "{outdir}/mapped/{{sample}}_sorted.bam.bai".format(outdir=config["outdir"]),
params:
outtmp = "{outdir}/mapped/raw/{{sample}}".format(outdir=config["outdir"]),
idxbase = config["REFPATH"] + "/" + config["GENOME"],
...
...
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