Skip to content

Commit

Permalink
fix gene_info.parquet (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed May 4, 2023
1 parent 77ff651 commit 7a36e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/scripts/combine_gene_coverages.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def measure_memory(write_log_entry=True):
gene_info.index.name = "GeneName"
gene_info.drop("#Name", axis=1, inplace=True)

gene_info = pd.read_table(snakemake.input.info, index_col=0)
gene_info.sort_index(inplace=True)
N_genes = gene_info.shape[0]
# gene_list= gene_info.index
Expand Down

0 comments on commit 7a36e50

Please sign in to comment.