Mercurial > repos > bgruening > cpat
comparison test-data/all_fasta.loc.test @ 1:c46da2ded2ae draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
author | bgruening |
---|---|
date | Tue, 23 Jul 2024 15:08:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:a2e1a3d9930a | 1:c46da2ded2ae |
---|---|
1 #This file lists the locations and dbkeys of all the fasta files | |
2 #under the "genome" directory (a directory that contains a directory | |
3 #for each build). The script extract_fasta.py will generate the file | |
4 #all_fasta.loc. This file has the format (white space characters are | |
5 #TAB characters): | |
6 # | |
7 #<unique_build_id> <display_name> <file_path> | |
8 # | |
9 #So, all_fasta.loc could look something like this: | |
10 test1 "Test Genome" ${__HERE__}/test1.fasta.gz |