Mercurial > repos > rhpvorderman > data_manager_select_index_by_path
annotate data_manager/indexes.yml @ 1:8495c49cd056 draft default tip
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
author | rhpvorderman |
---|---|
date | Mon, 16 Jul 2018 10:58:36 -0400 |
parents | 5f8d9309058b |
children |
rev | line source |
---|---|
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
1 --- |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
2 # This file contains information about all the indexes. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
3 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
4 # Top keys are table names as used in Galaxy. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
5 # These names can be viewed in the 'local data' part of the admin menu |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
6 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
7 # Keys for each table |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
8 # name: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
9 # (STRING) The name of the index. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
10 # This is used for error reporting in the program |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
11 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
12 # prefix: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
13 # (BOOLEAN) whether the index is a prefix. For example |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
14 # for bwa_mem-indexes, the index path is 'reference.fa'. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
15 # This is a prefix because all the reference files are: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
16 # 'reference.fa.amb', 'reference.fa.ann' etc. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
17 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
18 # prefix_strip_extension: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
19 # (BOOLEAN) whether the prefix should be stripped |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
20 # of its extensions. Ie from 'reference.fa' to |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
21 # 'reference'. For a picard index also a 'reference.dict' |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
22 # should be present, so the prefix needs to be stripped of |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
23 # its extension to look for the index files. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
24 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
25 # extensions: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
26 # (LIST[STRING]) a list of strings with the extensions: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
27 # for example: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
28 # extensions: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
29 # - .fai |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
30 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
31 # folder: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
32 # (LIST[STRING]) Use this when the index is not a prefix but a folder |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
33 # the program will check if all the files in the list are present. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
34 # If they are not, an exception will follow. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
35 # |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
36 # extra_columns: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
37 # (LIST[STRING]) Usual indexes have 4 columns in the data table: path, name, |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
38 # value, dbkey. But some indexes have additional columns. rnastar_index2 |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
39 # needs a 'with-gtf' column for instance. Add these columns to the list to |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
40 # make sure their presence, or non-presence is checked. |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
41 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
42 all_fasta: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
43 name: fasta file |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
44 prefix: false |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
45 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
46 bowtie2_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
47 name: bowtie2 index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
48 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
49 - .bt2 |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
50 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
51 bowtie_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
52 name: bowtie index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
53 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
54 - .ebwt |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
55 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
56 bowtie_indexes_color: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
57 name: bowtie color index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
58 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
59 - .ebwt |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
60 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
61 bwa_mem_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
62 name: bwa mem index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
63 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
64 - .amb |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
65 - .ann |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
66 - .bwt |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
67 - .pac |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
68 - .sa |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
69 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
70 bwameth_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
71 name: bwa_meth_index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
72 fasta_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
73 name: fasta index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
74 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
75 - .fai |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
76 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
77 gatk_picard_index: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
78 name: picard index for GATK |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
79 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
80 gene_transfer: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
81 name: Gene Transfer File |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
82 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
83 - .gtf |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
84 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
85 hisat2_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
86 name: hisat2 index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
87 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
88 - .ht2 |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
89 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
90 kallisto_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
91 name: kallisto index |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
92 prefix: false |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
93 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
94 picard_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
95 name: picard index |
1
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
96 prefix_strip_extension: true |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
97 extensions: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
98 - ".fa" |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
99 - ".dict" |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
100 |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
101 rnastar_index2: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
102 name: "Star index" |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
103 prefix: false |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
104 extra_columns: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
105 - with-gtf |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
106 folder: |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
107 - chrLength.txt |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
108 - chrNameLength.txt |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
109 - chrStart.txt |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
110 - chrName.txt |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
111 - Genome |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
112 - SA |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
113 - SAindex |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
114 - genomeParameters.txt |
8495c49cd056
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 9061997af3bc94f49653ffd42f10b973578e371d
rhpvorderman
parents:
0
diff
changeset
|
115 |
0
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
116 tophat2_indexes: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
117 name: tophat2 index |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
118 extensions: |
5f8d9309058b
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit b3f86a0c89c2956f40ee0d462cb31a60eb91724a
rhpvorderman
parents:
diff
changeset
|
119 - .bt2 |