annotate data_manager/indexes.yml @ 39:ad5d85570342 draft default tip

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