Mercurial > repos > fubar > tool_factory_2
diff toolfactory/README.md @ 41:f8c1694190f0 draft
Uploaded
author | fubar |
---|---|
date | Sun, 16 Aug 2020 08:11:10 -0400 |
parents | c5290ea7bae0 |
children |
line wrap: on
line diff
--- a/toolfactory/README.md Thu Aug 13 02:55:26 2020 -0400 +++ b/toolfactory/README.md Sun Aug 16 08:11:10 2020 -0400 @@ -1,27 +1,11 @@ Note as at August 8 2020 -Until a PR is accepted, galaxyxml requires a small tweak - you will need to install -``` -https://github.com/fubar2/galaxyxml -``` -instead into the virtualenv used to run galaxy and when using planemo, the - -``` ---skip_venv -``` - -flag must be used. - *WARNING before you start* Install this tool on a private Galaxy ONLY Please NEVER on a public or production instance -Updated august 2014 by John Chilton adding citation support - -Updated august 8 2014 to fix bugs reported by Marius van den Beek - Please cite the resource at http://bioinformatics.oxfordjournals.org/cgi/reprint/bts573?ijkey=lczQh1sWrMwdYWJ&keytype=ref if you use this tool in your published work. @@ -38,7 +22,6 @@ It can be turned into an ordinary Galaxy tool in minutes, using a Galaxy tool. - **Automated generation of new Galaxy tools for installation into any Galaxy** A test is generated using small sample test data inputs and parameter settings you supply. @@ -71,11 +54,6 @@ *tgz* - as the name suggests, it's an archive ready to upload to a Galaxy ToolShed as a new tool repository. -Until tgz is added to the galaxy distribution datatypes you will need to add the following: - <datatype extension="tgz" type="galaxy.datatypes.binary:Binary" subclass="true" mimetype="multipart/x-gzip" display_in_upload="true" /> - -to:: - [galaxyroot]/config/datatypes_conf.xml Once it's in a ToolShed, it can be installed into any local Galaxy server from the server administrative interface. @@ -129,7 +107,7 @@ **What it does** This is a tool factory for simple scripts in python, R and -perl currently. Functional tests are automatically generated. How cool is that. +perl currently. Functional tests are automatically generated. LIMITED to simple scripts that read one input from the history. Optionally can write one new history dataset, and optionally collect any number of outputs