Skip to content
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

Add Single Cell category to all single-cell tool suites #1443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/10x_bamtofastq/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ long_description: |
remote_repository_url: https://github.com/bgruening/galaxytools/tree/master/tools/10x_bamtofastq
type: unrestricted
categories:
- Convert Formats
- Convert Formats
- Single Cell
3 changes: 2 additions & 1 deletion tools/music_deconvolution/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ long_description: |
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/
type: unrestricted
categories:
- Transcriptomics
- Single Cell
- Transcriptomics
auto_tool_repositories:
name_template: "{{ tool_id }}"
description_template: "Wrapper for the MuSiC tool suite: {{ tool_name }}"
Expand Down
7 changes: 4 additions & 3 deletions tools/salmon/.shed.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

categories:
- Sequence Analysis
- RNA
- Transcriptomics
- Sequence Analysis
- RNA
- Transcriptomics
- Single Cell
homepage_url: https://github.com/COMBINE-lab/salmon
description: Salmon is a wicked-fast program to produce a highly-accurate, transcript-level quantification estimates from RNA-seq and single-cell data.
long_description: |
Expand Down
Loading