Revision 11237
Added by Aaron Marcuse-Kubitza about 11 years ago
input_cols.unmapped.txt.run | ||
---|---|---|
7 | 7 |
filter() |
8 | 8 |
{ |
9 | 9 |
echo_func |
10 |
in_place "$top_file" grep -F '*' |
|
10 |
in_place "$top_file" grep -F -e '*' -e '#' |
|
11 |
in_place "$top_file" $sed_cmd 's/^OMIT#.*$/& # included as part of another table/' |
|
11 | 12 |
} |
12 | 13 |
|
13 | 14 |
all() |
Also available in: Unified diff
inputs/VegBank/verify/input_cols.unmapped.txt.run: added back deliberately excluded columns (DUPLICATE#of:..., etc.) so that the # of rows in the file can be subtracted from the total # of columns to get the # of input columns that would be included in the extract