-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add split-output option #209
base: master
Are you sure you want to change the base?
Conversation
option behavior added to the GET request. |
41e99ad
to
94133cf
Compare
dump-failed option is added. if the output file is x.txt and this option is present, failed annotations will be written additionally to a file named x.txt.FAILED. |
94133cf
to
edda1f1
Compare
The removed test file is old and fails ci/circleci:build. |
8bb978d
to
fe56fcb
Compare
@@ -65,6 +65,7 @@ private static Options getOptions(String[] args) | |||
.addOption("i", "isoform-override", true, "Isoform Overrides (mskcc or uniprot)") | |||
.addOption("e", "error-report-location", true, "Error report filename (including path)") | |||
.addOption("r", "replace-symbol-entrez", false, "Replace gene symbols and entrez id with what is provided by annotator" ) | |||
.addOption("s", "dump-failed", false, "Write failed annotations into an additional file" ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.addOption("s", "dump-failed", false, "Write failed annotations into an additional file" ) | |
.addOption("s", "dump-failed", false, "Write failed annotations into an additional file <output-filename>.FAILED" ) |
ab753d8
to
6aacd60
Compare
I have renamed dump-failed to split-output because we started to produce SUCCESS file. |
6aacd60
to
feaee5a
Compare
we might want to keep this on hold until the big file support goes live |
bd14959
to
9c18cb5
Compare
9c18cb5
to
327e277
Compare
This option creates two additional files for failed and successful annotations.