annotate data_manager_build_alfa_indexes/.shed.yml @ 27:4f70c9afd89d draft

Uploaded
author charles-bernard
date Sat, 19 Nov 2016 04:24:46 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
1 categories:
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
2 - Data Managers
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
3 description: A tool to build ALFA indexes from automatically downloaded gtf annotation file
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
4 long_description: |
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
5 1. The tool asks the admin to enter a 'species_name' and automatically download the last release of the corresponding gtf annotation file on Ensembl.
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
6 2. The tool calls ALFA to generate the alfa indexes from this gtf file.
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
7 3. Resulting indexes are stored in the child directory 'alfa_indexes' of the dir <galaxy_data_manager_data_path> defined in config/galaxy.ini
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
8 4. Finally, the tool adds the new entry to the table 'alfa_indexes.loc'. This .loc file is where the data table 'alfa_indexes' points, as defined in config/shed_tool_data_table.conf.xml
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
9 5. At the end of the process, when a user will use alfa (https://toolshed.g2.bx.psu.edu/view/charles-bernard/alfa), the built-in indexes corresponding to the 'species_name' will be available
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
10 name: data_manager_build_alfa_indexes
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
11 owner: charles_bernard
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
12 remote_repository_url: https://github.com/charles-bernard/Galaxy_tools/tree/master/data_manager_build_alfa_indexes
4f70c9afd89d Uploaded
charles-bernard
parents:
diff changeset
13 type: unrestricted