Skip to content

Commit

Permalink
£fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jan 8, 2024
1 parent 3fe45d9 commit 1efbe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anoexpress/anoexpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def data(data_type, analysis, microarray=False, gene_id=None, sample_query=None,

if sample_query:
# subset to the sample ids of interest
mask = df_metadata.eval(sample_query)
mask = df_metadata.eval(sample_query).to_list()
df = df.loc[:, mask]

# subset to the gene ids of interest including reading file
Expand Down

0 comments on commit 1efbe9a

Please sign in to comment.