Mercurial > repos > iuc > sniffles
annotate tool-data/all_fasta.loc.sample @ 5:ceff2f6a5368 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit a2dd716a67d60533534269faef8e87e30496bce0
author | iuc |
---|---|
date | Thu, 14 Nov 2024 07:25:22 +0000 |
parents | 220316da739c |
children |
rev | line source |
---|---|
2
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
1 #This file lists the locations and dbkeys of all the fasta files |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
2 #under the "genome" directory (a directory that contains a directory |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
3 #for each build). The script extract_fasta.py will generate the file |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
4 #all_fasta.loc. This file has the format (white space characters are |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
5 #TAB characters): |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
6 # |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
7 #<unique_build_id> <dbkey> <display_name> <file_path> |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
8 # |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
9 #So, all_fasta.loc could look something like this: |
220316da739c
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
iuc
parents:
diff
changeset
|
10 #test1 test1 Test-Genome ./test-data/test1.fa |