Mercurial > repos > iuc > data_manager_homer_preparse
view test-data/homer_preparse.loc @ 3:679673fbf0b4 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_homer_preparse commit 096286097ed5cdf189a1b68c3fc34d10f4142e54
author | iuc |
---|---|
date | Sun, 16 Apr 2023 08:30:23 +0000 |
parents | e6a2110ac3b9 |
children |
line wrap: on
line source
# homer_preparse.loc # This is a *.loc file distributed with Galaxy that enables tools # to use a directory of indexed data files. This one is for Homer preparsed genomes. # The file should include an one line entry for each index set. # The path points to the "directory" for the set, not a specific file. # It has six text columns seperated by TABS. # # <unique_preparse_id> <dbkey> <mask> <size> <display_name> <directory_path> <path_fasta> <version> # # So, for example, if you had phiX174 preparsed with 200bp stored in: # # /tmp/phix_200 # # containing phiX174.fasta.200.* files, such as: # -rw-r--r-- 1 ldelisle ldelisle 83K Jul 9 10:14 phiX174.fasta.200.cgbins # -rw-r--r-- 1 ldelisle ldelisle 249K Jul 9 10:14 phiX174.fasta.200.cgfreq # -rw-r--r-- 1 ldelisle ldelisle 83K Jul 9 10:14 phiX174.fasta.200.gcbins # -rw-r--r-- 1 ldelisle ldelisle 169K Jul 9 10:14 phiX174.fasta.200.pos # -rw-r--r-- 1 ldelisle ldelisle 955K Jul 9 10:14 phiX174.fasta.200.seq # # then the homer_preparse.loc entry could look like this: # # phiX174_200 phiX174 False 200 phiX174 (200bp) /tmp/phix_200 /tmp/phiX174.fasta 4.11 # #