Skip to content

Commit

Permalink
Update map_summary_refine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Apr 28, 2021
1 parent 6aaf74e commit c92a546
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/map_summary_refine.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#! /usr/bin/env bash

<<<<<<< HEAD
#$1 = LOD end

=======
>>>>>>> fcbd3d6aee246208167a70d055f2f0551f8cfe0f
for i in refine_map/map.*; do
FNAME=$(basename $i)
# summarizes the maps, removes leading whitespaces, and sorts by LG
Expand All @@ -28,8 +23,5 @@ sed -i 's/ /\t/g' refine_map/maps.summary.txt

cat refine_map/maps.summary.txt | column -t > refine_map/summary.txt
rm refine_map/maps.summary.txt && mv refine_map/summary.txt refine_map/maps.summary.txt
<<<<<<< HEAD

echo -e "\nExamine the maps produced ("refine_map/maps.summary.txt") and decide on the best map before proceeding"
=======
>>>>>>> fcbd3d6aee246208167a70d055f2f0551f8cfe0f

0 comments on commit c92a546

Please sign in to comment.