Skip to content
Snippets Groups Projects
Commit 0706a827 authored by Valentina Galata's avatar Valentina Galata
Browse files

assembly: updated input (preproc files); operams update; not finished - polishing/filtering

parent d1cb5e4a
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -2,17 +2,13 @@
include:
"../rules/assembly.smk"
include:
"../rules/mapping.smk"
# include:
# "../rules/mapping.smk"
rule ASSEMBLY:
input:
# lr=expand(os.path.join(RESULTS_DIR, "assembly/lr/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["lr"]),
# sr=expand(os.path.join(RESULTS_DIR, "assembly/sr/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["sr"]),
# hy=expand(os.path.join(RESULTS_DIR, "assembly/hy/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["hy"]),
# hyhy=expand(os.path.join(RESULTS_DIR, "assembly/hyhy/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["hyhy"]),
expand(
os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.FILTERED.fasta"),
os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.fasta"),
rtype_tool=["%s/%s" % (rtype, tool) for rtype, tool in READ_ASSEMBLERS],
)
output:
......
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