Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mmassaviol
WApps
Commits
051ab5e0
Commit
051ab5e0
authored
Nov 19, 2019
by
mmassaviol
Browse files
Debug (zcat -f to also use uncompressed files)
parent
e235b6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Genome_Profile/files/Snakefile
View file @
051ab5e0
...
...
@@ -207,10 +207,10 @@ rule jellyfish_count:
files = ""
if (config["SeOrPe"] == "PE"):
for r1,r2 in zip(inputs["read"],inputs["read2"]):
files += "<(zcat "+r1+") <(zcat "+r2+") "
files += "<(zcat
-f
"+r1+") <(zcat
-f
"+r2+") "
else:
for r in inputs["read"]:
files += "<(zcat "+r+") "
files += "<(zcat
-f
"+r+") "
shell(
"jellyfish count "+
"{params.canonical_kmer} "+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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