Skip to content

Commit b672a15

Browse files
committed
final PwC results
1 parent bfeaabc commit b672a15

13 files changed

+2154
-212
lines changed

annotate/AIO_only.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
grep -B 1 -A 5 'aio/' methods_reformat_annotate.out > methods_reformat_annotate_AIOonly.txt
2+
3+
grep -B 1 -A 5 'aio/' methods_reformat_collection_annotate.out > methods_reformat_collection_annotate_AIOonly.txt
4+
5+
grep -B 1 -A 5 'aio/' methods_reformat_area_annotate.out >methods_reformat_area_annotate_AIOonly.txt
6+
7+

annotate/PWC_AIO_counts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
awk '/match_string: / {print tolower(substr($0, index($0, "match_string: ") + 13))}' methods_reformat_annotate_AIOonly.txt | sort | uniq -c | sort -nr | awk '{print $1 "\t" $2}' > PWC_AIO_terms_wcounts.txt
1+
awk '/match_string: / {print tolower(substr($0, index($0, "match_string: ") + 13))}' methods_reformat_annotate_AIOonly.txt | sort | uniq -c | sort -nr > PWC_AIO_terms_wcounts.txt
22

33

0 commit comments

Comments
 (0)