Skip to content
Snippets Groups Projects
Commit 88f36c60 authored by BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos
Browse files

Fixed typo in the rule read_length_histogram that caused crashing the pipeline.

parent 0fef1343
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ rule read_length_histogram:
shell:
"(python scripts/plot_read_lengths.py \
--sam {input.sam} \
--outdir {params.dir}) & > {log}"
--outdir {params.dir}) &> {log}"
################################################################################
### Count reads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment