Mercurial > repos > iuc > star_fusion
annotate tool-data/all_fasta.loc.sample @ 3:6485791e9238 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit 7e10d9499da95a5011936d0650810687a66574dd"
author | iuc |
---|---|
date | Mon, 06 Jan 2020 16:08:27 +0000 |
parents | 632b90370be0 |
children |
rev | line source |
---|---|
0
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
1 #This file lists the locations and dbkeys of all the fasta files |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
2 #under the "genome" directory (a directory that contains a directory |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
3 #for each build). The script extract_fasta.py will generate the file |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
4 #all_fasta.loc. This file has the format (white space characters are |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
5 #TAB characters): |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
6 # |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
7 #<unique_build_id> <dbkey> <display_name> <file_path> |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
8 # |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
9 #So, all_fasta.loc could look something like this: |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
10 # |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
11 #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
12 #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
13 #hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
14 # |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
15 #Your all_fasta.loc file should contain an entry for each individual |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
16 #fasta file. So there will be multiple fasta files for each build, |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
17 #such as with hg19 above. |
632b90370be0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/star_fusion commit ec27c2abb7c8ba0bcbcb2f26cca9ef1109f7a3a2
iuc
parents:
diff
changeset
|
18 # |