We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #277 for background. We'll need to make the use of tar OS-agnostic in the perl code too if we want to run the core annotator on macosx.
tar
The goal would be run the successfully run the annotator on macosx.
We could take an approach similar to #276, which makes tar OS-agnostic in Python code.
The text was updated successfully, but these errors were encountered:
akotlar
No branches or pull requests
Background:
A concise description of why we're pursuing this task.
See #277 for background. We'll need to make the use of
tar
OS-agnostic in the perl code too if we want to run the core annotator on macosx.Completion Criteria:
What is the goal, and how do we know this task is accomplished?
The goal would be run the successfully run the annotator on macosx.
Implementation Summary
Give enough technical detail for a teammate to understand the proposed solution.
We could take an approach similar to #276, which makes
tar
OS-agnostic in Python code.The text was updated successfully, but these errors were encountered: