Skip to content

Commit

Permalink
Removed print statement from vcf_sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Aug 15, 2017
1 parent 6575164 commit 755cab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion andrew/vcf_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def run (passed_arguments = []):

# Reduce to only selected samples
sampled_samples = vcftools_samples[vcftools_samples.index.isin(selected_samples)]
print (sampled_samples)

# Create selected samples TSV file, with either the default filename or a user-defined filename
sampled_samples.to_csv(sampler_args.sample_file, sep = '\t', float_format = '%g')
Expand Down

0 comments on commit 755cab1

Please sign in to comment.