Mercurial > repos > jbrayet > rsat
view README @ 46:b54b13de1f07 draft
Uploaded
author | jbrayet |
---|---|
date | Thu, 24 Sep 2015 09:27:23 -0400 |
parents | 945c5b1b9392 |
children | e32b859d5404 |
line wrap: on
line source
#RSAT tools - developed by Jocelyn Brayet <jocelyn.brayet@curie.fr> #Copyright (C) 2015 Institut Curie # #Programs are free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by #the Free Software Foundation, either version 3 of the License, or #(at your option) any later version. # #Programs are distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. # #You should have received a copy of the GNU General Public License #along with this program. If not, see <http://www.gnu.org/licenses/>. # ###########################################################' 1/ Additional softwares -> Python packages : - argparse - os - urllib - zipfile - time - platform - suds ###########################################################' 2/ Recup organisms on each RSAT server : To use -organism option in different tools, you must create organisms files for each RSAT server. Run supported-organisms_soap.py script with a terminal : python supported-organisms_soap.py -f tab -galaxyPath /path/to/galaxy/tool-data -> galaxyPath must be your tool-data path in your system If you want help : python supported-organisms_soap.py -h ###########################################################' 3/ Recup motif databases on each RSAT server : To use -motif_db option peak motifs, you must create motif databases files for each RSAT server. Run supported-motif-databases_soap.py script with a terminal : python supported-motif-databases_soap.py -galaxyPath /path/to/galaxy/tool-data -> galaxyPath must be your tool-data path in your system If you want help : python supported-motif-databases_soap.py -h ###########################################################' 4/ Display If you want an aesthetical display, change "sanitize_all_html=False" parameter in galaxi.ini file.