Skip to content

Commit

Permalink
removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Taavi Päll committed Feb 15, 2021
1 parent 92ebf6d commit fa3f4c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ PLATFORM = "ILLUMINA"
# Consensus sequence metadata, let's keep it simple for now.
# Will be moved to sample.tsv to allow more flexibility
if config["metadata"]["file"]:
print(config["metadata"]["file"])
df = pd.read_csv(
config["metadata"]["file"], sep=None, dtype=str, engine="python"
).set_index(["sample"], drop=False)
Expand Down

0 comments on commit fa3f4c2

Please sign in to comment.