Mercurial > repos > jjohnson > arriba
annotate tool-data/arriba_indexes.loc.sample @ 13:1d459aaa5765 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 25fe476002a414e72f33868ba356a3ca4f86865d"
author | jjohnson |
---|---|
date | Mon, 13 Jun 2022 12:09:32 +0000 |
parents | 8c4c97fd0555 |
children |
rev | line source |
---|---|
9
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
2 #to use a directory of Ariba data files. |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
3 #The Arriba script download_references.sh retrieves a genome assembly fasta |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
4 #and a related GTF annotation file, then builds a STAR index. |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
5 #You will need to create these data files and then create a |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
6 #arriba_indexes.loc similar to this one (store it in this |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
7 #directory) that points to the directories in which those files are stored. |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
8 #The arriba_indexes.loc file has this format (longer white space |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
9 #characters are TAB characters): |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
10 # |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
11 #<unique_build_id> <display_name> <genome_fasta_path> <genome_gtf_path> <STAR_index_path> |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
12 # |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
13 #Note that STAR indices can become quite large. |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
14 # |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
15 #<unique_build_id> <display_name> <genome_fasta_path> <genome_gtf_path> <STAR_index_path> |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
16 #GRCh38+ENSEMBL93 GRCh38+ENSEMBL93 /depot/GRCh38+ENSEMBL93/genome.fa /depot/GRCh38+ENSEMBL93/genome.gtf /depot/GRCh38+ENSEMBL93/STAR_index/ |
8c4c97fd0555
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bd2c6bea7cb7dc30ca57f9d69ad49460ddf7f14b"
jjohnson
parents:
diff
changeset
|
17 |