Mercurial > repos > rhpvorderman > data_manager_select_index_by_path
annotate tool-data/rnastar_index2.loc.sample @ 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 | 0a1afc109ad9 |
children |
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:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
2 #to use a directory of rna-star indexed sequences data files. You will |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
3 #need to create these data files and then create a rnastar_index2.loc |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
4 #file similar to this one (store it in this directory) that points 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:
diff
changeset
|
5 #the directories in which those files are stored. The rnastar_index2.loc |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
6 #file has this format (longer white space characters are TAB characters): |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
7 # |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
8 #<unique_build_id> <dbkey> <display_name> <file_base_path> <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:
diff
changeset
|
9 # |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
10 #The <with-gtf> column should be 1 or 0, indicating whether the index was made |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
11 #with an annotation (i.e., --sjdbGTFfile and --sjdbOverhang were used) or not, |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
12 #respecively. |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
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:
diff
changeset
|
14 #Note that STAR indices can become quite large. Consequently, it is only |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
15 #advisable to create indices with annotations if it's known ahead of time that |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
16 #(A) the annotations won't be frequently updated and (B) the read lengths used |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
17 #will also rarely vary. If either of these is not the case, it's advisable 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:
diff
changeset
|
18 #create indices without annotations and then specify an annotation file and |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
19 #maximum read length (minus 1) when running STAR. |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
20 # |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
21 #hg19 hg19 hg19 full /mnt/galaxyIndices/genomes/hg19/rnastar 0 |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
22 #hg19Ensembl hg19Ensembl hg19 full with Ensembl annotation /mnt/galaxyIndices/genomes/hg19Ensembl/rnastar 1 |
0a1afc109ad9
planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 72334942019bfd598086f39ba93d4b4fce3cda19
rhpvorderman
parents:
diff
changeset
|
23 |