Skip to content
Snippets Groups Projects
Commit 95d388c0 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

More descriptive comments for source sections.

Make Vega transcript data URI a glob pattern.
parent 1b09e506
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,10 @@
# Keys: #
# name - name of this source (required) #
# download - must be downloaded (Y or N, required) #
# order - (required) #
# priority - (required) #
# prio_descr - (optional) #
# order - parsing order for this source #
# priority - priority of these data files when more files belong #
# to the same source 'name' #
# prio_descr - label for the 'priority' #
# parser - the parser to be used (required) #
# release_uri - URI pointing to release information (optional) #
# data_uri - URI porinting to the data files (multiple, required) #
......@@ -1196,7 +1197,7 @@ priority = 1
prio_descr =
parser = VegaParser
release_uri =
data_uri = ftp://ftp.sanger.ac.uk/pub/vega/mouse/cdna/Mus_musculus.VEGA.feb.cdna.tot.fa.gz
data_uri = ftp://ftp.sanger.ac.uk/pub/vega/mouse/cdna/Mus_musculus.VEGA.*.cdna.tot.fa.gz
[source Xenopus_Jamboree::xenopus_tropicalis]
# Used by xenopus_tropicalis
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment