Skip to content

Commit

Permalink
Remove check for ref ann file as now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Jan 22, 2024
1 parent 16cd312 commit f3bf4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/normalise_counts.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ outdir <- opt$outdir
# stringsAsFactors = FALSE
# )

counts_tab <- read_tsv("gene_counts_pc.tsv")
counts_tab <- read_tsv("gene_counts_pc1.tsv")
ref_gene_tab <- read_tsv("ref_gene_df.tsv")

gene_names <- counts_tab[["feature_id"]]
Expand Down

0 comments on commit f3bf4f4

Please sign in to comment.