Mercurial > repos > iuc > busco
annotate tool-data/busco.loc.sample @ 0:5e3543b1ef9f draft
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
author | iuc |
---|---|
date | Thu, 12 Jan 2017 15:12:47 -0500 |
parents | |
children | 382a4c19007f |
rev | line source |
---|---|
0
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
1 # This is a sample file distributed with Galaxy that is used to define a |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
2 # list of busco datasets, using four columns tab separated: |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
3 # |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
4 # <unique_build_id> <dbkey> <display_name> <genome_fasta_file_path> |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
5 # |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
6 # Datasets can be retrieved from http://busco.ezlab.org/frame_wget.html |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
7 # |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
8 # "/some/path/arthropoda/" would be the last column in the line |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
9 # If this were for the mm10 mouse genome, the resulting entry would look like: |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
10 # |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
11 #arthropoda_2.0 arthropoda_2.0 Arthropoda (v2) /some/path/arthropoda/ |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
12 # |
5e3543b1ef9f
planemo upload commit 0de2ff52c643ec5bd6c26110878f2d74405fdf08
iuc
parents:
diff
changeset
|
13 # |