eggs Package¶
eggs Package¶
Manage Galaxy eggs
-
class
galaxy.eggs.CaseSensitiveConfigParser(defaults=None, dict_type=<class 'collections.OrderedDict'>, allow_no_value=False)[source]¶ Bases:
ConfigParser.SafeConfigParser
-
class
galaxy.eggs.Crate(galaxy_config_file, platform=None)[source]¶ Bases:
objectReads the eggs.ini file for use with checking and fetching.
-
all_eggs¶ Return a list of all eggs in the crate.
-
all_missing¶ Return true if any eggs in the eggs config file are missing.
-
all_names¶ Return a list of names of all eggs in the crate.
-
config_eggs¶ Return a list of all eggs in the crate that are needed based on the options set in the Galaxy config file.
-
config_file= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/eggs.ini'¶
-
config_missing¶ Return true if any eggs are missing, conditional on options set in the Galaxy config file.
-
config_names¶ Return a list of names of all eggs in the crate that are needed based on the options set in the Galaxy config file.
-
-
class
galaxy.eggs.Egg(name=None, version=None, tag=None, url=None, platform=None, crate=None)[source]¶ Bases:
objectContains information about locating and downloading eggs.
-
path¶ Return the path of the egg, if it exists, or None
-
-
class
galaxy.eggs.GalaxyConfig(config_file)[source]¶ Bases:
object-
always_conditional= ('pysam', 'ctypes', 'python_daemon')¶
-
dist Module¶
Manage Galaxy eggs
-
class
galaxy.eggs.dist.DistScrambleCrate(galaxy_config_file, build_on='all')[source]¶ Bases:
galaxy.eggs.scramble.ScrambleCrateHolds eggs with info on how to build them for distribution.
-
dist_config_file= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/dist-eggs.ini'¶
-
scramble Module¶
Manage Galaxy eggs
-
class
galaxy.eggs.scramble.ScrambleCrate(galaxy_config_file, platform=None)[source]¶ Bases:
galaxy.eggs.__init__.CrateReads the eggs.ini file for use with scrambling eggs.
-
class
galaxy.eggs.scramble.ScrambleEgg(*args, **kwargs)[source]¶ Bases:
galaxy.eggs.__init__.EggContains information about scrambling eggs.
-
archive_dir= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/scripts/scramble/archives'¶
-
build_dir= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/scripts/scramble/build'¶
-
ez_setup= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/scripts/scramble/lib/ez_setup.py'¶
-
ez_setup_url= 'http://peak.telecommunity.com/dist/ez_setup.py'¶
-
scramble_dir= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/scripts/scramble'¶
-
script_dir= '/var/build/user_builds/jmchilton-galaxy/checkouts/stable/scripts/scramble/scripts'¶
-