Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
e-infra
gga_load_data
Commits
cee41295
Commit
cee41295
authored
3 years ago
by
Arthur Le Bars
Browse files
Options
Downloads
Patches
Plain Diff
gga_run_workflow_jbrowse workflow parameters names matching constants_phaeo.py
parent
2a94665c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!47
v2.5.0
,
!34
WIP: blast and interpro workflow
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
constants_phaeo.py
+24
-16
24 additions, 16 deletions
constants_phaeo.py
gga_run_workflow_phaeo_jbrowse.py
+0
-1
0 additions, 1 deletion
gga_run_workflow_phaeo_jbrowse.py
with
24 additions
and
17 deletions
constants_phaeo.py
+
24
−
16
View file @
cee41295
...
...
@@ -8,8 +8,7 @@ import constants
WORKFLOWS_PATH
=
"
workflows_phaeoexplorer/
"
# Workflow to load the genome and annotations into chado, create/update organisms in a jbrowse instance
WF_LOAD_GFF_JB_1_ORG_FILE
=
"
Galaxy-Workflow-chado_load_tripal_synchronize_jbrowse_1org_v6.ga
"
WF_LOAD_GFF_JB_1_ORG_FILE
=
"
Galaxy-Workflow-chado_load_tripal_synchronize_jbrowse_1org_v7.ga
"
WF_LOAD_GFF_JB_1_ORG_INPUT_GENOME
=
"
0
"
WF_LOAD_GFF_JB_1_ORG_INPUT_GFF
=
"
1
"
WF_LOAD_GFF_JB_1_ORG_INPUT_PROTEINS
=
"
2
"
...
...
@@ -17,28 +16,37 @@ WF_LOAD_GFF_JB_1_ORG_STEP_LOAD_FASTA = "3"
WF_LOAD_GFF_JB_1_ORG_STEP_JBROWSE
=
"
4
"
WF_LOAD_GFF_JB_1_ORG_STEP_LOAD_GFF
=
"
5
"
WF_LOAD_GFF_JB_1_ORG_STEP_JB_TO_CONTAINER
=
"
6
"
WF_LOAD_GFF_JB_1_ORG_STEP_FEATURE_SYNC
=
"
7
"
WF_LOAD_GFF_JB_1_ORG_STEP_POPULATE_VIEWS
=
"
8
"
WF_LOAD_GFF_JB_1_ORG_STEP_INDEX
=
"
9
"
WF_LOAD_GFF_JB_1_ORG_STEP_SYNC_FEATURE
=
"
7
"
WF_LOAD_GFF_JB_1_ORG_STEP_SYNC_ORG
=
"
8
"
WF_LOAD_GFF_JB_1_ORG_STEP_SYNC_GENOME_ANALYSIS
=
"
9
"
WF_LOAD_GFF_JB_1_ORG_STEP_SYNC_OGS_ANALYSIS
=
"
10
"
WF_LOAD_GFF_JB_1_ORG_STEP_POPULATE_VIEWS
=
"
11
"
WF_LOAD_GFF_JB_1_ORG_STEP_INDEX
=
"
12
"
WF_LOAD_GFF_JB_2_ORG_FILE
=
"
Galaxy-Workflow-chado_load_tripal_synchronize_jbrowse_2org_v
6
.ga
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GENOME_ORG1
=
"
0
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GFF_ORG1
=
"
1
"
WF_LOAD_GFF_JB_2_ORG_INPUT_PROTEINS_ORG1
=
"
2
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GENOME_ORG2
=
"
3
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GFF_ORG2
=
"
4
"
WF_LOAD_GFF_JB_2_ORG_FILE
=
"
Galaxy-Workflow-chado_load_tripal_synchronize_jbrowse_2org_v
7
.ga
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GENOME_ORG1
=
"
4
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GFF_ORG1
=
"
2
"
WF_LOAD_GFF_JB_2_ORG_INPUT_PROTEINS_ORG1
=
"
0
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GENOME_ORG2
=
"
1
"
WF_LOAD_GFF_JB_2_ORG_INPUT_GFF_ORG2
=
"
3
"
WF_LOAD_GFF_JB_2_ORG_INPUT_PROTEINS_ORG2
=
"
5
"
WF_LOAD_GFF_JB_2_ORG_STEP_LOAD_FASTA_ORG1
=
"
6
"
WF_LOAD_GFF_JB_2_ORG_STEP_JBROWSE_ORG1
=
"
7
"
WF_LOAD_GFF_JB_2_ORG_STEP_JBROWSE_ORG2
=
"
8
"
WF_LOAD_GFF_JB_2_ORG_STEP_LOAD_FASTA_ORG1
=
"
7
"
WF_LOAD_GFF_JB_2_ORG_STEP_JBROWSE_ORG1
=
"
8
"
WF_LOAD_GFF_JB_2_ORG_STEP_JBROWSE_ORG2
=
"
6
"
WF_LOAD_GFF_JB_2_ORG_STEP_LOAD_GFF_ORG1
=
"
9
"
WF_LOAD_GFF_JB_2_ORG_STEP_JB_TO_CONTAINER
=
"
10
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_FEATURE_ORG1
=
"
11
"
WF_LOAD_GFF_JB_2_ORG_STEP_LOAD_FASTA_ORG2
=
"
12
"
WF_LOAD_GFF_JB_2_ORG_STEP_LOAD_GFF_ORG2
=
"
13
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_FEATURE_ORG2
=
"
14
"
WF_LOAD_GFF_JB_2_ORG_STEP_POPULATE_VIEWS
=
"
15
"
WF_LOAD_GFF_JB_2_ORG_STEP_INDEX
=
"
16
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_ORG1
=
"
15
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_ORG2
=
"
16
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_GENOME_ANALYSIS_ORG1
=
"
17
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_OGS_ANALYSIS_ORG1
=
"
18
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_GENOME_ANALYSIS_ORG2
=
"
19
"
WF_LOAD_GFF_JB_2_ORG_STEP_SYNC_OGS_ANALYSIS_ORG2
=
"
20
"
WF_LOAD_GFF_JB_2_ORG_STEP_POPULATE_VIEWS
=
"
21
"
WF_LOAD_GFF_JB_2_ORG_STEP_INDEX
=
"
22
"
# Workflow to load blastp, blastx and interproscan into chado and tripal
WF_BLAST_INTERPRO_1_ORG_FILE
=
"
Galaxy-Workflow-load_blast_interproscan_results_1org_v2.ga
"
...
...
This diff is collapsed.
Click to expand it.
gga_run_workflow_phaeo_jbrowse.py
+
0
−
1
View file @
cee41295
...
...
@@ -257,7 +257,6 @@ class RunWorkflowJbrowse(gga_run_workflow_phaeo.RunWorkflow):
self
.
transcripts_hda_id
=
transcripts_hda_id
self
.
proteins_hda_id
=
proteins_hda_id
def
prepare_history_and_get_wf_param
(
sp_dict_list
,
main_dir
,
config
):
all_org_wf_param_dict
=
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment