changeset 1:2ed33f9b9a47 draft

Uploaded
author jeremyjliu
date Sun, 11 Jan 2015 19:35:25 -0500
parents ba049ce65693
children d5faf2b51b07
files data_manager/data_manager_fetch_motifs.py data_manager/data_manager_fetch_motifs.xml
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_fetch_motifs.py	Sun Jan 11 19:21:52 2015 -0500
+++ b/data_manager/data_manager_fetch_motifs.py	Sun Jan 11 19:35:25 2015 -0500
@@ -65,7 +65,7 @@
     data_manager_dict = {}
     
     #Fetch the Motif Database
-    download_motif_databases( data_manager_dict, params, target_directory, motif_db )
+    download_motif_databases( data_manager_dict, params, target_directory, options.motif_db )
     
     #save info to json file
     open( filename, 'wb' ).write( to_json_string( data_manager_dict ) )
--- a/data_manager/data_manager_fetch_motifs.xml	Sun Jan 11 19:21:52 2015 -0500
+++ b/data_manager/data_manager_fetch_motifs.xml	Sun Jan 11 19:35:25 2015 -0500
@@ -1,5 +1,5 @@
-<tool id="data_manager_fetch_motifs" name="Motif Database" version="1.0.0" tool_type="manage_data">
-    <description>fetching</description>
+<tool id="data_manager_fetch_motifs" name="Install Motif Database" version="1.0.0" tool_type="manage_data">
+    <description>Downloads motif databases in tabix format for use with region_motif_enrichment</description>
     <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command>
     <inputs>
         <param name="motif_db_selector" type="select" label="Choose the source for the motif db">
@@ -15,8 +15,6 @@
     <help>
         **What it does**
 
-        Fetches a reference genome from various sources (UCSC, NCBI, URL, Galaxy History, or a server directory) and populates the "all_fasta" data table.
-
-        **Notice:** If you leave name, description, or id blank, it will be generated automatically. 
+        UPDATE THIS
     </help>
 </tool>