Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 802 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 802 Bytes

geneious-postgresql

Documention and python code to setup and maintain a postgresql multi user database for Geneious

Usage

Create a new user

	python geneious_pg.py -d geneious -p 'adminpassword' adduser brooke --userpassword 'userspassword'

Add to an existing collaboration

	python geneious_pg.py -d geneious -p 'adminpassword' adduser_to_collaboration BRO brooke Edit

Create a new collaboration

	python geneious_pg.py -d geneious -p 'adminpassword' create_collaboration sepiadarium		

Make user an admin of a collaboration. This user will be able to create folders and assign them to the collaboration's group

	python geneious_pg.py -d geneious -p 'adminpassword' adduser_to_collaboration sepiadarium nikeisha Admin