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

Add script to set channel names #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dominikl
Copy link
Member

@dominikl dominikl commented Jul 19, 2024

I had various variations of that in different submissions. Thought it might be a good idea to have a generic script that which works on Projects and HCS. Also replaces #41 (which took channel names from the annotated objects).

usage: set_channel_names.py [-h] [-v] [-s SEPARATOR] [-c COLUMN] [-d] target file

Set the channel names provided by the annotation.csv.

positional arguments:
  target                Project:123 or Screen:123
  file                  The annotation.csv file

options:
  -h, --help            show this help message and exit
  -v, --verbose         Verbosity (-v, -vv, etc)
  -s SEPARATOR, --separator SEPARATOR
                        The separator character for the channel names (default: ;)
  -c COLUMN, --column COLUMN
                        The name of the channels column (default: Channels)
  -d, --dryrun          Don't perform actions just print what would be done.

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

Successfully merging this pull request may close these issues.

1 participant