annotate hub-archive-creator/trackHub/README.md @ 6:9193fe3ee73f draft default tip

Uploaded
author yating-l
date Thu, 22 Dec 2016 15:59:24 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
1 This folder exists to configure Galaxy to handle the files generated by HubArchiveCreator tool
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
2
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
3 * The **content** of datatypes_conf.xml should go inside config/datatypes_conf.xml, under \<registration\> (Copy config/datatypes_conf.xml.sample to config/datatypes_conf.xml if it does not exist yet)
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
4 * The content of tracks_partial.py should go inside `lib/galaxy/datatypes/tracks.py`
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
5 * trackhub.xml should go inside display_application/ucsc/
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
6
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
7
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
8 TODO:
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
9
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
10 - [x] Create a script to copy all these files directly into galaxy => Done but not usable now I have changed the datatype to match Galaxy IUC
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
11 - [ ] Need to modify the script `util/add_datatype.py` to match the changes introduced in https://github.com/galaxyproject/galaxy/pull/2348
9193fe3ee73f Uploaded
yating-l
parents:
diff changeset
12 - [x] Create a package in ToolShed that install directly this when installing HubArchiveCreator => Not recommended by Galaxy IUC and team