Mercurial > repos > rhpvorderman > data_manager_select_index_by_path
annotate README @ 35:645c33d0786a draft
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit cb6d569e0496fac22e0e9c7fffa884338cef09c8
author | rhpvorderman |
---|---|
date | Wed, 11 Jul 2018 10:03:37 -0400 |
parents | 9ac9089b1914 |
children |
rev | line source |
---|---|
14
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
1 This is a fork of the data_manager_all_fasta_by_path data manager |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
2 by Cristian-B (https://github.com/Christian-B) |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
3 (https://github.com/Christian-B/galaxy_shedtools/tree/master/all_fasta_by_path). |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
4 The all_fasta_by_path data manager was forked on 2017-09-07 from |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
5 Christian-B's galaxy_shedtools repository at commit d9f5343. |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
6 (https://github.com/Christian-B/galaxy_shedtools). |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
7 |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
8 The tool has drastically changed since then, with a complete refactoring |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
9 of the python script and the addition of unit tests for all functionality |
9ac9089b1914
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9ee0a33aa1c1e4b57b83244654f1f71a623b6247
rhpvorderman
parents:
13
diff
changeset
|
10 within the python script. A lot of indexes are now supported in addition to |
35
645c33d0786a
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit cb6d569e0496fac22e0e9c7fffa884338cef09c8
rhpvorderman
parents:
14
diff
changeset
|
11 just the all_fasta one. |