Skip to content

Commit

Permalink
Minor cosmetic change in stats/ks_histplots.tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCannon-USDA committed Feb 27, 2024
1 parent 38840b2 commit 947861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pandagma-fam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ run_ks_calc() {
echo "# $filebase"
echo "# Normalized relative to Ks peak inferred at bin $ks_bin, with amplitude $ks_amplitude_pct"
awk 'NF==7 && $7<=3 {print $7}' "$ks_path" | histogram.pl -z -n -s "$ks_binsize" |
histplot.pl -d "$ks_amplitude_pct"
histplot.pl -d "$ks_amplitude_pct" | cut -b1-150
echo ""
} >> stats/ks_histplots.tsv
done
Expand Down

0 comments on commit 947861f

Please sign in to comment.