Skip to content

Commit

Permalink
lint: black v23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbhr committed Jul 1, 2023
1 parent 1e9b8b1 commit e105c79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sincei/scBulkCoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ def main(args=None):
"are absent from the bam file labels! \n"
"Mismatched samples are: {} \n".format(df_not_in_labels)
)
df = df.loc[
df["sample"].isin(set(args.labels)),
]
df = df.loc[df["sample"].isin(set(args.labels)),]
elif bool(labels_not_in_df):
sys.stderr.write(
"Some (or all) of the samples indicated in --labels "
Expand Down

0 comments on commit e105c79

Please sign in to comment.