Replaced project.json with info.yaml in places asking for basic project info. Renamed some variables that still referred to 'og.' Added create_yaml() method.
diff --git a/common/profile.py b/common/profile.py
index 6a46d22..befa426 100755
--- a/common/profile.py
+++ b/common/profile.py
@@ -17,7 +17,7 @@
 import subprocess
 from tkinter import ttk
 
-import og_config
+import config
 
 class Profile(tkinter.Toplevel):
     """Open Galaxy project manager profile settings management."""
@@ -77,7 +77,7 @@
             userid = os.environ['USER']
             '''
             p = subprocess.run(['/ef/apps/bin/withnet',
-                        og_config.apps_path + '/og_uid_service.py', userid],
+                        config.apps_path + '/og_uid_service.py', userid],
                         stdout = subprocess.PIPE)
             
             if p.stdout: