Skip to content

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

Notifications You must be signed in to change notification settings

iracooke/geneious-postgresql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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		

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%