Skip to content
Snippets Groups Projects
Commit 6ba67a53 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

workflow 2org

parent 8fb9904a
No related branches found
No related tags found
2 merge requests!9Release 2.0 (merge dev to master),!5Workflow v2
This diff is collapsed.
......@@ -59,17 +59,24 @@ class SpeciesData:
self.full_name_lowercase = self.full_name.lower()
self.abbreviation = "_".join(utilities.filter_empty_not_empty_items([self.genus_lowercase[0], self.species, self.strain, self.sex])["not_empty"])
# Bioblend/Chado IDs for an organism analyses/organisms/datasets/history/library
self.org_id = None
self.genome_analysis_id = None
self.ogs_analysis_id = None
self.interproscan_analysis_id = None
self.blastp_diamond_analysis_id = None
self.blastx_diamond_analysis_id = None
self.hda_ids = {}
self.instance_url = None
self.instance = None
self.history_id = None
self.library = None
self.library_id = None
self.script_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
self.main_dir = None
self.species_dir = None
self.org_id = None
self.genome_analysis_id = None
self.ogs_analysis_id = None
self.tool_panel = None
self.datasets = dict()
self.datasets_name = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment