Mercurial > repos > iuc > data_manager_fetch_index_maf
annotate data_manager_conf.xml @ 0:aed50ca398bb draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
author | iuc |
---|---|
date | Thu, 25 Jun 2020 14:02:25 -0400 |
parents | |
children |
rev | line source |
---|---|
0
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
2 <data_managers tool_path="tools"> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
3 <data_manager tool_file="data_manager_fetch_index_maf/data_manager/data_manager_fetch_and_index_maf.xml" id="data_manager_fetch_and_index_maf"> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
4 <data_table name="indexed_maf_files"> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
5 <output> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
6 <column name="name" /> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
7 <column name="value" /> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
8 <column name="indexed_for" /> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
9 <column name="exists_in_maf" /> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
10 <column name="path" output_ref="output" > |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
11 <move type="directory" relativize_symlinks="True"> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/align/${value}</target> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
13 </move> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
14 <value_translation>#echo ','.join([os.path.join($GALAXY_DATA_MANAGER_DATA_PATH, '%s' % dbkey, 'align', '%s' % $value, $filename) for filename in $path.split(',')])</value_translation> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
15 <value_translation type="function">abspath</value_translation> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
16 </column> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
17 </output> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
18 </data_table> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
19 </data_manager> |
aed50ca398bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 9c8e61ce03ebd67c2c852f5db4a62d19200c77fe"
iuc
parents:
diff
changeset
|
20 </data_managers> |