Skip to content

Commit

Permalink
Create prunePB.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bpt26 authored Nov 29, 2021
1 parent b489ed7 commit c5fb6ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 4_comparisons/prunePB.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
for i in {1..50}
do
matUtils extract -i STARTING_GROUND_TRUTH_TREE.pb -s ../CUMULATIVE_SAMPLES/${i}_samples.txt -o STARTING_GROUND_TRUTH_TREE_PRUNED_${i}.pb -T 30
matUtils extract -i STARTING_GROUND_TRUTH_TREE_PRUNED_${i}.pb -v SIM_CUMULATIVE_VCFS/${i}.vcf -T 30
done;

0 comments on commit c5fb6ab

Please sign in to comment.