Project

General

Profile

« Previous | Next » 

Revision 11238

inputs/VegBank/verify/input_cols.unmapped.txt.run: take input directly from input_cols.txt to avoid needing to first copy and paste it into input_cols.unmapped.txt

View differences:

input_cols.unmapped.txt.run
7 7
filter()
8 8
{
9 9
	echo_func
10
	in_place "$top_file" grep -F -e '*' -e '#'
11
	in_place "$top_file" $sed_cmd 's/^OMIT#.*$/& # included as part of another table/'
10
	<"${top_file/.unmapped./.}" grep -F -e '*' -e '#'\
11
	|sed 's/^OMIT#.*$/& # included as part of another table/' >"$top_file"
12 12
}
13 13

  
14 14
all()

Also available in: Unified diff