Mercurial > repos > jjohnson > arriba_download_reference
view tool-data/arriba_indexes.loc.sample @ 1:55ca46d68a57 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:10:34 +0000 |
parents | 7345cb1bb772 |
children |
line wrap: on
line source
#This is a sample file distributed with Galaxy that enables tools #to use a directory of Ariba data files. #The Arriba script download_references.sh retrieves a genome assembly fasta #and a related GTF annotation file, then builds a STAR index. #You will need to create these data files and then create a #arriba_indexes.loc similar to this one (store it in this #directory) that points to the directories in which those files are stored. #The arriba_indexes.loc file has this format (longer white space #characters are TAB characters): # #<unique_build_id> <display_name> <genome_fasta_path> <genome_gtf_path> <STAR_index_path> # #Note that STAR indices can become quite large. # #<unique_build_id> <display_name> <genome_fasta_path> <genome_gtf_path> <STAR_index_path> #GRCh38+ENSEMBL93 GRCh38+ENSEMBL93 /depot/GRCh38+ENSEMBL93/genome.fa /depot/GRCh38+ENSEMBL93/genome.gtf /depot/GRCh38+ENSEMBL93/STAR_index/