mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
document scriptg
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Script to encode/decode the IDs that galaxy exposes to users and admins.
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'lib')))
|
||||
|
||||
Reference in New Issue
Block a user