Mercurial > repos > bgruening > cpat
annotate 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 |
rev | line source |
---|---|
1
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
1 #This file lists the locations and dbkeys of all the fasta files |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
2 #under the "genome" directory (a directory that contains a directory |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
3 #for each build). The script extract_fasta.py will generate the file |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
4 #all_fasta.loc. This file has the format (white space characters are |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
5 #TAB characters): |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
6 # |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
7 #<unique_build_id> <display_name> <file_path> |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
8 # |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
9 #So, all_fasta.loc could look something like this: |
c46da2ded2ae
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925
bgruening
parents:
diff
changeset
|
10 test1 "Test Genome" ${__HERE__}/test1.fasta.gz |