Skip to content
Snippets Groups Projects
Commit 77096a1b authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

removes groups file from targets

parent 3aae1bd5
No related branches found
No related tags found
1 merge request!1QuaC - First major review
......@@ -36,7 +36,7 @@ rule somalier_relate:
output:
out=expand(
str(OUT_DIR / "somalier" / "relatedness" / "somalier.{ext}"),
ext=["html", "groups.tsv", "pairs.tsv", "samples.tsv"],
ext=["html", "pairs.tsv", "samples.tsv"],
),
message:
"Running somalier relate"
......@@ -68,7 +68,8 @@ rule somalier_ancestry:
somalier_1kg=directory(config["somalier"]["somalier_1kg"]),
output:
out=expand(
str(OUT_DIR / "somalier" / "ancestry" / "somalier.somalier-ancestry.{ext}"), ext=["html", "tsv"]
str(OUT_DIR / "somalier" / "ancestry" / "somalier.somalier-ancestry.{ext}"),
ext=["html", "tsv"],
),
message:
"Running somalier ancestry."
......
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