Skip to content

Commit

Permalink
modified: cre.filter_by_ensembl_gene_id.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Jul 25, 2018
1 parent 8be1543 commit 6e7e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cre.filter_by_ensembl_gene_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
original_report = sys.argv[1]
panel_report = original_report.replace("csv","panel.csv")

gene_panel_file_name = sys.args[2]
gene_panel_file_name = sys.argv[2]
with open(gene_panel_file_name,'rb') as f_gene_panel:
genes = f_gene_panel.readlines()
f_gene_panel.close()
Expand Down

0 comments on commit 6e7e6a6

Please sign in to comment.