-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Galaxy configuration for TESP #72
base: main
Are you sure you want to change the base?
Changes from all commits
57dc005
b845e21
5df8abb
95220a6
02aefd4
1b55bed
7e46113
c3fd653
c991d34
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
tools: | ||
- name: iedb_api | ||
owner: iuc | ||
- name: fastqc | ||
owner: devteam | ||
revisions: | ||
- 7ed6dda64a81 | ||
tool_panel_section_label: Get Data | ||
- 5ec9f6bceaee | ||
tool_panel_section_label: FASTA/FASTQ | ||
tool_shed_url: toolshed.g2.bx.psu.edu | ||
- name: dbbuilder | ||
owner: galaxyp | ||
- name: bwa | ||
owner: devteam | ||
revisions: | ||
- 983bf725dfc2 | ||
tool_panel_section_label: Get Data | ||
- 2477830927ec | ||
tool_panel_section_label: Mapping | ||
tool_shed_url: toolshed.g2.bx.psu.edu | ||
- name: sra_tools | ||
owner: iuc | ||
- name: alphafold2 | ||
owner: galaxy-australia | ||
revisions: | ||
- 734abc7ac21d | ||
- f5ea3ce9b9b0 | ||
tool_panel_section_label: Get Data | ||
tool_shed_url: toolshed.g2.bx.psu.edu | ||
- 3f188450ca4f | ||
tool_panel_section_label: ChemicalToolBox | ||
tool_shed_url: toolshed.g2.bx.psu.edu |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,7 @@ galaxy_tmpclean_command: "{{ _galaxy_tmpclean_command[(ansible_os_family | lower | |
#galaxy_node_version: "XX.YY.Z" | ||
|
||
# Where to clone Galaxy from. Backwards compatibility with galaxy_git_repo | ||
galaxy_repo: "{{ galaxy_git_repo | default('https://github.com/galaxyproject/galaxy.git') }}" | ||
# galaxy_repo: "{{ galaxy_git_repo | default('https://github.com/galaxyproject/galaxy.git') }}" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please remove any modifications to this file |
||
|
||
# Automatically delete things in the repo that do not belong there | ||
galaxy_force_checkout: no | ||
|
@@ -220,7 +220,6 @@ galaxy_commit_id: "{{ galaxy_changeset_id | default('master') }}" | |
|
||
# Download URL (if used) | ||
galaxy_download_url: "{{ galaxy_repo | replace('.git', '') }}/archive/{{ galaxy_commit_id }}.tar.gz" | ||
|
||
# | ||
# Path and Galaxy configuration | ||
# | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this is a valid git identifier, try a branch name instead