Skip to content
Snippets Groups Projects
Commit 34abf1a4 authored by Helene Rimbert's avatar Helene Rimbert
Browse files

BUG: remove option -w in fgrep which causes grep of genes from Unknown chromosome to fail

parent 168392a6
No related branches found
No related tags found
No related merge requests found
......@@ -33,5 +33,5 @@ rule splitISBP:
params: 'Chr{chrom}'
shell:
"""
fgrep -w {params} {input} 1> {output} 2> {log}
fgrep {params} {input} 1> {output} 2> {log}
"""
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