Skip to content
Snippets Groups Projects
Commit 25c267a8 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix hard coded value.

parent 0e8e488c
Branches
No related merge requests found
SUNP_distribution.png

23.8 KiB | W: | H:

SUNP_distribution.png

22.7 KiB | W: | H:

SUNP_distribution.png
SUNP_distribution.png
SUNP_distribution.png
SUNP_distribution.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -43,7 +43,7 @@ def main():
sns.set_style("ticks")
args = get_args()
rpkm_file = pd.read_csv("SSP_sum.tsv", sep='\t')
rpkm_file = pd.read_csv(args.rpkm, sep='\t')
if args.protein is not None:
pc_genes = pd.read_csv(args.protein, sep='\t', header=None)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment