annotate tool_template_render.R @ 2:f1f549e6d0bc draft

initial tool
author mingchen0919
date Thu, 22 Feb 2018 23:41:47 -0500
parents
children 6da0541944de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
1 zz = file("warnings_and_errors.txt")
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
2 sink(zz)
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
3 sink(zz, type = "message")
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
4
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
5 ## get command line inputs into R
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
6 short_flags = extract_short_flags(xml_file_name = 'extract_fields.xml')
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
7 opt = getopt_specification_matrix(short_flags)
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
8
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
9 sink()