Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Oct 23, 2023
1 parent bc269b7 commit 05be967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion workflow/rules/aquamis.smk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rule consolidate_ids:
output:
sample_sheet="sample_sheet/samples_isolate_ids.tsv",
conda:
"../envs/pandas.yaml",
"../envs/pandas.yaml"
log:
"logs/consolidate_ids.log",
script:
Expand Down
2 changes: 0 additions & 2 deletions workflow/scripts/consolidate_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
pass


import os
from pathlib import Path
import pandas as pd


Expand Down

0 comments on commit 05be967

Please sign in to comment.