-
Notifications
You must be signed in to change notification settings - Fork 58
Add tools for GTA #974
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
base: master
Are you sure you want to change the base?
Add tools for GTA #974
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
tool_panel_section_label: Beacon | ||
tools: | ||
- name: beacon2_biosamples | ||
owner: iuc | ||
- name: beacon2_cohorts | ||
owner: iuc | ||
- name: beacon2_datasets | ||
owner: iuc | ||
- name: beacon2_individuals | ||
owner: iuc | ||
- name: beacon2_runs | ||
owner: iuc | ||
- name: beacon2_analyses | ||
owner: iuc | ||
- name: beacon2_bracket | ||
owner: iuc | ||
- name: beacon2_cnv | ||
owner: iuc | ||
- name: beacon2_gene | ||
owner: iuc | ||
- name: beacon2_import | ||
owner: iuc | ||
- name: beacon2_range | ||
owner: iuc | ||
- name: beacon2_sequence | ||
owner: iuc |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
install_repository_dependencies: true | ||
install_resolver_dependencies: false | ||
install_tool_dependencies: false | ||
tool_panel_section_label: Beacon | ||
tools: | ||
- name: beacon2_biosamples | ||
owner: iuc | ||
revisions: | ||
- 7e8a31232cdb | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_cohorts | ||
owner: iuc | ||
revisions: | ||
- 64718ff8785c | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_datasets | ||
owner: iuc | ||
revisions: | ||
- 5cab12440f5e | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_individuals | ||
owner: iuc | ||
revisions: | ||
- 3033822b7bb0 | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_runs | ||
owner: iuc | ||
revisions: | ||
- b960f8955623 | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_analyses | ||
owner: iuc | ||
revisions: | ||
- a74015edaebc | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_bracket | ||
owner: iuc | ||
revisions: | ||
- f23a3c49ea2a | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_cnv | ||
owner: iuc | ||
revisions: | ||
- a95f1deb185d | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_gene | ||
owner: iuc | ||
revisions: | ||
- 435b858a0e57 | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_import | ||
owner: iuc | ||
revisions: | ||
- 20c4a135a4d8 | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_range | ||
owner: iuc | ||
revisions: | ||
- 519108bc5e2a | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon | ||
- name: beacon2_sequence | ||
owner: iuc | ||
revisions: | ||
- 7e55788f45c5 | ||
tool_panel_section_id: beacon | ||
tool_panel_section_label: Beacon |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -291,3 +291,27 @@ tools: | |
- 55efc5c37c16 | ||
tool_panel_section_id: convert_formats | ||
tool_panel_section_label: Convert Formats | ||
- name: cnv_vcf2json | ||
owner: iuc | ||
revisions: | ||
- 2691b8c12947 | ||
tool_panel_section_id: convert_formats | ||
tool_panel_section_label: Convert Formats | ||
- name: beacon2_csv2xlsx | ||
owner: iuc | ||
revisions: | ||
- 89cbbb7821b0 | ||
tool_panel_section_id: convert_formats | ||
tool_panel_section_label: Convert Formats | ||
- name: beacon2_pxf2bff | ||
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. That tool is also listed under Variant Calling only in eu. Could you please mirror that. 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. Thank you, @mvdbeek . I assumed I had to divide the tools based on their purpose. However, I have mirrored them to how they are on Galaxy EU. 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. 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. @mvdbeek Thank you for showing me that. I have pushed the changes, but GitHub got stuck for some reason. Recent push is still being processed, and will show up in a bit |
||
owner: iuc | ||
revisions: | ||
- 23449c685168 | ||
tool_panel_section_id: convert_formats | ||
tool_panel_section_label: Convert Formats | ||
- name: beacon2_vcf2bff | ||
owner: iuc | ||
revisions: | ||
- ef90043ba759 | ||
tool_panel_section_id: convert_formats | ||
tool_panel_section_label: Convert Formats |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ tools: | |
owner: iuc | ||
- name: gemini_query | ||
owner: iuc | ||
- name: gemini_db_info | ||
owner: iuc |
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.
There doesn't seem to be a section like this on usegalaxy.eu ? Can you add this to the
Variant Calling
section please.