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
wgs
Commits
e880c3d7
Commit
e880c3d7
authored
Jun 24, 2020
by
jacqueslagnel
Browse files
minor
parent
05af94f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Snakefile.smk
View file @
e880c3d7
...
...
@@ -25,7 +25,7 @@ rule final_outs:
input:
"{outdir}/multiqc/multiqc_report_fastqc.html".format(outdir=config["outdir"]),
"{outdir}/multiqc/multiqc_report_bam.html".format(outdir=config["outdir"]),
"{outdir}/
gene_count_dicoexpress.csv".format(outdir=config["outdir"
])
expand(
"{outdir}/
variant/{sample}_freebayes.vcf", outdir=config["outdir"], sample=samples['SampleName'
])
#function return only the fastq1 file and adds the fastq path
def get_fastq1(wildcards):
...
...
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