Skip to content

Commit

Permalink
Changed [*] to [+]
Browse files Browse the repository at this point in the history
  • Loading branch information
Candace Savonen committed Oct 1, 2019
1 parent d25cc45 commit ff50ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/snv-callers/run_caller_evals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Rscript analyses/snv-callers/scripts/00-set_up.R \

########################## Calculate and Set Up Data ##########################
# Create files that contain calculated VAF, TMB, and regional analyses.
for ((i=0;i<${#datasets[*]};i++));
for ((i=0;i<${#datasets[+]};i++));
do
echo "Processing dataset: ${datasets[$i]}"
Rscript analyses/snv-callers/scripts/01-calculate_vaf_tmb.R \
Expand Down

0 comments on commit ff50ff9

Please sign in to comment.