Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chouaref
Snakemake_ATAC_2020
Commits
c5de0d34
Commit
c5de0d34
authored
Nov 23, 2020
by
WJH58
Browse files
trimmed_fastqc debugged
parent
2e90808e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ATAC-seq_pipeline/snakefile
View file @
c5de0d34
...
...
@@ -131,6 +131,8 @@ rule trimmed_fastqc:
reverse_reads = WORKING_DIR + "trimmed/{samples}_reverse.fastq.gz"
output:
RESULT_DIR + "fastqc/{samples}_{R}_trimmed_fastqc.html"
log:
RESULT_DIR + "logs/fastqc/{samples}.trimmed_fastqc.log"
params:
RESULT_DIR + "fastqc/"
conda:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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