Skip to content

Commit

Permalink
modified: cre.filter_by_ensembl_gene_id.py
Browse files Browse the repository at this point in the history
	modified:   cre.sh
  • Loading branch information
naumenko-sa committed Jul 26, 2018
1 parent 6e7e6a6 commit 406d264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cre.filter_by_ensembl_gene_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
with open(panel_report,'w') as f_panel_report:

f_panel_report.write('"'+'","'.join(header)+'"')
f_panel_report.write('\n')
for row in reader:
if (row['Ensembl_gene_id'] in genes):
row['UCSC_Link'] = 'UCSC_Link' #a bug with quotes
Expand Down
2 changes: 1 addition & 1 deletion cre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function f_make_report
export depth_threshold=10
export severity_filter=ALL
else
export depth_threshold=10
export depth_threshold=5
export severity_filter=HIGHMED
fi

Expand Down

0 comments on commit 406d264

Please sign in to comment.