Skip to content
Snippets Groups Projects
Commit bb2d822a authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

bamtofastq pairs

parent 60b2f40e
No related branches found
No related tags found
1 merge request!7Resolve "get unmapped reads"
......@@ -23,4 +23,4 @@ rule bedtools_bamtofastq_pairs:
)
command.append("gzip {params.forward_name}.fq")
command.append("gzip {params.reverse_name}.fq")
shell(" && ".join(command))
\ No newline at end of file
shell(" && ".join(command))
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