diff --git a/README.md b/README.md index 366b4f77..5000ff2a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ In the commands below fill the `{server_name}` as appropriate (usegalaxy.org, te 1. Normalize the section label to an ID/filename with [this process](https://github.com/galaxyproject/usegalaxy-tools/issues/9#issuecomment-500847395) 1. Create `{server_name}/.yml` setting `tool_panel_section_label` from the section label obtained in previous step (see existing yml files for exact syntax) 1. Continue with the steps below - 1. Add the entry for the new tool to the section yml [example](https://github.com/galaxyproject/usegalaxy-tools/pull/86/files#diff-7de70f8620e8ba71104b398d57087611R25-R26) - 1. Run `make TOOLSET={server_name} OWNER={repo_owner} update-trusted` for every owner in your yml file, then run `$ make TOOLSET={server_name} fix`, and then `$ git add ` only the updates that you care about. + 1. Add the entry for the new tool to the section yml (only the yml, not the yml.lock) [example](https://github.com/galaxyproject/usegalaxy-tools/pull/86/files#diff-7de70f8620e8ba71104b398d57087611R25-R26) + 1. Run `$ make TOOLSET={server_name} fix` (this will fill the yml.lock ) + 1. Then `$ git add ` only the updates that you care about. - **UPDATE REPO** 1. Find the yml and yml.lock files with the repository entries. Add the changeset hash of repo's desired *installable revision* to the yml.lock file [example](https://github.com/galaxyproject/usegalaxy-tools/pull/80/files#diff-2e7bd27ec27fa6be24b5689cebc77defR62-R64) - Alternatively, run `make TOOLSET={server_name} OWNER={repo_owner} update-trusted` for every owner in your yml file, then run `$ make TOOLSET={server_name} fix`, and then `$ git add ` only the updates that you care about. diff --git a/usegalaxy.org/single_cell.yml b/usegalaxy.org/single_cell.yml index b75daa4e..0c226835 100644 --- a/usegalaxy.org/single_cell.yml +++ b/usegalaxy.org/single_cell.yml @@ -110,3 +110,7 @@ tools: owner: iuc - name: baredsc_combine_2d owner: iuc +- name: cite_seq_count + owner: iuc +- name: velocyto_cli + owner: iuc diff --git a/usegalaxy.org/single_cell.yml.lock b/usegalaxy.org/single_cell.yml.lock index a33f6854..2eb9ac47 100644 --- a/usegalaxy.org/single_cell.yml.lock +++ b/usegalaxy.org/single_cell.yml.lock @@ -455,3 +455,15 @@ tools: - ae969fdb8442 tool_panel_section_id: single_cell tool_panel_section_label: Single-cell +- name: cite_seq_count + owner: iuc + revisions: + - 3df3d1b51110 + tool_panel_section_id: single_cell + tool_panel_section_label: Single-cell +- name: velocyto_cli + owner: iuc + revisions: + - 883c33ef3372 + tool_panel_section_id: single_cell + tool_panel_section_label: Single-cell