Skip to article frontmatterSkip to article content

BGCs are found using GECCO tool on the assembled contigs (fasta files) which can be invoked from the dashboard at Galaxy. Another dashboard is used to retrieve and visualize the results.

Jupyter Notebooks for the dashboards can be found here

Running GECCO jobs on Galaxy

You will need an account on the galaxy earth-system for this NBs to work. Your Galaxy access data should be stored as environmental variables in the .env file at the root of the repository

GALAXY_EARTH_URL="https://earth-system.usegalaxy.eu/"
GALAXY_EARTH_KEY="..."

Dashboard illustrating submission of jobs to galaxy (GECCO tool):

  1. Upload and run workflow.
  2. Or start the workflow with existing data and in existing history on Galaxy.
  3. Monitor GECCO job.

Jupyter NB can be found here

gecco run job

Analyze GECCO results

  1. Upload local data or query results of the GECCO from the Galaxy.
  2. Identifying Biosynthetic Gene Clusters (BGCs).
  3. Visualize BGCs.
gecco analyze single run

Future directions

  1. Compare two samples in respect to each other (separate dashboard/NB)