Mercurial > repos > iuc > sniffles
annotate tool-data/all_fasta.loc.sample @ 2:220316da739c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit c81cc2981db77f9a1a3b287d35dc7d1f13042a27
author | iuc |
---|---|
date | Wed, 25 Sep 2024 13:25:31 +0000 |
parents | |
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 |