# HG changeset patch # User galaxyp # Date 1368220176 14400 # Node ID 6c624803c5f93c2f806ad2304912bf55f01fb30b # Parent abbd37e8bd14169781688b538c5673d7217f1e9f Update. diff -r abbd37e8bd14 -r 6c624803c5f9 dbbuilder.xml --- a/dbbuilder.xml Wed Dec 19 00:07:18 2012 -0500 +++ b/dbbuilder.xml Fri May 10 17:09:36 2013 -0400 @@ -1,25 +1,38 @@ - + wget - + + + + + + #if $source.from == "uniprot" - #set $url = "http://www.uniprot.org/uniprot/?query=taxonomy%3a%22" + str($source.taxon) + "%22+keyword%3a1185&force=yes&format=fasta" + str($source.include_isoform) + #set $url = "http://www.uniprot.org/uniprot/?query=taxonomy%3a%22" + str($source.taxon) + "%22" + str($source.set) + str($source.reviewed) + "&force=yes&format=fasta" + str($source.include_isoform) + #set $type = "direct" #elif $source.from == "cRAP" #set $url = "ftp://ftp.thegpm.org/fasta/cRAP/crap.fasta" + #set $type = "direct" + #elif $source.from == "url" + #set $url = $source.url + #set $type = "direct" #end if + #if $type =="direct" wget -nv '$url' -O '${output_database}' + #end if + @@ -29,8 +42,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r abbd37e8bd14 -r 6c624803c5f9 uniprot_taxons.loc.sample --- a/uniprot_taxons.loc.sample Wed Dec 19 00:07:18 2012 -0500 +++ b/uniprot_taxons.loc.sample Fri May 10 17:09:36 2013 -0400 @@ -5,3 +5,6 @@ Sus scrofa (Pig) 9823 Escherichia coli (strain K12) 83333 Arabidopsis thaliana (Mouse-ear cress) 3702 +Caenorhabditis elegans (C.elegans) 6239 +Drosophila melanogaster (Fruit fly) 7227 +Saccharomyces cerevisiae (Baker's Yeast) 4932 \ No newline at end of file