galaxy-tool-export-cbioportal-image
is a Python-based tool designed to export data from Galaxy tools to cBioPortal images. This project aims to facilitate the integration and visualization of genomic data.
- Export data from Galaxy tools
- Generate cBioPortal-compatible images
- Easy integration with existing workflows
- Can be wrapped in a Galaxy server as a tool using the provided XML
To install the necessary dependencies, run:
pip install -r requirements.txt
To use the tool, execute the following command:
python export_cbioportal_image.py --input <input_file> --output <output_file>
--input
: Path to the input file--output
: Path to the output file
This tool can be integrated into a Galaxy server using the provided XML file export_cbioportal_image.xml
. The XML file defines the tool's interface and parameters for use within the Galaxy platform.