Galaxy is a web-based platform for biological data analysis, supporting extension with additional tools (often wrappers for existing command line tools) and datatypes. See https://www.galaxyproject.org/ and the public server at https://usegalaxy.org for an example.
This repository is for the development of Galaxy wrappers for the MIRA assembly suite within Galaxy. These and my other Galaxy tools are released on the Galaxy Tool Shed here:
Previews of works in progress are often on the Galaxy Test Tool Shed, but these should not be used in a production Galaxy server:
The Galaxy MIRA wrappers were originally developed on GitHub within my miscellaneous repository https://github.com/peterjc/pico_galaxy and have been moved into their own repository which attempts to preserve the git history.
See also https://github.com/peterjc/galaxy_blast for my repository for the Galaxy wrappers for the NCBI BLAST+ suite and other related tools like Blast2GO.
Within the tools
folder is one folder for each Tool or Tool Suite released
on the Galaxy Tool Shed, similarly packages
for Galaxy dependencies.
Additionally there is a shared test-data
folder used for functional test
sample data.
Most of these Galaxy tools include a <tests>
section in the tool XML files,
which defines one or more functional tests - listing sample input files and
user parameters, along with the expected output. If you install the tools,
you can run these tests via Galaxy's run_functional_tests.sh
script -
and/or do this automatically if installing the tools via the Tool Shed.
The Galaxy team run nightly tests on all the tools which have been uploaded to the main Tool Shed and the Test Tool Shed, simulating how they would behave in a local Galaxy instance once installed via the Tool Shed.
In addition we are running the same functional tests via TravisCI whenever this GitHub repository is updated:
This TravisCI integration is still somewhat experimental, but simulates a
manual install of these Galaxy Tools and their dependencies. See the
special .travis.yml
file for more technical details.
You can file an issue here https://github.com/peterjc/galaxy_mira/issues or for more general Galaxy Tool Shed problems please ask on the Galaxy development list https://lists.bx.psu.edu/listinfo/galaxy-dev
Please see the README file in each folder, but by default the MIT license is being used.