annotate readme.rst @ 1:93fa7ecb5292 draft

Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
author crs4
date Fri, 21 Feb 2014 04:17:55 -0500
parents
children bc4451edb703
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
1 SSPACE wrapper
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
2 ==============
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
3
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
4 Configuration
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
5 -------------
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
6
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
7 sspace tool may be configured to use more than one CPU core by selecting an appropriate destination for this tool in Galaxy job_conf.xml file (see https://wiki.galaxyproject.org/Admin/Config/Jobs and https://wiki.galaxyproject.org/Admin/Config/Performance/Cluster ).
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
8
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
9 If you are using Galaxy release_2013.11.04 or later, this tool will automatically use the number of CPU cores allocated by the job runner according to the configuration of the destination selected for this tool.
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
10
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
11 If instead you are using an older Galaxy release, you should also add a line
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
12
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
13 GALAXY_SLOTS=N; export GALAXY_SLOTS
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
14
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
15 (where N is the number of CPU cores allocated by the job runner for this tool) to the file
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
16
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
17 <tool_dependencies_dir>/sspace/2.0/crs4/sspace/<hash_string>/env.sh
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
18
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
19 Version history
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
20 ---------------
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
21
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
22 - Release 1: Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
23 - Release 0: Initial release in the Tool Shed.
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
24
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
25 Development
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
26 -----------
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
27
93fa7ecb5292 Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
diff changeset
28 Development is hosted at https://bitbucket.org/crs4/orione-tools . Contributions and bug reports are very welcome!