Skip to content
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

Workflow: publish histories matching a title and grab links #8

Closed
hexylena opened this issue Apr 27, 2017 · 2 comments
Closed

Workflow: publish histories matching a title and grab links #8

hexylena opened this issue Apr 27, 2017 · 2 comments
Assignees

Comments

@hexylena
Copy link
Member

I almost wrote a tool for this since I've done this for 20+ histories x 3 times this semester. Clearly should be JQ + parsec.

@hexylena hexylena self-assigned this Apr 27, 2017
@hexylena
Copy link
Member Author

parsec histories_get_histories | \
    jq '.[] | select(.name | contains("2017.04.27")) | .id'  -r | \
    xargs parsec histories_update_history --importable true
  • needs new bioblend release with content_type bug fixed
  • needs updated CLI tools
  • needs new args in CLI

@hexylena
Copy link
Member Author

Fixed in #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant