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

Added config check, updated readme #11

Merged
merged 6 commits into from
Apr 14, 2016

Conversation

sylvinite
Copy link
Contributor

Minor sanity checks.


@click.command()
@click.option('--project_id', required=True,help='REQUIRED: ID of project to repool. Examples:P2652, P1312 etc.')
@click.option('--dest_plate_list', default=['dp_1','dp_2','dp_3','dp_4','dp_5'],
help='List of destination plates for the robot\'s csv file. Include too many rather than too few; excess will be unused Default:[dp_1,dp_2,dp_3,dp_4,dp_5]')
@click.option('--pool_volume', required=True,help='REQUIRED: Volume of each pool in microlitre. Typically 20 <= pool_volume <= 200')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required=True options automatically gets a [required] at the end of the help text in click IIRC.

@remiolsen
Copy link
Member

I only have stylistic stuff to comment on. So this is good to merge.

@remiolsen remiolsen merged commit db5bdf1 into NationalGenomicsInfrastructure:master Apr 14, 2016
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.

2 participants