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
Metagenomics
snakemake
Commits
bb2d822a
Commit
bb2d822a
authored
Aug 13, 2021
by
Kenzo-Hugo Hillion
♻
Browse files
bamtofastq pairs
parent
60b2f40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/bedtools/bamtofastq_pairs/Snakefile
View file @
bb2d822a
...
...
@@ -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))
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