Skip to content

Commit

Permalink
remove some commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Apr 17, 2020
1 parent 80a0a1d commit e2a927f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cgbeacon2/utils/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def variant_called(vcf_samples, gt_positions, g_types):
samples_with_call = []

for i, g_type in enumerate(g_types):
#LOG.info(f"%%%%%%%%%%{i}\t{g_type}%%%%%%%")
if i not in gt_positions: # this sampple should not be considered, skip
continue

Expand Down

0 comments on commit e2a927f

Please sign in to comment.